James Hughes

Results 246 comments of James Hughes

I was trying something along those lines. The mass movement of classes is a PITA. Will do something similar and try and maintain some semblance of code sanity!

Note, also need to surround the TK import in try catch because you still need to catch people asking for a GUI when its not supported.

I'll take a look as son as I can, I suspect a change this large will need a loot of checking over, but its along the lines I was thinking...

@lurch These changes look sane to me but I am not a Python expert, any comments from you?

It's also worth noting we could, in a future revision of the board, reduce the size of the EEPROM on the board, for BOM reasons, so "spare space" could suddenly...

If you just want to install an OS, the best place to ask is the forums, lots of information there. Try the official docs first. https://www.raspberrypi.org/documentation/installation/installing-images/README.md

Please use the [forums](https://www.raspberrypi.org/forums) for this sort of question, you will get much more help there.

The 64 bit RPiOS is still a beta, some things will not yet be working. I'd suggest using Open or LibreELEC distros if you want to use Kodi.

AIUI, these are new I2C controllers on the 2711, above what is present on earlier SoC's. The older controllers with the faults are still there, but the additional ones have...

I'm currently doing a major rewrite of this area in the PPG, which will allow specifying multiple board types, I hope to push it to a testing branch in the...