Skip to content

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

Closed
herrmeier01 opened this issue Jan 12, 2017 · 2 comments

Comments

@herrmeier01
Copy link

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!

@popcornmix
Copy link
Contributor

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
@herrmeier01
Copy link
Author

Great job! Both issues #716 and #717 are fixed (Pi1 256M and Pi1 512M) and "total_mem" works fine now

Thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants