Kernel running on Raspberry Pi

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
mutex
Member
Member
Posts: 131
Joined: Sat Jul 07, 2007 7:49 pm

Kernel running on Raspberry Pi

Post by mutex »

Hi,

Recently i have ported my kernel to Sparc, Arm and Microblaze.

The easiest to get running was the Arm one that i run on a Raspberry Pi board.

I used this https://github.com/brianwiddas/pi-baremetal for ideas and experimenting before i did my own implementation. The code together with the pdf's from broadcom makes a very good combo (atleast for me).

Im adding that resource to the wiki so if anyone is interrested in porting their kernels to Raspberry pi they can find it there easily.

regards
Thomas
User avatar
Jezze
Member
Member
Posts: 395
Joined: Thu Jul 26, 2007 1:53 am
Libera.chat IRC: jfu
Contact:

Re: Kernel running on Raspberry Pi

Post by Jezze »

Link to wiki page?
Fudge - Simplicity, clarity and speed.
http://github.com/Jezze/fudge/
Post Reply