CIRCL / Circlean

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

start up and then, nothing #67

Open risk22 opened 5 years ago

risk22 commented 5 years ago

Any known issues with Rpi3? It boot and goes for 5-10sek and then dies. Same image works on Rp1 Gen1.

Rafiot commented 5 years ago

The rpi3 is supported.

Did you plug the 2 USB keys before booting the rpi?

risk22 commented 5 years ago

Yes, both plugged in.. same img works on rpi gen1 On rpi3 it’s booting but dies after approx 10sec

Thanks

sön 9 sep. 2018 kl. 22:03 skrev Raphaël Vinot notifications@github.com:

The rpi3 is supported.

Did you plug the 2 USB keys before booting the rpi?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/CIRCL/Circlean/issues/67#issuecomment-419741120, or mute the thread https://github.com/notifications/unsubscribe-auth/ApHunPVWi5G-txgYeUVepu2gofQsMiPPks5uZXP3gaJpZM4WgZnx .

Rafiot commented 5 years ago

So that's very similar to the bug I had with some keys that take a while to be recognized by the OS, but that was supposedly fixed by the 10s waiting time. I guess there is something else going on... Did you try with other USB keys?

nicoladiaz commented 5 years ago

Hello, I tried few minutes ago with raspi 1 & 3 and same thing no copy at all from one USB key to the other one :/ Meanwhile i can hear the music (randomly TheCure, RATM :) Img used > 2018-07-23-CIRCLean.img

Rafiot commented 5 years ago

if you were hearing music, it was working. Can you let it plugged for longer? Depending on the files you're working on it can take a while: rpis are USB2 so everything takes forever.

owandus commented 5 years ago

Hello there,

I am having exact same issue with rpi3, tested with a different keys and waited longer after the music stops. Any idea of the issue's cause?

Actually when the music stops, the rpi switches immediately off. Is it the expected behavior?

Thank you in advance!

Rafiot commented 5 years ago

Yes, it is the expected behavior. The music starts when the processing of the files begins, and stops when the rPi shutdowns.

Was the destination key empty?

owandus commented 5 years ago

Thanks for your answer. Yes i've tried with 3 empty keys, I'll try with other ones and keep you in touch.

Rafiot commented 5 years ago

3 empty key? The source key has things on it, right?

owandus commented 5 years ago

Yes, tested 3 different empty destination keys and with jpg, txt, pdf, excel files on source key.

Rafiot commented 5 years ago

Right. That's weird. What is the partition format on the source and dest key?

owandus commented 5 years ago

Hi Rafiot,

Just to keep you in touch: I made the tool work with a rpi1. My rpi3 did not mount the same couple of keys.

Thanks for the tool though !

Rafiot commented 5 years ago

This is super weird... I had issues with the rpi 3 booting faster than the USB keys were recognized and that was causing a similar issue... but the timer I added should have fixed it (and it did with the set of keys I used). Sorry for that, I'll try to find a more robust solution.