Page 1 of 1

Problems installing the SD card

Posted: Thu Aug 03, 2023 4:59 pm
by DL5BCA
Hello,

I've been trying to put on the Winterhill all afternoon.
The installation always aborts with this error.
winterhill-error.jpg
winterhill-error.jpg (91.94 KiB) Viewed 9532 times
I had first used an 8GB card. Then bought a new 32GB card.
tried with the 64bit and 32bit image for the Raspberry.
Current system as of May 3, 2023.

Does anyone have a hint?

73 Thomas

Re: Problems installing the SD card

Posted: Thu Aug 03, 2023 5:29 pm
by G4EWJ
The "/lib/modules/6.1.21-v8+/build" suggests that you're using Bullseye.

You need "Raspberry Pi OS (Legacy) with desktop" which is Buster kernel 5.10.

Brian

Re: Problems installing the SD card

Posted: Thu Aug 03, 2023 5:48 pm
by DL5BCA
Hello Brian,

thank you, i will try the Buster-image.

73 Thomas

Re: Problems installing the SD card

Posted: Thu Aug 03, 2023 6:23 pm
by DL5BCA
Hello Brian,

yes with Buster-image it works.

And yes: the install lines:

wget https://raw.githubusercontent.com/tomvd ... terhill.sh
chmod +x install_winterhill.sh
./install_winterhill.sh -d

must instead of the lines

wget https://raw.githubusercontent.com/Briti ... terhill.sh
chmod +x install_winterhill.sh
./install_winterhill.sh

Re: Problems installing the SD card

Posted: Thu Aug 03, 2023 7:30 pm
by G4EWJ
Good.

Brian