Trying to use the AP_Peripheral_Installer_v01 to do firmware update before March 30th

Kristopher J Turner 0 Reputation points
2023-03-24T19:37:39.9+00:00

I am trying to follow these directions: https://dlcdnets.asus.com/pub/ASUS/mb/Embedded_IPC/DKSC-101/Unsupported_SoM_Update_Azure_Percept_DK_Camera_and_Audio_SoMs.pdf?model=DKSC-101

However, I am getting an error trying to run the command sudo ./AP_Peripheral_Installer_v0.1

sudo: ./AP_Peripheral_Installer_v0.1: command not found

Yes, the file is in the same directory.

Azure Percept
Azure Percept
A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.
70 questions
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,031 Reputation points
    2023-03-31T23:44:55.6866667+00:00

    Hello @Kristopher J Turner,

    Add executable permissions to the file by running the following command:

    sudo chmod +x AP_Peripheral_Installer_v0.1

    try running the script again

    sudo ./AP_Peripheral_Installer_v0.1

    This should resolve the "command not found" error, and the script should execute successfully.

    Azure Percept DK Retirement Announcement

    1 person found this answer helpful.
    0 comments No comments