| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| storage [2026/02/19 04:50] – 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 contains the fare reader program (at /init/efad/prgm/ProxNx) and associated startup functions, 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. |
| | |
| | ==== Upgrading storage ==== |
| | |
| | The PROXmobil3 is capable of reading SDHC (it may also be able to read SDXC, but I do not have any spares) cards, allowing up to 32GB of storage per card. Either card can be upgraded without issue, provided the new card is formatted as ext4 and the data on the old card is copied to the new one. ''%%rsync%%'' is recommended for this purpose, though it is not required. |