Files
eternalwrt-mt798x/package/boot/uboot-sunxi/uEnv-a523.txt
T
Tianling Shen 164adef68c sunxi: add Radxa Cubie A5E support
Hardware
--------
Allwinner A527 ARM64 (8 cores)
1/2/4GB LPDDR4 RAM
2x 1000 Base-T
Wi-Fi 6 + BT 5.4
2x LEDs (POWER / USER)
0/8/16/32GB eMMC on-board
Micro-SD Slot
M.2 M-key Slot
USB 3.0 Port
USB Type-C 5V Power

Installation
------------
Uncompress the ImmortalWrt sysupgrade and write it to a micro SD card or
internal eMMC using dd.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2026-05-07 09:48:35 +08:00

7 lines
303 B
Plaintext

setenv mmc_rootpart 2
part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_comp_addr_r uImage
setenv bootargs coherent_pool=2M console=ttyS0,115200 root=PARTUUID=${uuid} rootwait
setenv uenvcmd run loadkernel \&\& bootm \$kernel_comp_addr_r
run uenvcmd