c08ec9191f
Add initial support for Nanopi R1 board with below features: - U-Boot 2019.01 - Linux 5.0 - Default packages from buildroot Configuration files taken from Armbian: https://github.com/armbian/build/blob/master/patch Signed-off-by: Davide Viti <zinosat@gmail.com> [Thomas: move U-Boot config and DT to board/friendlyarm/nanopi-r1/uboot/] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
226 B
Batchfile
9 lines
226 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-nanopi-r1.dtb
|
|
|
|
bootz $kernel_addr_r - $fdt_addr_r
|