Skip to content

Flash a FabMo Edison Image on Linux

Ted Hall edited this page Mar 4, 2024 · 5 revisions

This document describe the steps for flashing a stock FabMo image on your machine. Please read and follow carefully the next instructions.

/!\ This Operation will erase any apps you had installed, and reinstall stock settings.

#Requirements What you will need to perform the update:

  • a Computer Running Linux (it has been tested on Ubuntu)
  • the latest 1.8.0 FabMo image file available here
  • your FabMo card
    fabmo_card
  • a short micro USB type A cable (the same as almost every Smartphone/Camera/Tablet have. Smaller than 1ft/30cm would be great)
    usb_cable1 usb_cable2

Instructions

  1. First, If you haven't done it yet, Take out the FabMo card of your machine. Unplug your machine from the power , and open the electronic enclosure. Remove the controller card from the interface board, and unplug the ribbon cable, and the USB cables.
    fabmo_card_assembled

  2. Your card should now looks like that :
    fabmo_card

  3. plug your short USB cable into the controller card port labelled "OTG"
    otg_plug

  4. DO NOT PLUG INTO YOUR COMPUTER YET ! Wait until we tell you to do so.

  5. Make sure you downloaded the FabMo image mentionned in the Requirement section on top of this post.

  6. Open a command line terminal and install dfu-utils :

sudo apt-get install dfu-utils

  1. Extract the content of the image zip file :

sudo unzip fabmo-image-1.6.0.zip

  1. Go to the extracted folder :

cd toFlash

  1. run the flashing script :

sudo ./flashall.sh

[PICTURE]

  1. Now plug the FabMo Card into your computer. The script will automatically find your card and flash it. It should start displaying the process of the flash. the operation can take up to 5 minutes.
    [PICTURE]

  2. When It's done please wait two minutes for the tool to reconfigure itself.

  3. Unplug your Card, plug the ribon cable and usb cables back and put it back in your machine.

Well done ! you're all set up !

Clone this wiki locally