Re: [U-Boot] Environment structure.

2009-07-30 Thread Detlev Zundel
Hi Tuma, > Hello All! Hiya. > I develop some "upgrade" tool based on the U-Boot booted from SD card. > I want to boot from SD card, and execute some simple script which is stored > in > bootcmd environment variable: > "echo Hello! ; mmcinit ; sleep 10 ; reset; " etc... > So I need to generate

[U-Boot] Environment structure.

2009-07-30 Thread Tuma
Hello All! I develop some "upgrade" tool based on the U-Boot booted from SD card. I want to boot from SD card, and execute some simple script which is stored in bootcmd environment variable: "echo Hello! ; mmcinit ; sleep 10 ; reset; " etc... So I need to generate some environment file. I find sou