slartibartfast wrote: > Did you update the SD card in your Pi3 and then swap it to the Pi4? > > Sent from my SM-G900F using Tapatalk
Yes. However first I increased the FAT partition to 256mb and decreased the ext4 partition accordingly (all buster distros for the raspberry have 256mB of fat. Paragon Partition manager could do this, with GParted I was not successful. Then: sudo apt update sudo apt dist-upgrade sudo apt-get purge libc6:i386 sudo nano /etc/apt/sources.list and replace stretch with buster sudo nano /etc/apt/sources.list.d/raspi.list and replace stretch with buster sudo apt update sudo apt dist-upgrade sudo apt purge timidity lxmusic gnome-disk-utility deluge-gtk evince wicd wicd-gtk clipit usermode gucharmap gnome-system-tools pavucontrol afterwards you can use your SDCard with a Raspberry 3 and 4... And of course you have to install the libc6:i386 as described in this thread ------------------------------------------------------------------------ frankd's Profile: http://forums.slimdevices.com/member.php?userid=52885 View this thread: http://forums.slimdevices.com/showthread.php?t=106958 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
