Raspberry Pi Boot Process
Posted: Sat Jul 07, 2012 12:30 am
I was reading a bit about the Rasperry Pi boot process here:
https://github.com/dwelch67/raspberrypi
It mentions that it uses some named files for boot:
Does this mean that Kernel.img can (more or less) be replaced with a custom Kernel, without having to write a bootloader?
https://github.com/dwelch67/raspberrypi
It mentions that it uses some named files for boot:
- bootcode.bin
- loader.bin
- start.elf
- config.txt
- kernel.img
Does this mean that Kernel.img can (more or less) be replaced with a custom Kernel, without having to write a bootloader?