Eddy DK Programmer Guide
137
Prepare firmware files and flash writing utility programs as follows.
1 ) Copy usb_recovery_xxx.zip file to any directory (e.g. C:\SystemBase\USB_recovery) from
SDK\Windows\USB_recovery directory in Eddy DK CD. (Refer to the Eddy official community site
http://www.embeddedmodule.com)
2) Among files extracted copy at91sam9g20-ek.tcl & isp-serialflash-at91sam9g20.bin file to the below directory.
C:\Program Files\ATMEL Corporation\SAM-BA v2.10\tcl_lib\at91sam9g20-ek.
3) Among files extracted copy below listed files to the firmware directory in DK source code directory.
eddy-bl-2.5.x.x.bin (Boot Loader)
eddy-bs-2.5.x.x.bin (Boot Strap File Name)
eddy-os-2.5.x.x.bin (Kernel File Name)
eddy-fs-2.5.x.x.bin (File System File Name)
4) Among files extracted Eddy_burning_SerialFlash.bat file performs transferring firmware to Eddy-DK board
by executing a TCL file then creates a log file. In this file eddy-bl-2.5.x.x.bin file name &
Eddy_burning_SerialFlash.tcl file name should be same with the name of the file copied.
5) Among files extracted Eddy_burning_SerialFlash.tcl file performs transferring firmware to Eddy DK v2.1
board. In this file eddy-bs-2.5.x.x.bin, eddy-os-2.5.x.x.bin, and eddy-fs-2.5.x.x.bin file names should be
same with the names of the files copied.
…
####################################################################
# Main script: Load the linux demo in SerialFlash,
# Update the environment variables
####################################################################
array set df_mapping {
bootstrapFileName "
eddy-bs-2.5.X.X.bin
"
kernelFileName "
eddy-os-2.5.X.X.bin
"
filesystemFileName "
eddy-fs-2.5.X.X.bin
"
sam-ba.exe \usb\ARM0 AT91SAM9G20-EK
Eddy_burning_SerialFlash.tcl
./
eddy-bl-2.5.x.x.bin
>
logfile.log
notepad logfile.log
Содержание Eddy DK
Страница 1: ...1 Eddy DK Programmer Guide Ver 2 5 1 1 2011 02 15...
Страница 10: ...Eddy DK Programmer Guide 10 2 3 Eddy CPU v2 1 v2 5...
Страница 36: ...Eddy DK Programmer Guide 36 2 4 4 External Device Interface Description...
Страница 47: ...Eddy DK Programmer Guide 47 Eddy S4M v2 1 Eddy S4M v2 5...