0a59e72946
Necessary adaptations: - The SD card is now called mmcblk1; adapt Linux boot command accordingly. - The DTB is now under the allwinner/ folder. - U-Boot needs OpenSSL to build. Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/6544501111 Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Jagan Teki <jagan@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
8 lines
222 B
Batchfile
8 lines
222 B
Batchfile
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk1p2 rootwait
|
|
|
|
mmc dev 0
|
|
fatload mmc 0 $kernel_addr_r zImage
|
|
fatload mmc 0 $fdt_addr_r sun8i-h2-plus-bananapi-m2-zero.dtb
|
|
|
|
bootz $kernel_addr_r - $fdt_addr_r
|