ADI Engineering

From Antcor

Jump to: navigation, search

Contents


ADI Engineering

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 ADI Engineering and then right click on Pronghorn-2.3.6.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 (ADI Metro)

  • POWER UP Device. While running HyperTerminal(or Minicom), press Ctrl+­C continuously.
  • To unlock fis Partition (hardware locked by default).
>fis unlock -f 0x50FE0000 -l 0x00020000
>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 Auto­launching
>fconfig
>fis load ramdisk.gz
>fis unlock -f 0x50000000 -l 0x01000000
>fis load zImage
>exec 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 0x50FE0000 -l 0x00020000
>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!

Upgrading to Ikarus (ADI SBC250)

  • POWER UP Device. While running HyperTerminal(or Minicom), press Ctrl+­C continuously.
  • To unlock fis Partition (hardware locked by default).
>fis unlock -f 0x50FE0000 -l 0x00020000
>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 Auto­launching
>fconfig
>fis load ramdisk.gz
>fis unlock -f 0x50000000 -l 0x01000000
>fis load zImage
>exec 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 0x50FE0000 -l 0x00020000
>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!

Upgrading to Ikarus (ADI SBC210)

  • POWER UP Device. While running HyperTerminal(or Minicom), press Ctrl+­C continuously.
  • To unlock fis Partition (hardware locked by default).
>fis unlock -f 0x507E0000 -l 0x00020000
>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 Auto­launching
>fconfig
>fis load ramdisk.gz
>fis unlock -f 0x50000000 -l 0x01000000
>fis load zImage
>exec -c "console=ttyS0,115200 initrd=0x00800000,8M root=/dev/ram0 mem=32M@00000000 ramdisk_size=11264" 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 0x507E0000 -l 0x00020000
>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!
Personal tools