mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-04-02 02:49:12 +00:00
For raspberrypi3-64 we need to use the Image or Image.gz format with u-boot instead of the legacy uImage format. We also need to issue the 'booti' command to boot the kernel instead of 'bootm'. Signed-off-by: Paul Barker <pbarker@toganlabs.com>
4 lines
168 B
Batchfile
4 lines
168 B
Batchfile
fdt addr ${fdt_addr} && fdt get value bootargs /chosen bootargs
|
|
fatload mmc 0:1 ${kernel_addr_r} @@KERNEL_IMAGETYPE@@
|
|
@@KERNEL_BOOTCMD@@ ${kernel_addr_r} - ${fdt_addr}
|