Skip to content

Commit 092b5a1

Browse files
committed
Updated documentation:
* Added translation support * Added RG35XX Plus/H/2024 firmware extraction guide
1 parent cd2b60f commit 092b5a1

9 files changed

+504
-127
lines changed

docs/devices/anbernic/rg35xx-plus.md

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Anbernic has not published the source code of the u-boot and kernel of the RG35x
1919

2020
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
2121

22+
You can read [this page](../../guides/h700-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.
23+
2224
## Features
2325

2426
* Wireless

docs/devices/trimui/smart-pro.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,17 @@ search:
1010

1111
| Device | CPU / Architecture | Kernel | GL driver | Interface |
1212
| -- | -- | -- | -- | -- |
13-
| Trimui Smart Pro | Allwinner A133 / PowerVR GE8300 | Allwinner BSP | pvrsrvkm | Emulation Station |
13+
| Trimui Smart Pro | Allwinner A133 / PowerVR GE8300 | Allwinner BSP | pvrsrvkm | Emulation Station |
14+
15+
!!! warning "The TrimUI Smart Pro distribution includes a bootloader, u-boot, and kernel in binary form extracted from the stock firmware. There are no public sources provided by TrimUI for those"
16+
17+
## Extracting the kernel and bootloader
18+
19+
TrimUI has not published the source code of the u-boot and kernel of the TrimUI Smart Pro. They have published some libraries and SDK, but those do not include the BSP that includes the kernel, u-boot, and bootloader. In order to have a working configuration you have two options:
20+
21+
* You can use the stock kernel, bootloader, and u-boot from the stock SDCARD. See below for instructions on how to extract those.
22+
* You can compile the included kernel with the source code of this distribution, however, note that there will be a few elements that are missing
23+
24+
The firwmare included in releases uses the kernel, bootloader, and u-boot from the stock firmware.
25+
26+
You can read [this page](../../guides/A133-firmware-extract.md) to learn how to extract the bootloader, u-boot, and kernel from the stock firmware.

docs/faqs.md

-120
This file was deleted.

docs/guides/A133-firmware-extract.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Allwinner A133 Firmware extraction
2+
3+
The following page describes how to extract the bootloader, u-boot, and kernel from an Allwinner A133 based device. This currently only applies to the TrimUI Smart Pro console.
4+
5+
# Obtaining the stock firmware
6+
7+
You can download the stock firmware from [GitHub](https://github.com/trimui/firmware_smartpro)
8+

0 commit comments

Comments
 (0)