Difference between revisions of "AI Pro 7 - Firmware update"

From Idrive
Jump to navigation Jump to search
Line 58: Line 58:
  
 
For the firmware I will send you later the instructions, however the procedure is similar -  there will be a different script to run
 
For the firmware I will send you later the instructions, however the procedure is similar -  there will be a different script to run
 +
 +
<br>
 +
 +
===Update Firmware===
 +
 +
Here is how to update the firmware.
 +
 +
Attached you can find the fw archive (Do not change the name, you can set it from a different path but name should stay the same) and the script. 
 +
 +
You have to use same Linux machine, connect the camera on the USB, let it boot then run the script.
 +
 +
Once the update process finishes you will be able to see the camera screen reinitializing (NOT reboot) the application and display new FW ver 50.0.73.
 +
 +
Here are the commands:
 +
 +
sudo apt install rsync
 +
  
 +
bash update_fw.sh IdriveAI.tmp.tar.gz
  
 
<br>
 
<br>

Revision as of 15:43, 23 September 2024

Firmware Stuff

USB Linux

Hi Mark,

https://kubuntu.org/getkubuntu/

https://lili-usb-creator.en.lo4d.com/windows#features

I just realized, you can run the "live" Kubuntu from bootable USB stick and not necessary installing it. Live Linux will have access to ntfs existing disks. I forgot to mention, you have also to install fastboot and sshpass apps, so you need to set the internet connection too. From a terminal, before running the update script, run the following: sudo apt install fastboot sudo apt install sshpass


Here are the instruction on how to update the boot logo on the pro7:

   You will need

    1. Linux machine. If you already have one, we can try that. If not, my suggestion is to install Kubuntu 24.x


    2. Micro USB cable

    3. auto flash file for specific bootloader (see attached)

     Here is what you need to do

    1. Open the back lid of the camera to acces the micro USB port. You can do that by removing only 2 screws from the bottom (the ones from the back, on the radiator) and then pull out the lid.

    2. Connect the USB cable

    2. Connect the camera to 12V power. Camera doesn't need ignition to start, only power. You can use same switch box from AI, have the same cable.

    3. Wait until the camera finishes the boot and is running.

    4. Run the following command on a terminal from the dir you placed the autoflash file, and wait for the script to exit:

         sudo bash LOGO_IDRIVE_idriveos_binimage_labeled_ubootpart.img.android_sparse.fastboot_autoflash progmode reboot

    5. while the script is running (see the screenshot attached)

         camera should reboot (sometimes it takes a few seconds), next

         display shows "Prog mode logo", next

         the update will be performed, next

         reboot, next

         boot should display new logo

For the firmware I will send you later the instructions, however the procedure is similar - there will be a different script to run


Update Firmware

Here is how to update the firmware.

Attached you can find the fw archive (Do not change the name, you can set it from a different path but name should stay the same) and the script.

You have to use same Linux machine, connect the camera on the USB, let it boot then run the script.

Once the update process finishes you will be able to see the camera screen reinitializing (NOT reboot) the application and display new FW ver 50.0.73.

Here are the commands:

sudo apt install rsync    bash update_fw.sh IdriveAI.tmp.tar.gz