Bob123 Posted September 5, 2021 Posted September 5, 2021 I'm sure this has been asked and explained in the past but I just can't find it. When I plug the bunny in in arming mode, the files I see, where are they located when I SSH in through serial or ethernet? I cannot find the switch positions through a terminal. I'm trying to install some python files and pip isn't happy so I want to just drag and drop them somewhere and then see them in the terminal window. I just don't know how to get to say the loot folder or a switch folder. I'm not sure where they are hiding. Any help would be great. Thanks.
kuyaya Posted September 5, 2021 Posted September 5, 2021 28 minutes ago, Bob123 said: I'm sure this has been asked and explained in the past but I just can't find it. When I plug the bunny in in arming mode, the files I see, where are they located when I SSH in through serial or ethernet? I cannot find the switch positions through a terminal. I'm trying to install some python files and pip isn't happy so I want to just drag and drop them somewhere and then see them in the terminal window. I just don't know how to get to say the loot folder or a switch folder. I'm not sure where they are hiding. Any help would be great. Thanks. hey, first you need to mount /dev/nandf to /root/udisk: mount -o sync /dev/nandf /root/udisk/ then you can cd into /root/udisk and you can see the filesystem you usually see when you plug it in during arming mode 👍
chrizree Posted September 5, 2021 Posted September 5, 2021 An alternative command is; udisk mount (and udisk unmount)
Bob123 Posted September 5, 2021 Author Posted September 5, 2021 Thanks guys that's exactly what I needed. I got the install script to work since pip was upset. And my python script works too! Thanks for the help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.