FIRMWARE UPDATE INSTRUCTIONS

I. Firmware image files

1. Find and download an archive from SourceForge.
2a. If the archive is named correctly it can be used without unpacking - the rule for naming is "image353...tar.gz".
    Example: image353-8.0.9.tar.gz
OR
2b. Unpack the archive to a separate folder in "/nfs".
    Example folder structure:
      /nfs/8.1.0.5/kimage
      /nfs/8.1.0.5/list
      /nfs/8.1.0.5/MD5SUM
      /nfs/8.1.0.5/nfs_flashitall
      /nfs/8.1.0.5/nfs_update
      /nfs/8.1.0.5/part0.img
      /nfs/8.1.0.5/part1.img
      /nfs/8.1.0.5/part2.img
      /nfs/8.1.0.5/part3.img
      /nfs/8.1.0.5/partitions.conf

II. NFS Settings

NOTE: Skip if the camera is connected directly to the PC or the subnet is 192.168.0.x).

1. Open a terminal window (K→Applications→System→Terminal), type:
    sudo kate /etc/exports (a text editor window will appear)
2. Correct the subnet address, then save & close:
                /nfs 127.0.0.1(rw,no_subtree_check,no_root_squash) xxx.xxx.xxx.0/255.255.255.0(rw,all_squash)
    default: /nfs 127.0.0.1(rw,no_subtree_check,no_root_squash) 192.168.0.0/255.255.255.0(rw,all_squash)
3. In terminal:
    sudo service unfs3 force-reload

III. Reflash

There are several ways:

1. From camera:
    1.1 Detect the target camera with "Search elphel cameras". The icons of the available cameras will appear.
    1.2 Clicking a camera icon will open the camera's Main Page.
    1.3 Go to: System Preferences → Firmware.
    1.4 Then enter the correct path to firmware files → "Check NFS" → "Validate files" → "Reflash".

2. From PC:
    2.1 Detect the target camera with "Search elphel cameras". The icons of the available cameras will appear.
    2.2 Open the /nfs folder in the file manager (Dolphin).
    2.3 Drag and drop the folder (or a properly named archive) with firmware files on the camera's icon.

In case the camera is not responding:

3. From PC, using netboot:
    3.1. Click "Netboot for Elphel cameras".
    3.2. Choose the firmware image files folder. Press OK.
    3.3. Put the camera into the netboot mode following the dialog's instructions (plug/unplug cable 3-4 times), press "ok" and wait for the process to finish - only after orange and green LEDs go off reboot the camera by powering off.

4. From PC, using netboot by drag & drop:
    4.1 Drag and drop a properly named archive with firmware files on "Netboot for Elphel cameras".
    4.2 Perform 3.3.

IV. Links

1. Online Version
2. Live USB/DVD wiki page
3. Firmware on SourceForge