Here are details of our recent test of the Ethernet bootloader.
Flash Magic 8.55
Keil MCB1700 board version 1.2 with LPC1768
Rebuild the LPC1700 ethernet bootloader project using uVision/Realview V5.12
Program on to board using:
- LPC1768
- 19200 baud
- Interface = None (ISP)
- Oscillator = 12.000
- Erase all flash
- Verify after programming
- Don't use my line feed settings
Connect board to router using standard Ethernet cable. The connection tested is as follows:
PC <----> Router <----> MCB1700
Reset board.
LED P2.6 is flashing showing that the bootloader is executing.
Ethernet link LED is on, activity LED is flashing.
Rebuild blinky example using uVision/Realview V5.12.
PC's IP address is 192.168.1.75, therefore we will use 192.168.1.XXX for the IP address of the bootloader, where XXX is an unused value that is not in the DHCP pool.
Restart Flash Magic, this time running as Adminstrator (right-click on EXE, choose 'Run as Administrator').
Program on to board using:
- LPC1768 Ethernet
- IP address 192.168.1.202
- MAC address 0C-1D-12-E0-1F-10
- UDP Tx Delay = 10
- Erase block 2 only
- Verify after programming
Erase, programming and verify is successful.
Reset the board.
LED P1.28 is now flashing showing that the blinky example is executing.
If you have any problems please refer to the sticky topic on Debugging the Ethernet Bootloader.