CIRCL / Circlean

USB key cleaner
https://www.circl.lu/projects/CIRCLean/
BSD 3-Clause "New" or "Revised" License
444 stars 69 forks source link

[Discussion] Compatibility on other micro-computers (non Raspberry Pi) #63

Open mthlvt opened 6 years ago

mthlvt commented 6 years ago

First of all hats-off for making this quality project OpenSource 👍

The main limitation I see in the Raspberry Pi is that it's only USB 2.0 compatible.

I've switched from Raspberry Pi to Odroid a few years ago and haven't looked back since. For example their model XU4 is quite powerful and only a bit more expensive. http://www.hardkernel.com/main/products/prdt_info.php

Do you think the processing speed would benefit from USB3.0 or is it not relevant (e.g. because the bottleneck is not the USB speed, but the processing speed)?

What would be required to install the project on an Odroid XU4 for example?

Rafiot commented 6 years ago

It should work pretty much out of the box if you install this module: https://github.com/CIRCL/PyCIRCLean

And the bash glue code in this repository (https://github.com/CIRCL/Circlean/tree/master/circlean_fs)