public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] "Embedding" default script with uboot image
@ 2015-09-22 12:20 Zatkovský Dušan
  2015-09-30  8:06 ` Zatkovský Dušan
  0 siblings, 1 reply; 4+ messages in thread
From: Zatkovský Dušan @ 2015-09-22 12:20 UTC (permalink / raw)
  To: u-boot

Hi all,

Excuse my question if it was solved somewhere in forum, but I didn't 
found an answer yet (maybe I can't find the right keywords).

I am building the uboot with yocto for imx6 board. I have started with 
some freescale defaults,
edited environment for my needs, saved environment etc ... Now I want to 
create a custom
"default" boot script, that will do some "heurestics", such as "look if 
usb stick is present, then boot from it, else boot from emmc, etc...".
Currently I am storing that script on first partition on emmc and 
loading it with ext2load.

But it has drawbacks:
- user should delete that file -> brick
- user should broke entire filesystem -> brick

I want this script to be "embedded" somehow with uboot image (which is 
placed outside partition table on device), but I didn't found any doc 
how to do that.
Currently I use CONFIG_EXTRA_ENV_SETTINGS for some basic stuffbut it is 
unmaintainable for bigger scripts.

Any suggestions?

Thank you.
--
Dusan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-02  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 12:20 [U-Boot] "Embedding" default script with uboot image Zatkovský Dušan
2015-09-30  8:06 ` Zatkovský Dušan
2015-10-02  7:35   ` Przemyslaw Marczak
2015-10-02  9:55     ` Zatkovský Dušan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox