-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broadcom build for RPI 4B not booting #5650
Comments
Some additional information:
It stops at 0x200 and seems to sit there. here is a dump of info reg
If I use the JLink ond openocd with the raspberrypi_pi3.cfg on mu zero2w, then I am able to see the code running and use gdb as expected. here is an info stack from the zero2w
any suggestions on how to proceed with the pi4b? |
Tried disabling CIRCUITPYTHON_USB_MSC in mpconfigport.mk but it did not change the behavior :-( |
Thanks for trying! I think it'll require some printf debugging to see if it makes it into circuitpython at all (it should.) |
This adds PL011 UART support which is more plentiful. It also: * Fixes PI4 build by including .dtb files on the SD card. * Enables the activity LED as the status LED on PI4 and CM4 I/O. * Adds that LED as board.LED. Fixes adafruit#5650 and progress on adafruit#5629
This issue is so there is a place to track troubleshooting. I realize the Broadcom build is pre-alpha....
I have built CP for both the RPI Zero 2W and the 4B.
When I connect a USB to Serial converter to GND, TX,RX on the Zero 2W it boots to the REPL as expected.
When I try the same on the 4B, I see no output on the serial port.
If I connect an HDMI monitor, I see no text to the screen, but it does go to a large multicolored square on the display.
I'm curious if anyone else has tried the 4B?
If you have, could you post or post a a link to the working .zip file so I can try it.
I have tried 7.1.0-beta.1 from circuitpython.org as well just to verify it is not my build -- same results.
The text was updated successfully, but these errors were encountered: