This is the area to clarify hardware specification if there's anything unclear from the datasheet. If the specification is software related, please ask in the related software section.
Develop my own driver
tm496220
New Member Posts: 3 ✭
Hello everyone.
I want to develop my own driver for my devices attached to like GPIOs, for example. I want to know the mapped address. Windows and Linux are the target OSes. Where can I find this information and all other related one? I have the UP Squared series board.
Thank you in advance.
Comments
-
I am using up squared series board specifically with Celeron® N3350. Where can I find a sample Windows driver for GPIO, SPI, I2C, PCIe and others?
-
Hi @tm496220
Please refer to upbustool in the link.
https://github.com/aaeonaeu/win-demo-appsBest Regards,
Harry Chiu -
Hi @tm496220
If ubuntu, please refer to the Pinctrl driver.
https://github.com/up-division/pinctrl-upboardBest Regards,
Harry Chiu -
Hi @HarryChiu
Thank you very much!
These really help a lot.