ARCH = aarch64
BOARD = raspi3
CONFIG_USE_DLMALLOC = 1
# This board does not have a hardware clock (RTC).
CONFIG_USE_FAKE_CLOCK = 1
- Download
bootcode.bin
andstart.elf
from the official GitHub repository - Build this project
- Copy
bootcode.bin
,start.elf
,build/aarch64/raspi3/dist/cmdline.txt
to a SD card (FAT32) - Rename
build/aarch64/raspi3/dist/ArvernOS-aarch64-raspi3.img
tokernel8.img
and copy it to the SD card as well - Insert the card into the Raspberry Pi SD card slot
- Connect a USB to serial adapter (FTDI) between the Raspberry Pi and a host
machine 1 that will run
minicom
or any other serial communication program. The serial configuration is: 112500 8N1. - Power up the Raspberry Pi