09-09-2023, 09:49 AM
(09-09-2023, 05:34 AM)Kevin Kofler Wrote: (Well, technically, some hardware also allows you to remap its DMA to a different address, provided by you, usually under some constraints such as a minimum alignment, but I do not know whether this is possible on the PinePhone.)
Thanks Kevin, yes, this is what I try to do, DMA accessed, direct memory without a driver, and no blit. I hope this will allow me eventually some hardware GPU acceleration, if I ever find documentation for the openVG, or if not just access to the 3 planes and mixers for some UI effects. Lets see

After that I might have another go with the audio routing, now that I have so much of the SoC working in Zig I feel a bit more confident to try again. Unless the PineTab-V comes back in stock before then!

btw I did see mention of some kind of recovery mode, 'FEL Mode' that sounds useful for development, but no way to switch the PP into this mode?