Support added for RPi4#2
Draft
DesobedienteTecnologico wants to merge 25 commits intonewtonick:restructurefrom
Draft
Support added for RPi4#2DesobedienteTecnologico wants to merge 25 commits intonewtonick:restructurefrom
DesobedienteTecnologico wants to merge 25 commits intonewtonick:restructurefrom
Conversation
Configuration added for RPi4: 1. Due is not necessary to have a custom kernel in dev image, I removed it and pointed directly to the default kernel configuration. 2. [ ] Mount/Umount MicroSD (WIP)
Owner
|
@DesobedienteTecnologico the microsd insert/remove notification works on pi4-dev config. Just tested it by pulling this PR locally and building using the config in pi4-dev. |
Owner
|
TODO item for this PR:
|
Author
Probably there is the need to add more Kernel modules on it. |
Restructure and add Docker from DT repo
Remove gzip of img file and remove the move command of the config folder
Add skip-build option to use with keep-alive
libncurses-dev is required to use `make menuconfig` and others menus.
The version change LGTM Update build.sh to default to 0.5.2 release
…ed for seedsigner app repo
…ses-lib_dockerfile libncurses-dev added in Dockerfile
LGTM Update embit to version 0.7.0
- Unexpected file mode change to 644 in last commit. Now is 755 again. - Pi2 flag added. unintentionally deleted.
- Camera Kernel modules added. - bootcode.bin remove. RPi4 do not need it to boot. Bootloader is on EEPROM. Reference: https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-4-boot-flow
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Configuration added for RPi4:
✅ Due is not necessary to have a custom kernel in dev image, I removed it and pointed directly to the default kernel configuration.
⬜ Mount/Umount MicroSD (WIP)
⬜ Add pi4 build option to build.sh script
Some significant changes from others versions:
Raspberry Pi4 firmware variant added:
config_seedsigner.txt
genimage-rpi-seedsigner.cfg
pi4_defconfig / pi4-dev_defconfig
Then of course custom Kernel configuration file was added with changes that belong to the new architecture and RPi firmware.