course_os icon indicating copy to clipboard operation
course_os copied to clipboard

BCM2835 support

Open jdonszelmann opened this issue 5 years ago • 0 comments

The current kernel only works on real Raspberry pi systems that have the BCM2836 chip. This is because that's the only one we can emulate. Drivers for the BCM2835 should also be implemented to be compatible with all 32 bit raspberry pis. Switching between the two can be done dynamically with the chipset subsystem.

This can as far as I know only to be tested with a real raspberry pi. Which will be a pain.

jdonszelmann avatar Mar 13 '20 22:03 jdonszelmann