Using PEEDI
peedi> flash verify tftp://192.168.1.1/mydir/myimage.bin bin 0x100
Note
:
Most of the flash commands if executed without arguments, will take the last used
arguments. If executed for first time they will take their default arguments. For more
information on how to use the FLASH programmer, please see the flash CLI
commands.
3.16 Multiple FLASH support
The PEEDI FLASH programmer supports targets with multiple FLASH chips mapped at different
addresses. Every FLASH must be described in separate section in the target configuration file. If
multiple FLASH chips/configurations are present on the target each chip/configurations must be
described in different section (see section PLATFORM_ARM). If single FLASH chip/configuration
is used the ’m’ integer number may be skipped. When working with the programmer the first
FLASH is selected as current by default. To work on another FLASH, use the
flash set
command to
select it. The multiple FLASH support could also be used to describe different profiles for the same
FLASH, for example with different program method type or different image file specified. This way
you can easy switch to the desired profile using the
flash set
command.
3.17 Working with a MMC/SD memory card
As mentioned before PEEDI can operate autonomously i.e. without an Ethernet and a host
computer. This is achieved by storing all necessary files (target configuration, image, script and
other files) into a MMC or SD memory card.
WARNING:
If PEEDI is set to get its network settings from a DHCP server and if the Ethernet
cable is unplugged or there is no DHCP server on the Ethernet, it may take some
minutes for PEEDI to boot. To avoid this, make sure PEEDI can reach a DHCP
server or set it to use a static IP address.
PEEDI can not format a MMC/SD card. The card must be FAT file system formatted in order to use
it with PEEDI. There are two ways to copy the necessary files to the memory card. First is to use a
MMC/SD card reader and a PC to copy the files. The second way, when no card reader is available
PEEDI User’s Manual
163