-
Notifications
You must be signed in to change notification settings - Fork 1.7k
config.txt: „total_mem“ with invalid value prevent the RPi1 from booting #717
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
Comments
We can clamp the total_mem size to the size of the physical sdram which should avoid the issue. |
popcornmix
added a commit
that referenced
this issue
Jan 14, 2017
kernel: BCM270X_DT: Add pi3-disable-wifi overlay kernel: Add driver_name properties to JustBoom drivers See: raspberrypi/linux#1787 kernel: bcm2835-i2s: Changes for allowing asymmetric sample formats See: raspberrypi/linux#1783 firmware: bootcode: Don't let total_mem exceed sdram size See: #717 firmware: bootcode: Enhance parsing to handle processor sections See: #716
popcornmix
added a commit
to Hexxeh/rpi-firmware
that referenced
this issue
Jan 14, 2017
kernel: BCM270X_DT: Add pi3-disable-wifi overlay kernel: Add driver_name properties to JustBoom drivers See: raspberrypi/linux#1787 kernel: bcm2835-i2s: Changes for allowing asymmetric sample formats See: raspberrypi/linux#1783 firmware: bootcode: Don't let total_mem exceed sdram size See: raspberrypi/firmware#717 firmware: bootcode: Enhance parsing to handle processor sections See: raspberrypi/firmware#716
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bootloader configuration config.txt
Example 1: (A Pi1 with 512MB Ram will not boot)
[pi1]
total_mem=512
Example 2: (A Pi1 with 512MB Ram will not boot)
[pi1]
total_mem=513
This issues is not reproducible at Pi2 and Pi3!
The text was updated successfully, but these errors were encountered: