Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

It is possible to upgrade SECO Android 11 BSP using the standard OTA upgrade procedure typical of every Android.

The procedure consists in of 3 main steps:

Step 1: build otaupdate package

...

  • Transfer otaupdate package file on Android 11 system using a USB stick

    • Prepare a USBkey with a FAT32 filesystem on the first partition

    • Copy ota update package file on the root folder using the name: otaupdate.zip

    • Insert the USB key on one USB port of the system

  • Transfer otaupdate package file on Android 11 system using ADP protocol

    • Connect your PC th with the Android 11 system via ADB (refer to Connect to SECO Android 11 system via ADB )

    • use “adb push” instruction to transfer the file in /data/seco/OTA/otaupdate.zip path on the board:

      • Code Block
        adb push otaupdate.zip /data/seco/OTA/otaupdate.zip 

Step 3: Run the update

To run the update just enter in access the follow following submenu of in Android Settings:

  • --> Android Settings

    • --> SECO Settings

      • --> OTA upgrade the system

        • --> OK

...