Cyclone Automated Control Package
55
6.4.4 Executing more than 1 image on the same Cyclone
; Setup commands
OPENTYPE=NAME
SETTIMEOUT=60 ;Configure for 1 minute timeout
PORT=ETHERNET
CYCLONE=PE_PRO1
IMAGENUM=1
CYCLONE=PE_PRO2
IMAGENUM=1
; Operation commands
ALLSTART
SELECT PE_PRO1
IMAGENUM=2
START
Two Cyclone units are connected via Ethernet and both Cyclone units execute
their first image. Afterwards, the Cyclone with name “PE_PRO1” will execute its
second image.
This example is useful when the processor‟s code is split into two separate
images. For example, one image could contain the bootloader while the second
image contains the main application code.