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

    Topics created by yardy

    • Y

      VOXL2 with M0172 Add-On: M0166 & M0178 Cameras Not Detected (SDK 1.4.5)

      Support Request Format for Best Results
      • • • yardy
      4
      0
      Votes
      4
      Posts
      25
      Views

      Alex KushleyevA

      @yardy In order to update the kernel variant without re-installing the whole SDK, please follow these instructions:

      cd <voxl-sdk-release>/system-image # reboot voxl2 into fastboot mode adb reboot bootloader # flash VOXL2 kernel variant 0 fastboot flash boot_a m0054-1-var00.0-kernel.img fastboot flash boot_b m0054-1-var00.0-kernel.img fastboot reboot # OR flash VOXL2 kernel variant 1 fastboot flash boot_a m0054-1-var00.1-kernel.img fastboot flash boot_b m0054-1-var00.1-kernel.img fastboot reboot

      You can also test the kernel without overwriting it (the original kernel will be retained after voxl2 reboot:

      adb reboot bootloader fastboot boot m0054-1-var00.0-kernel.img # OR fastboot boot m0054-1-var00.1-kernel.img

      The latter method is useful when you are not sure if the kernel you are about to try actually works (when you are experimenting with building your own kernel) - you can try the new kernel without the risk of temporarily bricking your board.

      Alex

    • Y

      How to Enable QUP19 and QUP13 as UARTs on VOXL 2 (ttyHS2 / ttyHS3)?

      Support Request Format for Best Results
      • • • yardy
      9
      0
      Votes
      9
      Posts
      213
      Views

      Y

      @Alex-Kushleyev

      Hi @yardy Are you using the jumper blocks J14.15/J14.17 to JP1.10/JP1.12 respectively for QUP_19?

      It was connected to JP1.9/JP1.11 (because of the jumpers... I was wrong)

      It's working!

      Many thanks🤙