An open API service indexing awesome lists of open source software.

https://github.com/simar7/pikernel

32-bit ARM kernel for Raspberry Pi.
https://github.com/simar7/pikernel

Last synced: 12 months ago
JSON representation

32-bit ARM kernel for Raspberry Pi.

Awesome Lists containing this project

README

          

piKernel: A custom ARM kernel project for the Raspberry Pi
----------------------------------------------------------

## System Requirements
1. ARM cross compiler: `arm-gcc-eabi-none`
2. `make`

## Notes for OS X
1. homebrew `gdb` only supports x86 debugging, install `arm-none-eabi-gdb` to remotely debug

## Notes for debugging
1. To remotely debug using gdb over TCP in QEMU
a. Start qemu machine with `-s` and `-S` options
b. gdb> `target remote localhost:1234`
c. gdb> `continue`