summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.in
Commit message (Collapse)AuthorAgeFilesLines
* rpi-u-boot-scr: Create uboot.env via boot.cmd.inLeon Anavi2020-07-031-0/+1
| | | | | | | | Modify boot.cmd.in from recipe rpi-u-boot-scr to create uboot.env in the /boot partition when using U-Boot. This change is required to successfully run fw_printenv from the user space. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
* Support using u-boot with Image format for raspberrypi3-64Paul Barker2017-09-241-0/+3
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>