ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. andyh
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by andyh

    • A

      USB3 port on RB5

      Ask your questions right here!
      • • • andyh
      2
      0
      Votes
      2
      Posts
      183
      Views

      ?

      Hey @andyh,

      We have a USB3 cable with a 10 pin connector that is compatible with the 5G modem carrier board listed here.

    • A

      "[ERROR] test sig failed to save" when installing system on RB5

      Ask your questions right here!
      • • • andyh
      4
      0
      Votes
      4
      Posts
      260
      Views

      tomT

      @andyh Okay great, we do have your files in our database. I will send you your files via. an email to your account registered here in the next few minutes.

      Here are a list of the files I will send you:

      testsig-0xbb02a75f.so opencv_stereo_extrinsics.yml opencv_stereo_intrinsics.yml opencv_stereo_rear_extrinsics.yml opencv_stereo_rear_intrinsics.yml opencv_tracking_intrinsics.yml

      The steps you will do to fix your issue are as follows:

      Download all of the above files Create the /data/modalai directory on your RB5 with adb shell mkdir -p /data/modalai In your terminal, navigate to the directory where you saved the above files Push the camera calibration files to your RB5 with adb push *.yml /data/modalai/. Push the testsig file to your RB5 with adb push testsig*.so /usr/lib/rfsa/adsp/.

      After doing this the flashing script should be happy.

      It seems as though those files were somehow lost, possibly due to a re-flash with an older version of our script (newer versions such as the one in 1.0.5-M0052-9.1-perf-c save these files during the flashing process)