| 
					Installing a Bootable Linux Image to the Target Board			 | 
				
		 		 | 
	
  
Step through the following procedure in order to install the  <project>.uImage bootable Linux image to your board: 
- If the U-boot firmware is not installed on your board, step through the procedure described in Section 5.1 of the Linux LPC17XX BSP Guide for the Embedded Artists LPC1788-DEV-KIT Board in order to install the U-Boot image (u-boot.hex).
 
- Download the bootable Linux image (<project>.uImage) and copy it to the TFTP boot directory on your development host (C:\Program Files\Tftpd32 if you installed Tftpd32 on the Windows host).
 
- Connect to the serial console, reset the board and stop auto-boot by hitting any key. Being at the U-Boot prompt, run the following U-Boot commands to load the image over TFTP and install it to the Flash:
 
BOARD> setenv image <project>.uImage  BOARD> run update 
- Next reset will load the newly installed image from the Flash:
 
BOARD> reset  resetting ... 
 
  
 
 |