L i n u x b o o t p r o c e s s
5 2
L x N E T E S U s e r ’ s G u i d e
Step 1: Download the new image file to RAM
The first step is to download the image into RAM. Specify the start address, the end
address, and the size of the image in RAM, for example:
Step 2: Erase the Flash partition
The second step is to erase the Flash partition sectors. Specify the start address and the end
address of the range to be deleted.
For modules with NAND flash, use this command:
For modules with NOR flash, use this command:
Step 3: Write the image to Flash
After the image is downloaded into RAM and the flash erased, the new image can be
copied into Flash.
For modules with NAND flash, use this command:
#
mw.l <start address in RAM> <end address in RAM> <image size>
#
tftp <start address> <image name>
#
Filename <image name>.
#
Load address: <memory address>
Loading:
#####################################################
#####################################################
########################################
#
done
#
nand erase <start address in Flash> <size>
#
erase <start address in Flash> <end address in Flash>
#
nand write.jffs2 <start address in RAM> <start address in Flash> <image
size>
Summary of Contents for 9P 9360/9750
Page 1: ...LxNETES User s Guide ConnectCore 9P 9360 9750 ...
Page 2: ......
Page 4: ......
Page 28: ...M a n u a l I n s t a l l a t i o n 2 8 L x N E T E S U s e r s G u i d e ...
Page 33: ...3 3 A p p l i c a t i o n D e v e l o p m e n t Table 6 3 proc cpuinfo contents ...
Page 60: ...6 0 L x N E T E S U s e r s G u i d e ...
Page 70: ...M e m o r y l a y o u t s 7 0 L x N E T E S U s e r s G u i d e ...