beautypg.com

Solvline Eddy DK User Manual

Page 139

background image

Eddy DK Programmer Guide

139

Prepare firmware files and flash writing utility programs as follows.

1 ) Copy usb_recovery_xxx.zip file to any folder (e.g. C:\SystemBase\USB_recovery) from

SDK\Windows\USB_recovery folder 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 folder. C:\Program

Files\ATMEL Corporation\SAM-BA v2.10\tcl_lib\at91sam9g20-ek.

3) Among files extracted copy below listed files to the firmware folder in DK source code folder.

(If you use Eddy-CPU/mp v2.5 32bit, please use the firmware in 32bit only folder.)

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