This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cfnet-fs:getting_started:index [2026/05/29 04:19] – mfranklin | cfnet-fs:getting_started:index [2026/05/29 04:39] (current) – [3. Execute cfnet-fs] mfranklin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Get Started Using cfnet-fs ====== | ====== Get Started Using cfnet-fs ====== | ||
| - | ==== Configure the I²C Ports ==== | + | ==== 1. Install the Prerequisites ==== |
| - | + | ||
| - | On the ModularPi, add the following to ''/ | + | |
| - | < | + | |
| - | [pi5] | + | |
| - | pciex1=on | + | |
| - | dtoverlay=uart0-pi5 | + | |
| - | dtoverlay=uart4-pi5 | + | |
| - | dtoverlay=i2c0-pi5, | + | |
| - | dtoverlay=i2c1-pi5, | + | |
| - | dtoverlay=i2c3-pi5, | + | |
| - | </ | + | |
| - | + | ||
| - | NOTE: I²C port 0 can also be configured for 1MHz, if you are only using CFADC-A4L and CFDAC-2V modules on that port. | + | |
| - | + | ||
| - | ==== Install the Prerequisites ==== | + | |
| < | < | ||
| sudo apt update | sudo apt update | ||
| - | sudo apt install libfuse3-4 fuse3 | + | sudo apt install libfuse3-4 fuse3 libusb-1.0-0 |
| </ | </ | ||
| - | + | ==== 2. Download the cfnet-fs Executable Program ==== | |
| - | ==== Download the cfnet-fs Executable Program ==== | + | |
| [[cfnet-fs: | [[cfnet-fs: | ||
| Line 35: | Line 19: | ||
| </ | </ | ||
| - | ==== Execute cfnet-fs ==== | + | ==== 3. Execute cfnet-fs ==== |
| Once downloaded, run the executable as illustrated below to create the virtual file system. | Once downloaded, run the executable as illustrated below to create the virtual file system. | ||
| - | === I²C Mode === | + | [[cfnet-fs: |
| < | < | ||
| cfnet-fs {mount-point} {i2c1-device} {i2c2-device} {i2c3-device} | cfnet-fs {mount-point} {i2c1-device} {i2c2-device} {i2c3-device} | ||
| </ | </ | ||
| - | For the ModularPi, use | + | [[cfnet-fs: |
| < | < | ||
| - | cfnet-fs | + | cfnet-fs |
| </ | </ | ||
| - | * '' | ||
| - | * ''/ | ||
| - | * ''/ | ||
| - | * ''/ | ||
| - | === CFHEADER Mode === | + | |
| - | < | + | |
| - | cfnet-fs {mount-point} cfheader {cfheader-address} | + | ==== 4. Interact with the File System at the Mount Point ==== |
| - | </ | + | |
| While cfnet-fs is running, use ordinary file system utilities like '' | While cfnet-fs is running, use ordinary file system utilities like '' | ||