This creates a U-Boot for the aarch64 SoC A64 on the pine64 board. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>master
parent
ea46d386e0
commit
e080a7ce07
@ -0,0 +1,5 @@ |
|||||||
|
setenv loadkernel fatload mmc 0 \$kernel_addr_r uImage |
||||||
|
setenv loaddtb fatload mmc 0 \$fdt_addr_r dtb |
||||||
|
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait earlycon=uart,mmio32,0x01c28000 |
||||||
|
setenv uenvcmd run loadkernel \&\& run loaddtb \&\& booti \$kernel_addr_r - \$fdt_addr_r |
||||||
|
run uenvcmd |
Loading…
Reference in new issue