2

According to the article, there is a yellow checkmark for Pi 4 for Stretch (if it is upgraded to the 2019-04-08 release).

I'm curious what limitations the Pi 4 has in this state.

Steven Lu
  • 281
  • 6
  • 15
  • Unfortunately when I took my Stretch SD card and ran `sudo apt update && sudo apt upgrade` on a Pi 3 with it, it still does not boot my new Pi 4. Hmm. – Steven Lu Aug 05 '19 at 21:09
  • Just copy the sd card image on a different pc. WIth the new sd card, you can't harm the original. Then on the raspberry pi 3, do a distro upgrade to buster. See what happens: https://unix.stackexchange.com/questions/529547/upgrading-debian-9-stretch-to-debain-10-buster to set your repository to buster. `sudo apt update && sudo apt upgrade && sudo apt dist-upgrade` - maybe they will still work after the upgrade? Worth a shot. – TamusJRoyce Aug 06 '19 at 01:50

2 Answers2

5

My understanding is that there is new code required to support the RPi4 and that code is only delivered in Buster. If you need Stretch, you'll need to run it on earlier Pi hardware. You may get it to work, but why bother with possible limitations and degraded operation? If you have software that doesn't run on Buster, it's time to move it forward (or ask the developer to do so).

bls
  • 500
  • 3
  • 5
  • Yes, I once hoped that Stretch can run on my Rpi4, so I can run some old drivers which have not caught up with Buster. But now I think I better be patient and wait for the old drivers to catch up soon. – tlfong01 Aug 06 '19 at 00:45
  • This makes sense but I'm curious to know why there even is a yellow checkmark, as it doesn't seem to progress very far in the boot sequence. But it's possible that I did not upgrade the Stretch install properly. – Steven Lu Aug 06 '19 at 02:26
  • could you provide a link referencing the "there is new code required to support RPi4"? I have the same understanding but I can't find where I'd originally read it. – Marc Nov 04 '19 at 17:04
  • 1
    @Marc Although not RPF confirmation, I did find this: https://www.raspberrypi.org/forums/viewtopic.php?f=75&t=253283&p=1545413&hilit=jessie+pi4#p1545413 . This was my understanding as well. – bls Nov 06 '19 at 00:11
0

I have just released a script that will run a Raspbian Stretch virtual machine, inside the Raspbian Buster operating system. Not sure if it will work in your case, but it is definitely something to try if you don't want to wait for drivers to catch up.
vdesktop script

Botspot
  • 1,674
  • 5
  • 25