José Martins

Results 47 comments of José Martins

Also, @ninolomata , could you clarify exactly what is need to compile the code with clang? I'm guessing: ``` make PLATFORM=... CONFIG=... LLVM=/path/to/llvm/install ``` Is my assumption correct? I've installed...

Another point is that we should include build checks for clang now that we have a CI pipeline.

@miguelafsilva5 I don't think those commit tags make sense. Maybe always use 'clang', e.g.` fix(clang): fix inline functions`

Mine takes even longer. Have you found a solution to this problem?

You are missing the device id that allows Bao to setup an SMMU entry for the USB DMA. The SMMU is likely blocking the USB DMA transactions. Take a look...

Also, you should not be adding the smmu node or the iommu fields to the guest's device tree because the SMMU is reserved for the hypervisor and cannot be used...

@hc161180051 Now that I look at your config again, another issue comes to mind. Are you using size _0x100_ for USB device? This raises a couple of flags. First, because...

@hc161180051 I've been looking deeper into this. I've been able to boot Linux with USB passthrough without any errors or that "deferred probing" message, but there is a major caveat:...

@e-nieto Now that I've checked the readme files and the steps printed out when running make, I realize that something is not clear: the demo requires you to set up...

I'm guessing @yanjiew1 wrongly marked this issue on their PR since this is related to the Linux+FreeRTOS demo, not the Linux+Zephyr. @e-nieto sorry for not taking a look at this...