Navigate to “Settings” “About Phone” “MCU Version” to find the MCU version. For example:MCU Version: A.2.8.0.
Obtain the latest delta files from Micronet. Delta files are named as follows: MCUVersionToBeUpdated_MCUVersionAfterUpdate.mld). For example, if your MCU version is A.2.6.0 you cannot use an A.2.8.0_A.2.C.0.mldfile to update your device. MLD delta files are built specific to each version update.
From the terminal, navigate to the folder where you downloaded the delta file using the“cd”command.
Type'adb root'
Type'adb shell rm –f /cache/*'
Type'adb push <NameofDeltaFile.mld> /cache/dp'
Type'adb reboot recovery'
After using ‘adb reboot recovery’ the device will reboot and you will notice the right LED turn blue. Then, the device will reboot two more times and the MLD file will update the device for about 8 – 10 minutes. Once the update is finished, the left LED will turn back green.
Verify that the versions were updated by checking“Settings” “About Phone” “MCU Version” & "FPGA Version"
NOTE: If this process doesn’t work you may also try the manual SD card delta update below:
Insert the SD card into the Underdash's SD card slot.
Again, after using ‘adb reboot recovery’ the device will reboot and you will notice the right LED turn blue. Then, the device will reboot two more times and the MLD file will update the device for about 8 – 10 minutes. Once the update is finished, the left LED will turn back green. Verify that the OS was updated by checking “Settings” “About Phone” “Build Number”).
Verify that the versions were updated by checking“Settings” “About Phone” “MCU Version" & "FPGA Version"
OTA with RedBend
Power up the Underdash device and make sure it is connected only to cellular data.
Enter your specific login credentials for the RedBend server.
In the RedBend Dashboard navigate to“Software Management”“New Campaign”
Enter a Campaign Name, select which device you want to update by the Device’s ID (IMEI number), then select “Update All Software to the Latest Version” under “Select Action”
Click“Run Campaign”at the bottom to initiate the updates.
Launch the RedBend “Software Management” app on the Underdash device and the updates will be installed automatically.
Flashing the Underdash OS The Micronet Underdash OS can be updated in one of three ways: Fastboot Delta (MLD) Files OTA with RedBend NOTE: All three of these methods will perform a factory reset on the device. All applications and data will be ...
Flashing the A317 MCU The Micronet A317 MCU can be updated in two ways: SD Card OTA with RedBend NOTE: These methods will perform a factory reset on the device. All applications and data will be erased. SD Card Insert the SD card into the SmarTab’s ...
Flashing the A317 OS The Micronet A317 OS can be updated in two ways: SD Card OTA with RedBend NOTE: These methods will perform a factory reset on the device. All applications and data will be erased. SD Card 1. Insert the SD ...
As per the AT&T 3G Sunset: Product Change Notification from Telit, certain changes need to be made on the existing modems to ensure they are able to connect to the network smoothly. This can be done either by updating the modem firmware on the device ...
When using a SmartHub or SmarTab there are a few things you can check to verify that ADB USB is working. First, you must install the ADB drivers and follow the instructions in this article: ...