-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
What are the cd, db, and x versions of fixup.dat and start.elf? #959
Comments
I think you'll have to be more specific. |
start_x is the full firmware that includes camera and software codecs start_cd is the cutdown firmware that has no support for firmware hardware blocks like codecs and 3d |
We should probably put this is the documentation somewhere, if it isn't
there already. I'll have a dig around.
…On 26 March 2018 at 15:20, popcornmix ***@***.***> wrote:
start_x is the full firmware that includes camera and software codecs
It is enabled when start_x=1 is in config.txt
start_cd is the cutdown firmware that has no support for firmware hardware
blocks like codecs and 3d
It is enabled when gpu_mem=16 is in config.txt
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#959 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADqrHQvAgaQc0P6LxlzitU4ChA5-SEpaks5tiPk4gaJpZM4S5_V->
.
--
James Hughes
Principal Software Engineer,
Raspberry Pi (Trading) Ltd
|
There is a mention of start_x and start_db here: https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md |
Thanks @popcornmix, I'll update the docs.
…On 26 March 2018 at 20:25, popcornmix ***@***.***> wrote:
There is a mention of start_x and start_db here:
https://www.raspberrypi.org/documentation/configuration/config-txt/boot.md
but not much explanation. start_cd is not mentioned.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#959 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADqrHVT2QXpMO5nyt4QcZFXsW0TPvNrqks5tiUCdgaJpZM4S5_V->
.
--
James Hughes
Principal Software Engineer,
Raspberry Pi (Trading) Ltd
|
Created an issue raspberrypi/documentation#869, will get to it when I have the time. |
May I also ask some info about the difference between recovery.elf and start.elf? Any difference related to the sdcard i/o maybe? Thanks. |
The only difference between recovery.elf and start.elf is the name. It is
used by the firmware to identify itself as a NOOBS recovery partition
…On 14 April 2018 at 23:22, Luca Carlon ***@***.***> wrote:
May I also ask some info about the difference between recovery.elf and
start.elf? Any difference related to the sdcard i/o maybe? Thanks.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#959 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB9CHIm8_Gq5ID3z_3gvNLBuMCx-CIMUks5tonaZgaJpZM4S5_V->
.
|
When booting noobs I see that only around 230MB of ram are detected (on Pi3). Also I see other differences. Can I conclude this is not related to recovery.elf? I read in the wiki that recovery.elf "switches the firmware into "NOOBS mode"": does it only mean that it loads files with a different name by default (recovery.cmdline, recovery.img) and that it sets recovery.rfs as the root file system? Thanks. |
Yes that is correct
…On 15 April 2018 at 11:02, Luca Carlon ***@***.***> wrote:
When booting noobs I see that only around 230MB of ram are detected (on
Pi3). Also I see other differences. Can I conclude this is not related to
recovery.elf? I read in the wiki that recovery.elf "switches the firmware
into "NOOBS mode"": does it only mean that it loads files with a different
name by default (recovery.cmdline, recovery.img) and that it sets
recovery.rfs as the root file system? Thanks.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#959 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB9CHCZ8U9xDDhUCBzQZTfvo1r0bUh0Gks5toxrIgaJpZM4S5_V->
.
|
As noted in raspberrypi/noobs#487 (comment) you also need the corresponding |
I guess raspberrypi/documentation#883 means that this issue can be closed? |
Yup! |
No description provided.
The text was updated successfully, but these errors were encountered: