Raspberry Pi - Error resizing existing FAT partition [closed] - raspberry-pi

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I tried to install RASPBIAN os using noobs in to my pi. But when I start the pi after coping the noobs into my sd card, it shows the folling error.
Error resizing existing FAT partition
How to fix it, Thanks in advance.

This usually happens when raspberry cannot read the SD data, and you can fix it by doing a lot of things, for example:
Change the SD card, format the new one of FAT32 and put all of Raspbian data inside it
Get your current SD card and format it again, try to check if this is ok to read/write
Go to this link and check if your SD card compatibility
Check if your power supply is really 5V, and if its passing to Rasp, sometimes rasp doesn't work well because it hasn't enough power

Related

Best way to industrialize raspberry pi 3b+ [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I work on a Raspberry project, the purpose of this project is to use a Raspberry to control an industrial machine.
My customer would like to produce several hundred Raspberry.
I have an custom Raspbian image and I would like to know how "flash" my image on this several Raspberry in an industrial way.
For the moment, the customer wants to use an Raspberry Pi3b+.
Do you have any ideas ?
Kinda off-topic question for here. But, we are using one of these SD card duplicators if that helps.

How to open on PC Rasperry IP with port [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
on my raspberry, I installed "motion" (the one with daemon) for my Pi Camera. However, I set up the Motion with the port 8081. If I open it on the raspberry using localhost:8081 it works but unfortunately with a big delay/lag. Maybe if you find a solution to this would be awesome. But my main problem is that if I want to open the server on my Pc by entering 192.168.xxx.xx:8081, it won't open at all. Using the IP without the port it still works. Maybe you find a solution.
The lag you encounter on Raspberry pi is because that same raspberry is processing the video input, and now you want to add processing of showing you that stream, after all, it is raspberry, no big deal there.
The Motion config file (/etc/motion/motion.conf) haves a setting named "Stream_localhost" by default it is set to ON, make sure you change it to OFF.
If you have any other problems I believe this simple instruction will help you.
How to Make Raspberry Pi Webcam Server and Stream Live Video || Motion + Webcam + Raspberry Pi
EDIT:
After quick google searching I found out that two more settings must be set to off also
webcam_localhost off
control_localhost off

Raspberry Pi display all black [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am trying to install Raspbian on Pi 3 but when I connect it to my monitor using Hdmi the screen is just all black and it doesn't say anything. I've tried searching online but all the answers I found I got confused, since most involve connecting using ssh or something while I can't even get it to turn on to connect it to wifi.
Look for a flash of green near the power led after you plug in the power, that should indicate its booting up okay. I'd suggest verifying the install on your sd card, flash another card and try that. Ensure the power plug you have is good quality and supplying the correct voltage.
Pre-answer: you might want to verify the install on the SD before spending too much time with blind boots.
Easy answer: use a wired usb adapter (preferably with an alternate source of power), then ssh and run raspi-config as I'm sure you've already read.
Moderate answer: stick the SD card in an adapter and edit the /boot/config.txt file. See here for syntax.
Advanced: Edit files as in moderate answer above, but this time target crontab to add a script hook that connects to wifi, thus allowing ssh.

Is there any data stored on a raspberry Pi other than on the SD card? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
I just want to know, whether I can transfer my pi projects to other pis by simply plugging the sd card into a different pi without damaging any of the projects on them.
There is no data stored on a Raspberry Pi except on the SD card. You may move your card from one Pi to another.
Well, there is data stored in the RAM, but that's no big deal. Just make sure your raspberry pi is off, to avoid corrupting your SD Card (that's happened to me several times). But other than that, it should be just fine switching out SD Cards to another pi.
Just to be safe, I would recommend using the same Raspberry Pi model (although it probably doesn't matter)

raspberry pi easycap dc 60 capture problems [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I am trying to capture video over EasyCap DC60 stk1160 (yellow cable) but on my raspbian 3.10.25 (raspberry pi) in mplayer video looks like this (green and messed video, artefacts):
http://www.youtube.com/watch?v=27YLQKNKZtw&feature=youtu.be
And after few seconds it ends with thi error: http://www.youtube.com/watch?v=5cgQFc0i6vo&feature=youtu.be
I tried many settings (as well as vlc) but result is the same. What am I doing wrong? :(
wohooo, I found out it is problem with power. Raspberry pi is not strong enough to power usb easycap directly. When I use powered usb hub it works! :)