Lan Ready
From Antcor
Contents |
Lan Ready
Download and install Ikarus OS on your board
The following commands are similar both for Windows and Linux.
Preparation
- Visit http://web.antcor.com/downloads.asp.
- Click on Lan Ready and then right click on FN522_16_64-2.4.0.zip first time install.
- Connect the board via serial port to your PC.
- Connect the supply cable on the board.
- Setup a TFTP server on a PC, configuring IP address to 192.168.3.1.
- Copy the downloaded images to correspondant tftp directory.
- Connect via serial to target platform. (115200 8N1, no flow control)
- Launch HyperTerminal for Windows, Minicom for Linux.
Upgrading to Ikarus
- POWER UP Device. While running HyperTerminal(or Minicom), press Ctrl+C continuously.
- To unlock fis Partition (hardware locked by default).
- >fis unlock -f 0x50000000 -l 0x01000000
- To see the partition table of the device.
- >fis list
- To delete the images that had already been stored in flash type.
- >fis delete zImage
- >fis delete ramdisk.gz
- Next step of the procedure is to flash the new images.
- >load -r -b %{FREEMEMLO} zImage
- >fis create -l 0x00200000 -f 0x50080000 -e 0x01600000 -r 0x01600000 zImage
- >load -r -b %{FREEMEMLO} ramdisk.gz
- >fis create -l 0x00A00000 -f 0x50280000 -e 0x00800000 -r 0x00800000 ramdisk.gz
- Next you can check that the partition table has changed.
- >fis list
- Configure the boot script needed for Autolaunching
- >fconfig
- >fis load ramdisk.gz
- >fis unlock -f 0x50000000 -l 0x01000000
- >fis load zImage
- >exec -c "console=ttyS0,115200 root=/dev/ram0 initrd=0x00800000,16M mem=64M@0x00000000 ramdisk_size=16384" 0x01600000
- >(just press enter)
- Now fis Partition should be left unlocked (hardware locked by default), in order for Ikarus modules to be able to change it.
- >fis unlock -f 0x50000000 -l 0x01000000
- After a system reset, Ikarus OS should be launched.
- >reset
- You can now launch Ikarus NMS and add a node with IP configured to 192.168.1.3. Enjoy Ikarus IXP based software!
