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

Port CirnOS to all the Raspberry Pi models #8

Open
mchlmmc opened this issue Sep 4, 2018 · 2 comments
Open

Port CirnOS to all the Raspberry Pi models #8

mchlmmc opened this issue Sep 4, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@mchlmmc
Copy link
Owner

mchlmmc commented Sep 4, 2018

CirnOS currently can only run on the Pi Zero family and the original Raspberry Pi, which only makes up a fraction of the total Raspberry Pi users.

It should be possible to modify the vectors.s, macros.h, loader and build.sh files to create builds of CirnOS that can run on the other models.

To build for the different models, separate scripts should be available such as build-rpi.sh,build-rpi2.sh, and build-zero.sh etc ...

@mchlmmc mchlmmc added the good first issue Good for newcomers label Sep 4, 2018
@janus
Copy link
Contributor

janus commented Sep 4, 2018

I will work on this issue.

@tilkinsc
Copy link
Contributor

tilkinsc commented Nov 16, 2018

What is the difference between start.elf and start2.elf on rbpi3b+? What about the bootcode.bin?

Don't they both load kernel.img and invoke _start aka ENTRY(_start) in the linker.ld (if present, else its default)?

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

No branches or pull requests

3 participants