From 020869a4fefff87abe400c8a45e4d7ab4ee355e1 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Wed, 11 Jul 2018 23:54:04 +0200 Subject: [PATCH] Updated Retron 77 (markdown) --- Retron-77.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Retron-77.md b/Retron-77.md index 897876f..85b2a5b 100644 --- a/Retron-77.md +++ b/Retron-77.md @@ -77,7 +77,7 @@ Following after the bootloader, the SD card contains a single FAT32 partition. F ## Root file system and system lifecycle -The boot process builds the root filesystem of the device as an initramfs into the kernel. The initramfs is never unmounted and contains everything, including all binaries and libraries. The FAT32 partition is mounted under `/mnt`. On boot, a serial terminal is started on ttyS0 and can be accessed via the UART header on the board (see above). On startup, init starts the dumper process which keeps running until the console is switched off. The dumper communicates with the WT51F104S MCU connected to the cartridge port via ttyS2 and executes shell commands. The program flow looks like this: +The build process builds the root filesystem of the device as into the kernel as an initramfs. The initramfs is never unmounted and contains everything, including all binaries and libraries. The FAT32 partition is mounted under `/mnt`. On boot, a serial terminal is started on ttyS0 and can be accessed via the UART header on the board (see above). On startup, init starts the dumper process which keeps running until the console is switched off. The dumper communicates with the WT51F104S MCU connected to the cartridge port via ttyS2 and executes shell commands. The program flow looks like this: 1. Check whether a cartridge is inserted or removed 2. If a cartridge is inserted, try to dump the image