Solvline Eddy DK User Manual

Page 136

Advertising
background image

Eddy DK Programmer Guide

136

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

SDK\Windows\USB_recovery folder in DK Board CD. (Refer to the Eddy official community site
http://www.embeddedmodule.com)

2) Among files extracted copy isp-extram-at91sam9260.bin file to the below folder. C:/Program Files/ATMEL

Corporation/AT91-ISP v1.12/SAM-BA v2.8/lib/AT91SAM9260-EK

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

eddy-bl-2.1.x.x.bin (Boot Loader)
eddy-bs-2.1.x.x.bin (Boot Strap File Name)
eddy-os-2.1.x.x.bin (Kernel File Name)
eddy-fs-2.1.x.x.bin (File System File Name)

4) Among files extracted Eddy_burning_DataFlash.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.1.x.x.bin file name should be same with
the name of the file copied.




5) Among files extracted Eddy_burning_DataFlash.tcl file performs transferring firmware to Eddy DK v2.1

board. In this file eddy-bs-2.1.x.x.bin, eddy-os-2.1.x.x.bin, and eddy-fs-2.1.x.x.bin file names should be
same with the names of the files copied.














####################################################################
# Main script: Load the linux demo in DataFlash,
# Update the environment variables
####################################################################
array set df_mapping {
bootstrapFileName "

eddy-bs-2.1.X.X.bin

"

kernelFileName "

eddy-os-2.1.X.X.bin

"

filesystemFileName "

eddy-fs-2.1.X.X.bin

"

sam-ba.exe \usb\ARM0 AT91SAM9260-EK

Eddy_burning_DataFlash.tcl

./

eddy-bl-2.1.x.x.bin

> logfile.log

notepad logfile.log

Advertising