Install eboot to NOR flash
 
1. Download WinCE.NET4.2\LN2410SBC_P\EBOOT\eboot.bin to DRAM using u-boot
   
  LN2410SBC # tftp 0x30000000 EBOOT.bin
 
   
  TFTP from server 172.16.1.35; our IP address is 172.16.1.37 Filename 'EBOOT.bin'.
 
   
  Load address: 0x30000000
 
   
  Loading: ####################################################
 
   
  done
 
   
  Bytes transferred = 262144 (40000 hex)
 
   
 
2. Disable NOR flash protect
   
  LN2410SBC # protect off 1:4
 
   
  Un-Protect Flash Sectors 4-4 in Bank # 1
 
     
 
3. Erase NOR memory from 0x10000 to 0x4ffff
   
  LN2410SBC # erase 0x10000 0x4ffff
 
   
  Erasing sector 4 ... ok.
 
   
  Erasing sector 5 ... ok.
 
   
  Erasing sector 6 ... ok.
 
   
  Erasing sector 7 ... ok.
 
   
  Erased 4 sectors
 
     
 
4. Copy downloaded eboot image to NOR flash
   
  LN2410SBC # cp.b 0x30000000 0x10000 0x40000 Copy to Flash... done
 
     
 
5. Reset the board and type space for menu
   
  Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built Mar 13 2003 23:05:42
 
   
  Microsoft Windows CE Bootloader for the CyberLab LN2410SBC Version 1.4 Built Feb11 2004
 
       
   
  Press [ENTER] to launch image stored in flash or [SPACE] to cancel.
 
       
   
  Initiating image launch in 1 seconds.
 
       
   
  Ethernet Boot Loader Configuration:
 
       
   
  0) IP address: 192.168.1.22
 
   
  1) Subnet mask: 255.255.255.0
 
   
  2) Boot delay: 2 seconds
 
   
  3) DHCP: Enabled
 
   
  4) Reset to factory default configuration
 
   
  5) Launch existing flash resident image at startup
 
   
  6) Program RAM image into Smart Media Card: Disabled
 
   
  7) Program CS8900 MAC address
 
   
  8) Low-level format the Smart Media card
 
   
  D) Download image now
 
   
  L) Launch existing flash resident image now
 
       
   
  Enter your selection:
 
     

 

© 2004-2008 LittleChips.com. All Rights reserved.