[PATCH] env: suggest global/nv command when calling setenv on non-existent parameter
Sascha Hauer
s.hauer at pengutronix.de
Tue Jul 30 01:11:39 PDT 2024
On Fri, 26 Jul 2024 13:25:56 +0200, Ahmad Fatoum wrote:
> Unlike regular environment variables, device parameters have to be
> explicitly created before they are used:
>
> global.linux.bootargs.memsize="mem=3072M"
> Cannot set parameter global.linux.bootargs.memsize: No such device
>
> The common remedy is to remove the first dot to call the global command
> instead that will create the device parameter and then set it:
>
> [...]
Applied, thanks!
[1/1] env: suggest global/nv command when calling setenv on non-existent parameter
https://git.pengutronix.de/cgit/barebox/commit/?id=ffe1597ec5b6 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list