Difference between revisions of "Installing file system using openSUSE 11.0 host"

From Gumstix User Wiki
Jump to: navigation, search
(remove spam)
 
Line 2: Line 2:
  
 
Instruction for connecting via serial is [http://www.gumstix.net/Setup-and-Programming/view/Getting-started/Setting-up-a-serial-connection/111.html here]
 
Instruction for connecting via serial is [http://www.gumstix.net/Setup-and-Programming/view/Getting-started/Setting-up-a-serial-connection/111.html here]
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

Follow the instruction from here.

Instruction for connecting via serial is here


Some recommendations

Terminal programs

It's recommended to use kermit itself. Minicom is acceptable, but, it also uses kermit for loading files. So, kermit is better. Don't make experiments.

Variables

Some u-boot needs to specify the variables in such form $(filesize) and some as ${filesize}. For being sure what form your u-boot needs write the following command after loading the file.

echo $(filesize)
echo ${filesize}

The correct variant will print the size of file in hexadecimal.

Addresses

Be attentive when writing the addresses. Check it twice, triple. You can damage another data when loading into incorrect memory block.

Protecting the memory block

!!!!!!!!!!!!!!!!!!!!!!!Please read the u-boot manual for understanding protect command of u-boot. Don't play with it, you can make your device unbootable.