Bump Buildroot to 2021.02-rc3 (#1260)
* 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)
This commit is contained in:
5
buildroot/board/sinovoip/m1-plus/boot.cmd
Normal file
5
buildroot/board/sinovoip/m1-plus/boot.cmd
Normal file
@@ -0,0 +1,5 @@
|
||||
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 sun7i-a20-bananapi-m1-plus.dtb
|
||||
bootz $kernel_addr_r - $fdt_addr_r
|
||||
Reference in New Issue
Block a user