Changes between Version 3 and Version 4 of SffsdrLinux

Show
Ignore:
Timestamp:
10/25/07 13:25:28 (6 years ago)
Author:
balister
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SffsdrLinux

    v3 v4  
    5252 * Now erase flash, load the kernel, write to flash (After the mass erase, you can skip the erase step. I include it here for use when reflashing the kernel without erasing the entire flash.) 
    5353{{{ 
    54 > nand erase 0xA0000 0x160000 
     54> nand erase 0x20A0000 0x160000 
    5555> loadb 
    5656With your terminal program send the uImage.bin file to the board. 
    57 > nand write 0x80700000 0xA0000 0x160000 
     57> nand write 0x80700000 0x20A0000 0x160000 
    5858}}} 
    5959 * Now set up the u-boot environment (You should only need to do this once) 
     
    6767==== Setup the NFS server with the root file system ==== 
    6868 
     69 * Setup the NFS server software for your particualr distro. Be sure to pay attention to firewall configuration (I turn mine off ...) 
     70 * In {{{/etc/exports}}} add the line {{{/nfsroot/sffsdr 192.168.1.0/255.255.255.0(rw,no_root_squash,no_all_squash}}} 
     71 * Create the directory /nfsroot/sffsdr. (Or whatever you prefer) 
     72 * cd into /nfsroot/sffsdr and run {{{tar zvf ossie-image.tgz}}} 
     73 * Reboot the board again, this time you should mount root. It is normal to take a very long time to synthesize the hotplug events. 
     74 * Login as root, hit return for the password.