barebox extending boot-scripts
Sascha Hauer
sha at pengutronix.de
Mon Jan 17 00:59:37 PST 2022
On Sat, Jan 15, 2022 at 02:47:42PM +0100, Frank Wunderlich wrote:
> Hi,
>
> i have now created a new barebox board as copy from evb. i can load it from tftp with
>
> bootm /mnt/tftp/barebox-rk3568-r2pro.img
>
> i can create a bootmenu with entries of loader/entries and boot it:
>
> boot -m sd.1
>
> my bootscripts are also there, but they are not listed in $global.boot.default
>
> $ grep defaultenv arch/arm/boards/bananapi-r2-pro/Makefile
> bbenv-y += defaultenv-rk3568
> $ grep defaultenv arch/arm/boards/bananapi-r2-pro/board.c
> defaultenv_append_directory(defaultenv_rk3568);
> $ cat arch/arm/boards/bananapi-r2-pro/defaultenv-rk3568/nv/boot.default
> net list-images mmc-linux tftp-linux
So an "echo $global.boot.default" shows something different, right?
Could it be that you have overwritten this variable in your persistent
env? In that case try a "saveenv -z" which invalidates the persistent
env.
Sascha
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list