bzt e15ccd9f51 More RPi config 6 months ago
..
Makefile e15ccd9f51 More RPi config 6 months ago
README.md a8897d701e More docs 1 year ago

README.md

MEG-4 Raspberry Pi Port

This directory contains a special Makefile which does not integrate MEG-4 with a library, instead it generates a bootable disk image for the Raspberry Pi using the fbdev port. (See baremetal about creating an image for an arbitrary architecture.)

IMPORTANT NOTE: no cross-compiler configured, so you must run this under RaspiOS (or any other ARM64 Linux).

Compilation options

Command Description
make Generate the meg4.iso disk image file
make package Create a package from the compiled disk image
IMGSIZE=x make Specify the disk image's size in Megabytes (default 256 M)
FLOPPYDEV=xx make Select the floppy device (default /dev/mmcblk0p1)
LANG=xx make Select interface's language (default en, English)
KBDMAP=xx make Select keyboard layout map (default gb, British)

You can write the resulting meg4.iso with dd or USBImager to an SDCard, and then you'll be able to boot that card on a real RPi3+ machine like you would boot any other RaspiOS card.