adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
453 stars 340 forks source link

I was using rev 1.4 and had no problems but recently bought some new 4b raspberry pi and I guess its 1.5 and now my clone os is throwing this error. #622

Closed nolansingroy closed 1 year ago

nolansingroy commented 1 year ago

I was using rev 1.4 and had no problems but recently bought some new 4b raspberry pi and I guess its 1.5 and now my clone os is throwing this error. image

cat /proc/cpuinfo image

My cloned os using the adafruit plugin for neopixel was working on this version of raspberry pi Hardware : BCM2711 Revision : c03114 Serial : 100000005a9870db Model : Raspberry Pi 4 Model B Rev 1.4

Please any advice or help would be greatly appreciated!

__Originally posted by @nolansingroy in https://github.com/adafruit/Adafruit_Blinka/issues/66#issuecomment-1280200150__

makermelissa commented 1 year ago

I'd recommend updating platformdetect with the command pip3 install --upgrade Adafruit-PlatformDetect. The board constant you have is definitely there: https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/main/adafruit_platformdetect/constants/boards.py#L486

makermelissa commented 1 year ago

Feel free to re-open this if that doesn't solve the issue.

nolansingroy commented 1 year ago

@makermelissa the above was installed and it stopped saying board not support however when I run the adafruit blinka neopixel code I get image