Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rpi-u-boot-scr: Create uboot.env via boot.cmd.in | Leon Anavi | 2020-07-03 | 1 | -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-64 | Paul Barker | 2017-09-24 | 1 | -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> |