Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-10993

Permission issue can occur when running the vision apps script incorrectly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Low Low
    • Processor SDK - Jacinto
    • ADASVISION-5673
    • PROCESSOR_SDK_08.04.00
    • PROCESSOR_SDK_10.02.00
    • Hide
      j721e-evm
      j721s2-evm
      j784s4-evm
      Show
      j721e-evm j721s2-evm j784s4-evm

      Permission issue can occur when running the vision apps script incorrectly.  Some observations from Aniket below, along with the attached email

       
      This is only relevant when the user does a "make linux_fs_install_sd_ip"
      The above command will go through... even multiple times.
       
      However after running the command once, the binaries are installed as root since the partition was mounted as root here : https://git.ti.com/cgit/processor-sdk/vision_apps/tree/makerules/makefile_linux_arm.mak?h=main#n277
       
      So the next time you remove the SD card and mount on PC directly and try "make linux_fs_install_sd" it gives an error saying permission denied since there it is mounted as the user and tries to remove/replace files that were installed as root previously
       
      I think it only requires either a "chmod 777" or "chown user:group" at the "/lib/firmware/vision_apps_evm" folder. That worked for me

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: