-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
How can I add video and images into folder #143
Comments
One way is to copy your .mp4 file to USB flash device, insert it into the Raspberry Pi and reboot it. The video should show up in sources. |
Thank you very much for your reply. Sorry but this is the first time I approach with commands based on Linux. |
Are you using the .img file from the repository? |
Yes |
Downloaded and flashed with etcher |
It goes like this.
|
Ok I will try it on Monday. Thank you for your fast replies! |
Hi I've done all the points, but in the sources there isn't my video on usb |
Did you ever used this usb stick for emulating or installing an operating system? @kr15h: might be missing on the image: sudo apt-get install usbmount dosfstools exfat-fuse exfat-utils |
Ah yes, you are right, must have forgotten those packages. Will push a new version tonight. But the new image file should be there soon. |
Plus I think that usbmount is just enough. |
thank you Boys for your replies! I'm a NOOB so, with windows if I wanna mount the flashed sd card someone can explain to me how can I do? |
something like: sudo mount /dev/sda1 /media/usb/ |
And the command to know in what sda is the USB? |
Everything is working thank you! Now I have another problem, how can I add space on the partition to add videos? There is free space on sd card,but sudo say to me that there is no space... |
Has the USBMOUNT been added to the latest image? I've installed 0,40 version directly from the image file. Having troubles adding videos. Not working from usb stick. And when accessing the SD card with Linux laptop, I don't have permission to add any videos directly to the sd card. My Pi isn't connected to internet. |
Have same issues like @LeeviLehtinen. Is there a fix now ? Any suggestions? Thanks Philipp. |
Hi I'm new here. Can someone explain to me how can I add some video and images into the SD of the raspberry? Thank you!
The text was updated successfully, but these errors were encountered: