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>
7 lines
303 B
Plaintext
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
|