Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RPi CPU detection, enable firmware updates only for RPi4 #138

Merged
merged 1 commit into from Oct 10, 2019
Merged

Support RPi CPU detection, enable firmware updates only for RPi4 #138

merged 1 commit into from Oct 10, 2019

Conversation

MilhouseVH
Copy link
Contributor

This adds RPI_CPU_VER:

0=BCM2835 (ARM1176 - RPi0/RPi1)
1=BCM2836 (Cortex-A7 - RPi2)
2=BCM2837 (Cortex-A53 - RPi2/RPi3/RPi3+)
3=BCM2838 (Cortex-A72 - RPi4)

Use RPI_CPU_VER to enable/disable the RPi Flashing options, ensuring we disable RPi Flashing whenever the RPi4 image is installed on RPi2/RPi3 hardware.

@CvH CvH merged commit b312a42 into LibreELEC:master Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants