-1

My new pi boots perfectly from Raspian buster but once the sd card is flashed with stretch os then only red light turns on. I need to install stretch os to work with opencv in C++ using geany editor. Kindly help.

Nitesh Singh
  • 39
  • 1
  • 5

3 Answers3

3

The raspberrypi.org blog explained the need for Buster as follows: "The reason for this [new version of Rapbian] is that one of the important new features of Raspberry Pi 4 is that the open-source OpenGL video driver is now being used by default, and this was developed using the most recent version of Debian." That version of Debian is Buster.

I'd suggest you read the post at: https://www.raspberrypi.org/blog/buster-the-new-version-of-raspbian/

The point would be that there are no simple solutions to the issue such as new drivers or firmware. If you want to boot a Raspberry Pi 4 B, you must use Buster.

YetAnotherRandomUser
  • 1,100
  • 1
  • 10
  • 32
John P
  • 179
  • 1
  • 5
  • I'd bet joan's suggestion (updating the firmware and kernel via `rpi-update`) would work, although the GUI may fail. – goldilocks Feb 09 '20 at 19:01
2

I don't think the needed bootcode and firmware is available in stretch.

I suggest you put the stretch based SD card in another Pi and do a sudo rpi-update.

See rpi-update.

joan
  • 67,803
  • 5
  • 67
  • 102
0

Raspbian Stretch does not support Raspberry Pi 4.

The Foundation timed the release of the Pi 4 with the Buster release to save money.

See here and here.

Botspot
  • 1,674
  • 5
  • 25