Nostr'a Katılın
2024-07-01 08:42:03 CEST
in reply to

LogicalErzor on Nostr: A bit irritated here… Here’s what I have to do to figure out why my i2c gpio ...

A bit irritated here… Here’s what I have to do to figure out why my i2c gpio devices aren’t working:

- Add i2c-gpio devices in dts (Doesn’t work)
- i2cdetect (Doesn’t work in debug shell)
- Enable configs to boot Linux (Doesn’t fit in partition)
- u-boot (Stuck trying to get UART output)
- Use Kexec instead of u-boot (pmOS now thinks my phone is ARM64)

Anyone know how to write an ARMv7 UART program in assembly? UART works in Linux, but frustrating not knowing what I’m doing wrong