ModalAI Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. leon_hernandez
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 4
    • Best 0
    • Controversial 0
    • Groups 0

    leon_hernandez

    @leon_hernandez

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    leon_hernandez Unfollow Follow

    Latest posts made by leon_hernandez

    • RE: Use SPI as UART with VOXL2 board

      @modaltb

      Hey Travis,

      Thank you very much for your explanation and for passing on the link.
      I understand how it was done now.

      I will consider what is the next possible option for the project.  
      I appreciate your time.

      Best Regards,
      Leon

      posted in Support Request Format for Best Results
      L
      leon_hernandez
    • RE: Use SPI as UART with VOXL2 board

      @modaltb

      Hey Travis,

      Just to add a bit of extra information, I'm using the standard VOXL2 board (not the Mini) and am using M0054. Furthermore, the system image version is v1.7.1.
      I would like to connect the VOXL2 board to another board and I would ideally like to use UART for this board-2-board communication.
      The current UART port is already occupied.

      As for the Trustzone update, I noticed this as well. I imagine it is not possible to disable the Trustzone due to Qualcomm's closed source software.
      However, if I may ask, how did ModelAI change SE14 from SPI to UART for the VOXL 2 Mini in M0104 ? https://docs.modalai.com/voxl2-qups/#:~:text=convert SE14 from SPI to UART for VOXL 2 Mini

      Is it not possible to replicate this ?

      If it's impossible, is there any alternative method you would recommend ?

      Best,
      Leon

      posted in Support Request Format for Best Results
      L
      leon_hernandez
    • RE: Use SPI as UART with VOXL2 board

      More specifically,

      I can see in the embedded linux documentation: 80-27572-2_REV_A_QRB5165_LE_1_0_Linux_Embedded_Platform_Software_Programming_Guide

      that it is possible to configure the QUP s for the board and that they all seem to support the three main communication protocols (UART, SPI, I2C).

      As such, my initial idea was to reconfigure the QUP (specifically QUP se11) of the board from SPI to UART.

      My initial idea was to:

      1. Remove the code configuring it to SPI

      2. Follow the documentation in Qualcomm Universal Peripheral (QUP) v3.

        to add the UART kernel using the same QUP and pins (QUP se 11, pins 60-63).

      Do you believe this would work ?

      If not, would you know of another way ?

      posted in Support Request Format for Best Results
      L
      leon_hernandez
    • Use SPI as UART with VOXL2 board

      I am currently using a VOXL2 board with Ubuntu 18.04 and I need more UART ports for my project.

      I would like to convert the SPI ports to UART as I'm currently not using SPI. However, I would like to do this without adding additional hardware such as a micro-controller or bit banging.

      Is it possible to reconfigure the SPI ports to UART by only changing the kernel device tree ?

      posted in Support Request Format for Best Results voxl2 uart device tree drivers
      L
      leon_hernandez