12584395dc
Specifications: SoC: Allwinner H616 @ 1.5 Ghz DRAM: 1Gb LPDDR3 Power: 5V USB-C Video: HDMI (Type 2.0A - micro) Network: 10/100/1000Mbps Ethernet (Realtek RTL8211F), AW859A BT+wifi Storage: microSD / 2Mb SPI flash USB: 1 USB2.0 Host Debug Serial UART Flashing instructions: Standard sunxi SD card installation procedure - copy image to SD card, insert into SD card slot on the device and boot. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
8 lines
378 B
Plaintext
8 lines
378 B
Plaintext
setenv mmc_rootpart 2
|
|
part uuid mmc ${mmc_bootdev}:${mmc_rootpart} uuid
|
|
setenv loadkernel fatload mmc \$mmc_bootdev \$kernel_addr_r uImage
|
|
setenv loaddtb fatload mmc \$mmc_bootdev \$fdt_addr_r dtb
|
|
setenv bootargs console=ttyS0,115200 earlyprintk root=PARTUUID=${uuid} rootwait
|
|
setenv uenvcmd run loadkernel \&\& run loaddtb \&\& booti \$kernel_addr_r - \$fdt_addr_r
|
|
run uenvcmd
|