-
Notifications
You must be signed in to change notification settings - Fork 136
Add boot firmware for db410c/db820c #473
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
Merged
Merged
Conversation
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
Looks like a test / run error? |
Yes, fixed in a rerun |
ricardosalveti
previously approved these changes
Jul 2, 2025
Make another step for migrating db410c/db820c build fully to OE. Add support for building LK bootloaders for these two machines. Signed-off-by: Dmitry Baryshkov <[email protected]> Signed-off-by: Dmitry Baryshkov <[email protected]>
Currently create_qcomflash_pkg() fills in CDT filename only if rawprogram file has empty filename, however db410c has a non-empty filename in the partition conf. Change the script in order to rewrite non-empty filenames too. Signed-off-by: Dmitry Baryshkov <[email protected]>
DB410c distributes FSG seed file as fs_image_linux.tar.gz.mbn.img. Include this file into the generated qcomflash distribution. Signed-off-by: Dmitry Baryshkov <[email protected]>
Dragonboard 820c requires sec.dat file for flashing, include it into the generated qcomflash dir. Signed-off-by: Dmitry Baryshkov <[email protected]>
3cb1b67
to
b47faf0
Compare
Package boot firmware for Dragonboard 410c boad. In order to build a working qcomflash dir, add the following lines to the local.conf: QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-dragonboard410c" QCOM_BOOT_FILES_SUBDIR = "dragonboard-410c" QCOM_PARTITION_FILES_SUBDIR = "partitions/apq8016-sbc" QCOM_CDT_FILE = "sbc_1.0_8016" QCOM_DTB_DEFAULT = "apq8016-sbc.dtb" QCOM_ESP_IMAGE = "" Signed-off-by: Dmitry Baryshkov <[email protected]>
Package boot firmware for Dragonboard 820c boad. In order to build a working qcomflash dir, add the following lines to the local.conf: QCOM_BOOT_FIRMWARE = "firmware-qcom-boot-dragonboard820c" QCOM_BOOT_FILES_SUBDIR = "dragonboard-820c" QCOM_PARTITION_FILES_SUBDIR = "partitions/apq8096-db820c" QCOM_CDT_FILE = "sbc_1.0_8096" QCOM_DTB_DEFAULT = "apq8096-db820c.dtb" QCOM_ESP_IMAGE = "" Signed-off-by: Dmitry Baryshkov <[email protected]>
Listing extra packages to be built by CI in packagegroup-qcom recipe will force them to be built even during normal (non-CI) builds. Split this list to a separate packagegroup (and select it from CI YAML files). Signed-off-by: Dmitry Baryshkov <[email protected]>
Build boot firmware packages for Dragonboard 410c and 820c during CI builds. Signed-off-by: Dmitry Baryshkov <[email protected]>
vkraleti
approved these changes
Jul 23, 2025
ricardosalveti
approved these changes
Jul 29, 2025
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.
Make it possible to build the QDL-flashable dir for db410c / db820c: package LK and boot firmware for both devices.