From acbece0793dda64a50d5b63aa7e2c15f06fff0d9 Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Wed, 11 Jul 2018 23:54:18 +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 85b2a5b..07f6cf0 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 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: +The build process builds the root filesystem of the device as into the kernel as an initramfs. The initramfs is never unmounted and contains the full userland, 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