# Booting DWC-1000 Board: # ======================= o Connect the serial port of the DWC-1000 with your computer. o Set baud rate for serial communication is 115200. o Power ON the DWC-1000. o Press any key to go to U-boot prompt. o Run a TFTP server on your host (On Linux with -s option to set the tftp directory) # Set the environment variables: # ------------------------------ o setenv ipaddr o setenv serverip o setenv ethact octeth0 (this will set all tftp transfers on LAN ports) o setenv firm_flash 'erase BDCA0000 BF99FFFF ;cp.b 0xaa00000 BDCA0000 1D00000' o setenv boot_firm 'cp.b BDCA0200 0xA400000 500000;gunzip 0xA400000 500000 0xAA00000 900000;bootoctlinux 0xaa00000 mtdparts=phys_mapped_flash:640k(bootloader)ro,5M(kernel),24M(rootfs),2M(AppConfig),128k(bootload-env)' o setenv bootcmd 'run boot_firm' o saveenv #TFTP the image and flash it: # ---------------------------- # o tftp $(loadaddr) o run firm_flash o run boot_firm NOTE: Once flashing of the image is complete, you will see the u-boot prompt again. At this moment you ca n power cycle the DWC-1000 Be: D1 732 dmefz.dyndns.biz