Solved Screen freeze on system settings
-
I have recalbox 4.0.2 and when I try to access the system setting the screen freezes and I need to pull the plug on my pi3 so it will restart
Any ideas?
P.S can I upadate my recalbox with a pt or mac
Cheerscomputer
-
Good Morning, how large is your sd card?
How was your installation process (how did you format your sd card to fat32, installation with noobs or from https://github.com/recalbox/recalbox-os/releases)? -
Hi
I have recalbox running off my microSD card which is 16gb and the card was already formatted with NOOB on when I bought it, so it was all ready to go and just needed the programs installed from the selection screen when I power on for the first time -
Also I'm still new to Raspberry Pi and Recalbox
-
You could try to format your sd card on pc or mac to "fat32".
Then download the 4.0.1 release from the link above.
Unzip the file to your sd card and try again.There are also many tools to format to fat32, but i personal use windows terminal on pc. When you want, you can also try this:
- Open Command prompt with administrative privileges
- DISKPART
- LIST DISK (You need this to find the Disk # of your USB Drive. On most machines, it will be "Disk 1”)
- SELECT DISK 1
- CLEAN
- CREATE PARTITION PRIMARY
- SELECT PARTITION 1
- ACTIVE
- FORMAT FS=FAT32 QUICK
- ASSIGN
- EXIT
- Unzip the recalbox.zip file to the sd
-
Thanks, when you say ad card are you referring to the micro sd card that's with the Pi? Would this not lose my rasbian and OSMC?
Or am I doing this on a separate SD Card?
-
You didnt wrote about rasbian and osmc before
Try it on an seperate sd card (maybe your sd card with rasbian, osmc and recalbox has not enough diskspace, didnt tried that so far).At least 8gb (for a recalbox single installation)
-
Thanks , I'll give that a try
-
Got my sd card and already said it's Fat32 I unzipped the file and placed it on the ad card. Connected my sd card reader up to my pi and started up my pi again but doesn't show only the old rascal box 4.0.2 one does. I removed the micro Sd and reboot but nothing.
No sure what I'm doing
-
You can follow this video (windows only). English subtitles are available in youtube's options.
-
@kaz69 said in Screen freeze on system settings:
Connected my sd card reader up to my pi and started up my pi
?
remove the already inserted sd card and switch to the new one (without adapter/reader). -
When you said sd card I was thinking you were saying the ones used for a camera but your meaning micro sd.
Cool I'll need to go shopping for a micro sd today
-
I didn't manage to get a micro SD today so I looked to wipe and reinstall NOOb on the original SD Card which has worked and I can access systems now, as it's upgraded to 4.1
Thanks for the info and help