01-01-2024, 07:05 AM
(12-22-2023, 04:16 PM)Kevin Kofler Wrote: Well, almost anything you develop for the PinePhone (anything except very hardware-specific software) should also run on the PinePhone Pro, ...
Ah yes, well... hehe, the stuff I've done so far is all low level A64 register based. I couldnt make sense of linux project layout, and so I decided I wanted to have a go at a microkernel approach following Lupyuen's great tutorials and the rather poor 'official' hardware documentation... So unfortunately wont get reused since I havent seen any other allwinner A64 devices around I guess it is a bit of an old SoC at this point to be getting further use.
Anyway it is all a good learning experience, especially since I was still quite new to Zig, and Zig being quite new itself, so I got to redesign it a few times already as they added more language features.