Changes between Version 3 and Version 4 of SffsdrLinux
- Timestamp:
- 10/25/07 13:25:28 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SffsdrLinux
v3 v4 52 52 * 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.) 53 53 {{{ 54 > nand erase 0x A0000 0x16000054 > nand erase 0x20A0000 0x160000 55 55 > loadb 56 56 With your terminal program send the uImage.bin file to the board. 57 > nand write 0x80700000 0x A0000 0x16000057 > nand write 0x80700000 0x20A0000 0x160000 58 58 }}} 59 59 * Now set up the u-boot environment (You should only need to do this once) … … 67 67 ==== Setup the NFS server with the root file system ==== 68 68 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.