[opensuse-arm] u-boot and kiwi boot scripts
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. -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
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: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
This is not what I really want. When I boot grub, I can press esc, 'e' or somewhat like that and edit current boot options. When I boot u-boot, I also can use u-boot console, but running bootscript will overwrite my variables. 2014-03-10 17:15 GMT+04:00 Guillaume Gardet <guillaume.gardet@free.fr>:
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
-- With best regards, Matwey V. Kornilov http://blog.matwey.name xmpp:0x2207@jabber.ru -- To unsubscribe, e-mail: opensuse-arm+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-arm+owner@opensuse.org
participants (2)
-
Guillaume Gardet
-
Matwey V. Kornilov