* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
5 lines
195 B
Batchfile
5 lines
195 B
Batchfile
setenv bootargs earlycon=sbi root=/dev/mmcblk0p3 rootwait
|
|
load mmc 0:3 ${kernel_addr_r} boot/Image
|
|
load mmc 0:3 ${fdt_addr_r} boot/hifive-unleashed-a00.dtb
|
|
booti ${kernel_addr_r} - ${fdt_addr_r}
|