-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
testing the distributed part of dist-fs
#1
Comments
There should actually be 2 options for the "distributed" part of this.
OPTION 2: this will entail a daemon (constant running process) on the host constantly polling for |
UART is incredibly slow, time to get SPI and network comms working |
SPI is a pain to configure especially on the fly. trying network based comms next |
this should be more promising just need to get it working in the comms interface |
The main storage I am working with is a 500gb Seagate RSS LLC Slim SSD on the Jetson Orin Nano in the home lab. Plug in a small 8gb thumbdrive into one of the raspberry pis/some other device in the rack to try sending packets over a familiar socket and writing to that thumbdrive "remotely"
The text was updated successfully, but these errors were encountered: