2 adding to make target, 3 creating firmware image, 4 updating firmware – Solvline LemonIDE Ver 1.0e User Manual

Page 39

Advertising
background image

LemonIDE

TM

User’s Guide

5.6.2 Adding to Make Target

After creating/changing Makefile for firmware image, it must be added to Make Target.

Make Target can be found in Make View pane on right side of LemonIDE. Select Ramdisk project and right click

and select “Add Make Target”.

cfg, release and install in DK source is already added to Make Target and need not be added again. Refer to “5.3.2

Adding to Make Target” for details on adding procedures to Make Target.

install

; creates Filesystem image file to be used in Eddy

release

; copies Makefile release binary file to Eddy

ramdisk directory

5.6.3 Creating Firmware Image

To copy binary files to Eddy Ramdisk(Linux file system) , the directory which will be made in to firmware image,

double click “Release” in Ramdisk project and all binary files in Makefile will be copied to Eddy Ramdisk. If all

binary files were already copied to “Ramdisk/root/sbin”, “Release” does not have to be executed.

If Eddy Ramdisk is ready to be made into a firmware image, double click “install” in “Make View” of Ramdisk

project and Ramdisk directory will be created into a firmware image.

Created firmware image can be found in ramdisk/firmware directory.

5.6.4 Updating Firmware

Upload created firmware file to Eddy and save it in Flash Memory.

Firmware upgrade can be carried out by 1) through a FTP, 2) through a Web browser and 3) through a bootload.

Upgrading firmware procedures through a Web browser is described in “Eddy-Serial-User_Guide”. And

upgrading firmware procedures through a FTP and bootload is described in “5.2 Firmware update using FTP server”

and “9.1 System Recovery” of “Eddy_DK_Programmer_Guide.



5-15

Advertising