Difference between revisions of "U-Boot scripts"

From Gumstix User Wiki
Jump to: navigation, search
(remove spam)
 
Line 14: Line 14:
 
[[Category:How_to_-_linux]]
 
[[Category:How_to_-_linux]]
 
[[Category:How_to_-_general]]
 
[[Category:How_to_-_general]]
On this site in the lowest consumption 60 USD
 
[http://www.ck-wholeslae.com calvin klein] Underwear Known as the world's finest designer underwear, Calvin Klein Underwear was formed in 1982 and would forever alter the way the world viewed-and bought - Men's Calvin klein underwear.
 
On this site in the lowest consumption 60 USD
 
Once a utilitarian product, Men's [http://www.ck-wholeslae.com calvin klein underwear]suddenly became an object of desire. New advertising campaigns communicated the message of the updated, sexy sensibility that distinguished ck underwear from all others. A complete woMen's [http://www.ck-wholeslae.com underwear] line followed in 1983. Each season since then, the brand has delivered a new line including basics, basics in fashion colors, as well as fashion-forward, trendy [http://www.ck-wholeslae.com ck underwear] to their customers. Defined by iconic simplicity and subtle seduction, there is nothing like a Calvin Klein design.
 

Latest revision as of 23:20, 10 November 2010

Modifying U-Boot scripts

The main useful script is gumstix-factory.script which, if found on the MMC or CF card will be executed during boot.

To generate a u-boot script that's executable, it has to be packed into an u-boot image using mkimage.

Use your favorite text editor (such as vi, nano, or pico) to create gumstix-factory.script.source, and then run the following command to generate the image:

mkimage -A arm -O linux -T script -C none -a 0 -e 0 -n gumstix-factory.script -d gumstix-factory.script.source gumstix-factory.script

External Links