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
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
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
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:
Remove the code configuring it to SPI
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 ?
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 ?