Add a dirt-cheap screen to the Raspberry Pi B+
21–30 of 66 posts
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#22Maybe they can tackle the long-lived, widely-experienced SD card corruption issues of the RPi in the next version instead of adding a bunch more pins and an extra core. Meanwhile the competition even has eMMC in the same price range.
This comes up with every Pi post on HN for some reason, but if you're getting SD card corruption you either have a bad card (check the known good cards: http://elinux.org/RPi_SD_cards ) or are not shutting the Pi down correctly. You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. Make sure you always run 'sudo shutdown…
We don't power off our many pis, but they are on UPSs (we use them for a security system.) However, the corruption happens so much that we keep disk images and have a spare on hand when we have to reboot them for any reason because 1/4 of the time they will not boot up.
Even if it were corrupting the FILES being written when hard booted, it shouldn't corrupt the FILESYSTEM being written.
TLDR, nuh uh.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#23Earlier quoted context omitted.
This comes up with every Pi post on HN for some reason, but if you're getting SD card corruption you either have a bad card (check the known good cards: http://elinux.org/RPi_SD_cards ) or are not shutting the Pi down correctly. You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. Make sure you always run 'sudo shutdown…
This comes up every time someone mentions the corruption. We don't power off our many pis, but they are on UPSs (we use them for a security system.) However, the corruption happens so much that we keep disk images and have a spare on hand when we have to reboot them for any reason because 1/4 of the time they will not boot up. Even if it were corrupting the FILES being written when hard booted, it shouldn't corrupt t…
That's not how SD cards work unfortunately. When an SD card erases data, like if it's updating a file allocation table, it has to erase an entire block of flash and not just the bytes you care about. The card will throw the block into a cache in memory, erase the block, and then rewrite the parts of the block that weren't erased. However if you pull out power during that operation you'll completely kill the block and destroy the filesystem.
There's a great video here from Linuxconf Auckland about using SD cards for embedded systems and these issues: https://www.youtube.com/watch?v=K3zb6p0thQU
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#24Earlier quoted context omitted.
This comes up with every Pi post on HN for some reason, but if you're getting SD card corruption you either have a bad card (check the known good cards: http://elinux.org/RPi_SD_cards ) or are not shutting the Pi down correctly. You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. Make sure you always run 'sudo shutdown…
>You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. False. This depends on the software. We developed a system for the PrintToPeer Raspberry Pi OS that uses the RAMdisk for read/write operations, and makes the rest of the operating system read only. You can uplug it whenever and nothing is corrupted.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#25[1] See for instance http://linux-sunxi.org/Cubieboard/LVDS - I believe it supports DPI as well as LVDS. script.fex is basically Allwinner's equivalent of the device tree.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#26Earlier quoted context omitted.
This comes up with every Pi post on HN for some reason, but if you're getting SD card corruption you either have a bad card (check the known good cards: http://elinux.org/RPi_SD_cards ) or are not shutting the Pi down correctly. You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. Make sure you always run 'sudo shutdown…
This comes up every time someone mentions the corruption. We don't power off our many pis, but they are on UPSs (we use them for a security system.) However, the corruption happens so much that we keep disk images and have a spare on hand when we have to reboot them for any reason because 1/4 of the time they will not boot up. Even if it were corrupting the FILES being written when hard booted, it shouldn't corrupt t…
If you could use a flash filesystem at the OS level & talk directly to the SDcard flash blocks then you might be able to pull the plug & not risk corrupting an SDcard, but as things currently stand I don’t think that’s possible.
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#27Time to go panel hunting for some more panels :-)
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#28Maybe they can tackle the long-lived, widely-experienced SD card corruption issues of the RPi in the next version instead of adding a bunch more pins and an extra core. Meanwhile the competition even has eMMC in the same price range.
This comes up with every Pi post on HN for some reason, but if you're getting SD card corruption you either have a bad card (check the known good cards: http://elinux.org/RPi_SD_cards ) or are not shutting the Pi down correctly. You absolutely cannot just pull the power cord out while booted up because the SD card might be in the process of writing and you'll easily corrupt it. Make sure you always run 'sudo shutdown…
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#29This really should be the next thing the RPi team tackles, IMO. It's nice we have this great cheap computer, but trying to find a screen to plug into it is terrible. A computer monitor or TV is fine, but both of them draw too much power and are far too big and stationary. And have you seen the prices of small HDMI screens? I can buy a 8" Windows tablet, full PC mind you, for the price of a single 5" HDMI screen. Far…
Re: Add a dirt-cheap screen to the Raspberry Pi B+
#30This really should be the next thing the RPi team tackles, IMO. It's nice we have this great cheap computer, but trying to find a screen to plug into it is terrible. A computer monitor or TV is fine, but both of them draw too much power and are far too big and stationary. And have you seen the prices of small HDMI screens? I can buy a 8" Windows tablet, full PC mind you, for the price of a single 5" HDMI screen. Far…