Skip to content
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

Open
heshananupama opened this issue May 25, 2020 · 2 comments
Open

Finding the firmware files #93

heshananupama opened this issue May 25, 2020 · 2 comments

Comments

@heshananupama
Copy link

heshananupama commented May 25, 2020

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

@pulkomandy
Copy link
Contributor

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.

@makapuf
Copy link
Owner

makapuf commented May 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants