7cfafb2a6b
This board is quite similar to orangepi-one board. Instead of ethernet, it has RTL8189FTV SDIO WiFi chip. Board support package includes the following components: - mainline u-boot 2017.09 - mainline kernel 4.13.11 Signed-off-by: Jan Kraval <jan.kraval@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
9 lines
230 B
Batchfile
9 lines
230 B
Batchfile
setenv fdt_high ffffffff
|
|
|
|
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
|
|
|
|
fatload mmc 0 $kernel_addr_r zImage
|
|
fatload mmc 0 $fdt_addr_r sun8i-h3-orangepi-lite.dtb
|
|
|
|
bootz $kernel_addr_r - $fdt_addr_r
|