Just check to make sure the backup works
https://forums.slimdevices.com/showt...=1#post1008849
I don't think the instructions are on the wbsite yet
at least, I could not find them
ronnie
Results 801 to 810 of 810
Thread: ANNOUNCE: piCorePlayer 7.0.0
-
2021-03-01, 04:35 #801
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,091
-
2021-03-01, 05:08 #802
- Join Date
- May 2009
- Posts
- 78
So I reinstall, create a backup; winscp to the backup and save to my windows pc.
I read the advice on using the backup To save an img file. This will be smaller than 4gb sd card?
Thanks maninavan and ronnie for your support.Last edited by Patricia P; 2021-03-01 at 05:29.
-
2021-03-01, 05:48 #803
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,091
In my example, I burnt pCP to a 4GB sd card
Eaxpanded the FS to 1MB
Installed 4 extensions and a copy of LMS (I did not configure LMS)
I made the backup and copied to my windows Desktop
One can see the sizes in the following screenshot (I have extracted the .img to show its size)
hope that helps
ronnie
-
2021-03-01, 05:54 #804
- Join Date
- May 2009
- Posts
- 78
pCP failed to expand
I want to run pCP on my 4GB sd card as Player/Server but the expand (I mean resize) failed three times. I attach the dmesg
Last edited by Patricia P; 2021-03-01 at 06:01.
SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 8.1 RPI4B piCore 7.0
BBCiPlayer, Shairtunes2 plugins
-
2021-03-01, 06:25 #805
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,091
I'm not very good with log files, sorry
I would suggest using the SD Card formatter and wiping the card, it will only take five minutes or so
ronnie
-
2021-03-01, 06:31 #806
- Join Date
- May 2009
- Posts
- 78
-
2021-03-01, 08:10 #807
- Join Date
- Jan 2011
- Location
- Staffordshire. UK
- Posts
- 4,091
Go to pCP Main Page > scroll down to Additional Functions > select SDCard Image
Select Create and wait for a short while
Action first
And then complete
ronnie
-
2021-03-01, 13:56 #808
-
Yesterday, 00:20 #809
- Join Date
- May 2009
- Posts
- 78
There are two logs with mention of resize.
Current bootsync
#!/bin/sh
# put other system startup commands here, the boot process will wait until they complete.
# Use bootlocal.sh for system startup commands that can run in the background
# and therefore not slow down the boot process.
# This file will be updated during updates, so do not place additional commands here.
TCEMNT="/mnt/$(readlink /etc/sysconfig/tcedir | cut -d '/' -f3)"
if [ -f /home/tc/www/cgi-bin/pcp-functions ]; then
. /home/tc/www/cgi-bin/pcp-functions
WWWROOT="/home/tc/www"
elif [ -f /var/www/cgi-bin/pcp-functions ]; then
. /var/www/cgi-bin/pcp-functions
WWWROOT="/var/www"
else
echo "Missing WWWROOT for resize." >> /var/log/pcp_boot.log
fi
[ -f $WWWROOT/cgi-bin/autoresize.sh ] && (. $WWWROOT/cgi-bin/autoresize.sh 2>&1 | tee -a ${TCEMNT}/tce/pcp_resize.log)
/usr/bin/sethostname "$HOST"
/opt/bootlocal.sh &
Cgi-bin
bin/xtras_resize.cgi
lrwxrwxrwx 1 root root 58 Jan 1 1970 xtras_resize.cgi -> /tmp/tcloop/pcp-7.0.0-www/var/www/cgi-bin/xtras_resize.cgiSB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 8.1 RPI4B piCore 7.0
BBCiPlayer, Shairtunes2 plugins
-
Yesterday, 00:29 #810
- Join Date
- May 2009
- Posts
- 78
I thought about my use of the rpi4 and decided not to install LMS.
We have two LMS instances on our lan; four players and additional rpi4.
I use the rpi4 (with HAT) as a headphone amplifier in the home office where the power is switched off every night.
If I don't turn it off in the Material skin browser before it's switched off, the piCore os should still reboot.SB3, UE Radio, CA DacMagic, Talk Electronic stereo. LMS 8.1 RPI4B piCore 7.0
BBCiPlayer, Shairtunes2 plugins