-
Notifications
You must be signed in to change notification settings - Fork 13
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
Finding the firmware files #93
Comments
SDL is not needed for the bitbox firmware. You can run 'make' in the 1st-boot folder to build the stage 1 bootloader. You can also use 'make stlink' to flash it to the bitbox using an STLink. For the other projects (2nd stage loader and examples) you can use 'make bitbox', and 'make dfu' to flash them over USB to the bitbox (much easier than putting them on an SD card to load them). The SDL emulator currently needs SDL 1.2, which is deprecated. They should be migrated to SDL2. |
thanks Adrien,
indeed the version of SDL is quite dated.
I created a new branch with SDL2, but I did not port yet the main repo to it
It's a bit slow on my VM now, I'll check if it can be made faster.
In any case, it seems to work (although I diodn't test it on mac or haiku
:( )
I'ml try to make some firmware available
Le mar. 26 mai 2020 à 11:12, Adrien Destugues <[email protected]> a
écrit :
… SDL is not needed for the bitbox firmware. You can run 'make' in the
1st-boot folder to build the stage 1 bootloader. You can also use 'make
stlink' to flash it to the bitbox using an STLink. For the other projects
(2nd stage loader and examples) you can use 'make bitbox', and 'make dfu'
to flash them over USB to the bitbox (much easier than putting them on an
SD card to load them).
The SDL emulator currently needs SDL 1.2, which is deprecated. They should
be migrated to SDL2.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#93 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEVCEI5Y2MPIBE3GCWZRTLRTOBWRANCNFSM4NJW65RA>
.
|
Is there a place that I could find the firmware of Bitbox?
I am confused about the structure. What is the examples folder contains? Is it just the games that would run on Bitbox? However, I tried to build the examples using examples but it end up in errors like
SDL/SDL.h' file not found #include <SDL/SDL.h>` error when I invoke the make command.
I would only need the firmware that run on bitbox, and if there are already built firmware that would be great. Thanks
The text was updated successfully, but these errors were encountered: