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

#220 feature SKIP_FIRMWARE #221

Conversation

jpluimers
Copy link

Feature SKIP_FIRMWARE for #220: forces SKIP_KERNEL=1 and also skip the kernel.img files and the kernel modules: This effectively only installs the userland and SDK.

Feature `SKIP_FIRMWARE` for Hexxeh#220: forces `SKIP_KERNEL=1` and also skip the `kernel.img` files and the kernel modules: This effectively only installs the userland and SDK.
@popcornmix
Copy link
Collaborator

Personally I think it would make more sense to make SKIP_FIRMWARE and SKIP_KERNEL independent.
SKIP_FIRMWARE would avoid installing bootcode.bin/start*.elf/fixup*.dat
SKIP_KERNEL would avoid installing kernel*.img and /lib/modules
For consistency a SKIP_USERLAND for the /opt/vc stuff may be useful.

@popcornmix
Copy link
Collaborator

And yes, supressing the reboot message when SKIP_FIRMWARE and SKIP_KERNEL are both enabled.

@jpluimers
Copy link
Author

I'll see what I can do later this week. Thanks for the remarks.

@jpluimers
Copy link
Author

Sorry I didn't get to this yet: it's been hectic around here. Will retry after conference season is over (about halfway November)

@Ruffio
Copy link

Ruffio commented Jan 13, 2017

@jpluimers Would you update this PR?

1 similar comment
@Ruffio
Copy link

Ruffio commented Apr 24, 2019

@jpluimers Would you update this PR?

satmandu added a commit to satmandu/rpi-update that referenced this pull request Dec 12, 2019
Users who are running non-raspbian distributions, especially on other architectures
like arm64, may already have videocore libraries and applications compiled for arm64.
These will get overwritten unless updating the VideoCore libraries is skipped.

This implements a SKIP_VCLIBS option to allow that step to be skipped, which may be 
used alongside the SKIP_SDK option. This is also referred to in a suggestion for a
SKIP_USERLAND option here: Hexxeh#221 (comment)

Signed-off-by: Satadru Pramanik <[email protected]>
popcornmix pushed a commit that referenced this pull request Dec 13, 2019
* Allow user to skip updating VideoCore libraries

Users who are running non-raspbian distributions, especially on other architectures
like arm64, may already have videocore libraries and applications compiled for arm64.
These will get overwritten unless updating the VideoCore libraries is skipped.

This implements a SKIP_VCLIBS option to allow that step to be skipped, which may be 
used alongside the SKIP_SDK option. This is also referred to in a suggestion for a
SKIP_USERLAND option here: #221 (comment)

Signed-off-by: Satadru Pramanik <[email protected]>
@Ruffio
Copy link

Ruffio commented Sep 19, 2020

Is this PR still relevant? If not it should be rejected...

@popcornmix
Copy link
Collaborator

I'll close - can be reopened if author wants to update it.

@popcornmix popcornmix closed this Sep 19, 2020
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

Successfully merging this pull request may close these issues.

3 participants