Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| storage [2026/02/22 03:45] – whitetailani | storage [2026/02/22 03:50] (current) – whitetailani |
|---|
| ==== rootFS ==== | ==== rootFS ==== |
| |
| The rootFS contains a minimal embedded install of PTXdist Linux 4.9, and is mounted **read-only** by default. It doesn't have much of anything beyond busybox and bash 4.3. It is difficult to remove, requiring near-complete disassembly of the unit, and it is not recommended unless you broke something. | The rootFS contains a minimal embedded install of PTXdist Linux 4.9, and is mounted **read-only** by default. It doesn't have much of anything beyond busybox and bash 4.3. It is difficult to remove, requiring near-complete disassembly of the unit, and it is not recommended unless you broke something. Interestingly, the partition name is completely blank by default, though it can be changed without issue. |
| |
| ==== initFS ==== | ==== initFS ==== |
| |
| The initFS has a single ext4 partition named ''%%init%%'' which contains the fare reader program (at /init/efad/prgm/ProxNx), along with other utilities, and is mounted at /init during boot. If you need additional storage capacity, it is recommended to replace this microSD card and bind mount necessary paths (e.g. /home) to the initFS microSD card. | The initFS has a single ext4 partition named ''%%init%%'' which contains the fare reader program (at /init/efad/prgm/ProxNx), along with other utilities, and is mounted at /init during boot. If you need additional storage capacity, it is recommended to replace this microSD card and bind mount necessary paths (e.g. /home) to the initFS microSD card. The partition name is "init", which can **NOT** be changed - otherwise the startup process fails. |
| |
| Also on the initFS seem to be old versions of the CapMetro software? At /init/install/archive are files suffixed .X72, which seem to behave as normal zip files. A copy of ProxNx (the CapMetro software itself) is found upon extracting each one, along with associated configuration files. | Also on the initFS seem to be old versions of the CapMetro software? At /init/install/archive are files suffixed .X72, which seem to behave as normal zip files. A copy of ProxNx (the CapMetro software itself) is found upon extracting each one, along with associated configuration files. |