Hi,

Le 10/03/2014 13:09, Matwey V. Kornilov a écrit :
> Hi,
>
> kiwi JeOS makes u-boot boot scripts using uboot-image-setup. And there is no 
> way to overwrite environment variables which is set by this boot script at 
> booting.
>
> I would like to be able to modify at least kernel command line using 
> interactive u-boot console.
>

The best way should be to modify your boot.scr file by modifing boot.script 
file and then generate your new boot.scr from it with mkimage:
    mkimage -A arm -T script -C none -n "Boot script" -d boot.script  boot.scr

You may need to change path to boot.scr* files.


Regards,

Guillaume

-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to