@jonathankampia https://gitlab.com/voxl-public/voxl-sdk/core-libs/libmodal-pipe/-/blob/master/library/src/interfaces.c?ref_type=heads#L72
administrators
-
RE: M0181 Pin Out and Electrical Diagramposted in Support Request Format for Best Results
@SDSU_Drones
Just to close this out, I emailed you a review report. Hope that helps you along your way.Thanks!
Vinny -
RE: M0181 Pin Out and Electrical Diagramposted in Support Request Format for Best Results
Hi @SDSU_Drones
You bet.... emailing you now!
Thanks!
Vinny -
RE: UFS1 Support on J5?posted in VOXL 2
Hi @wetherbeej
We still never actively pursued support due to lack of demand.
Additionally, one of our other customers that is very savvy with QC chips tried for a few months and then gave up... seems this may be a fundamental QC QRB5165 issue that we may not be able to solve or even push for resolution either. It would not be the first SoC feature that was promised but then never supported. I think the lack of UFS cards in the market is a key indicator this product segment is going to eventually be left to dry.
Sorry I do not have better news for you.As we push towards a later Ubuntu release, we can try again, but those efforts have been slow going and tedious.
Our other customer went towards a SSD over PCIe using J5 PCIe interface. That seems to be also where the market is heading... PCIe and USB-C based SSD's, but predominantly USB-C.
-
RE: voxl-vision-hub sending unsolicited set_attitude messagesposted in Ask your questions right here!
@bendraper Edit /etc/modalai/voxl-vision-hub.conf and set "offboard_mode": "off"
-
RE: VOXL2 J19 QUP3posted in Ask your questions right here!
@voxltester Great! Glad you got it working.
-
RE: VOXL2 J19 QUP3posted in Ask your questions right here!
@voxltester In order to execute on the DSP side you have to have
qshellbefore the command. When you have it you get the error that command is not found. That's probably because the driver has not been built into the DSP image. It only seems to be on the apps side. -
RE: VOXL2 J19 QUP3posted in Ask your questions right here!
@voxltester slpi_proc = SLPI = SSC = DSP. I think the only option at this point is to attach an oscilloscope and verify the signals.
-
RE: VOXL2 J19 QUP3posted in Ask your questions right here!
@voxltester i2cdetect is looking for i2c ports on the apps processor so it isn't useful for this where we are trying to use DSP i2c ports. It shows an error message. Can you add the
-Xoption to see if that resolves that error condition?