Alipay SDK in Rust: A Custom Implementation

Alipay SDK in Rust: A Custom Implementation

alipay_sdk_rust The official Alipay SDK does not have a Rust version, so I have implemented one that is already usable in the production environment. It is based on the gostd HTTP module. Alipay SDK in Rust. It only supports the most secure RSA2 signing verification method with public key certificate, and defaults to UTF-8 encoding. … Read more

Detailed Installation Guide for Xilinx Vivado SDK 2019.1

Detailed Installation Guide for Xilinx Vivado SDK 2019.1

Welcome FPGA engineers to join the official WeChat technical group. Clickthe blue textto follow us at FPGA Home – the best and largest pure FPGA engineer community in China. First, go to the official website to download the installation package: https://www.xilinx.com/support/download.html. Download the largest installation package that supports all OS like Windows/Linux. After downloading, proceed … Read more

Getting Started with RISC-V: A Course by Teacher Dongdong

Getting Started with RISC-V: A Course by Teacher Dongdong

The most beautiful April days are coming, and I am excited to announce: a new course will be launched on April 1: Teacher Dongdong from PLCT Lab will bring you “Getting Started with RISC-V: Teacher Dongdong Takes You Through Milk-V Duo“.This is Teacher Dongdong’s first public lecture, please encourage him and provide improvement suggestions.🍻 With … Read more

What Is Jlink RTT and Why Use It?

What Is Jlink RTT and Why Use It?

Produced by 21ic Forum xyz549040622 Website: bbs.21ic.com 1. What is Jlink RTT? The full name is SEGGER’s Real-Time Transfer (RTT), a technology based on SEGGER’s JLink debugger for interactive user I/O. As the name suggests, it is a technology that interacts with the user based on JLink, which can intuitively display information from the debug … Read more

Exploring the EasyARM RT101x Development Board

Exploring the EasyARM RT101x Development Board

Introduction: Recently, I stumbled upon a news article about a development board launched for a chip by Zhou Ligong in my social circle. With a try-it-out attitude, I applied for it, as I happen to have some projects that may utilize it. I would like to thank Mr. Zhang, Manager Dong, and Engineer Ping from … Read more

Introduction to HiFive1 Rev B Development Board and RISC-V

Introduction to HiFive1 Rev B Development Board and RISC-V

Today, I would like to introduce a SiFive development board, the HiFive1 RevB. It is equipped with the RISC-V Freedom E310 microcontroller and adopts the Arduino Uno “form factor” design, making it compact, which is exactly the board I wanted. My HiFive1 Development Board There is a lot of material available about RISC-V and how … Read more

Allwinner H6 SoC Reference Guide Including Hardware and Software Resources

Allwinner H6 SoC Reference Guide Including Hardware and Software Resources

The Allwinner H6 chip, launched in 2017, is a high-performance SoC aimed at the OTT, DVB, and IPTV markets. This SoC features a quad-core Cortex-A53 CPU based on the ARM architecture, and its GPU is the ARM Mali T720, supporting OpenGL 3.1, DDR4, and EMMC 5.0. The chip’s performance has improved by 77% compared to … Read more

Allwinner H3 SoC Complete Design Documentation Sharing

Allwinner H3 SoC Complete Design Documentation Sharing

The Allwinner H3 SoC is a solution from Zhuhai Allwinner Technology aimed at complete 4K OTT boxes. It is based on the ARM Cortex-A7 quad-core architecture, supports H.265/HEVC 4K@30fps hardware decoding, and has a GPU of Mali400MP2 with a working frequency exceeding 600MHz. It also features an integrated t-Coffer based on ARM TrustZone security technology … Read more

A Comprehensive Guide to Flashing LineageOS from Scratch: Recovery + Sideload Process

A Comprehensive Guide to Flashing LineageOS from Scratch: Recovery + Sideload Process

Copyright belongs to the author. If you wish to share, please indicate the source of the article: https://cyrus-studio.github.io/blog/ Introduction to LineageOS LineageOS is an open-source operating system based on the Android Open Source Project (AOSP), primarily maintained by community developers. It originated from the CyanogenMod project, which ceased operations in 2016, after which LineageOS became … Read more

A Comprehensive Guide to Downloading and Compiling LineageOS Source Code

A Comprehensive Guide to Downloading and Compiling LineageOS Source Code

Copyright belongs to the author. If reposting, please indicate the source of the article: https://cyrus-studio.github.io/blog/ Source Code Download • LineageOS Official Website: https://lineageos.org/ • LineageOS Source Code GitHub: https://github.com/LineageOS/android • LineageOS Source Code Domestic Mirror: https://mirrors.tuna.tsinghua.edu.cn/help/lineageOS/ The source code requires approximately 150GB of hard disk space, and the compiled output will be around 300GB. word/media/image1.png … Read more