mirror of https://github.com/stella-emu/stella.git
Updated Retron 77 (markdown)
parent
020869a4fe
commit
acbece0793
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue