-
Notifications
You must be signed in to change notification settings - Fork 6
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
Rpi zero 2 #96
Merged
Merged
Rpi zero 2 #96
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think this will mark version 2.2 |
I believe the problems are duo to race condition in the rpi bcm processor |
FIxed the crashes. Next issues:
|
White screen is probably caused by not waiting long enough after finishing boot up sequence |
alloncm
commented
Sep 17, 2022
alloncm
force-pushed
the
feature/zero
branch
from
September 26, 2022 12:42
43316b3
to
3c6a4d4
Compare
alloncm
commented
Sep 26, 2022
alloncm
commented
Sep 26, 2022
alloncm
force-pushed
the
feature/zero
branch
from
September 26, 2022 14:09
4a60e6a
to
5656676
Compare
* sdl feature will enable sdl2 linking (on by defualt) * apu feature enable the apu. Exsists cause right now on the rpi zero2 i dont want apu (too slow). * Add SIGINT signal handler to exit without sdl Also arrange main a bit
* DMA - Fix a GPU memory leak, add memory barriers and shutdown gracefully * SPI - Add option to start on slow clock and then move to fast clock and add memory barriers * ili9341 - Add slow initialization and shutdown gracefully
alloncm
force-pushed
the
feature/zero
branch
from
September 26, 2022 15:20
6ddbbcd
to
05305ee
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some tweaks to use the rpi zero2 instead of the rpi4 to run magenboy
Depends on #94