-
Notifications
You must be signed in to change notification settings - Fork 20
feat: debos: Add support for IQ-6 Beta EVK #141
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
Conversation
2518d1e to
19104b7
Compare
Test jobs for commit 19104b7 |
basak-qcom
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I'm too eager and reviewed without noticing that this is still a draft. Anyway I noticed one thing you might want to adjust if you don't know about it already.
Test jobs for commit d1156ae |
Test jobs for commit 7c5e687 |
|
This PR is currently incorrect, it ships the flashable assets under ufs, but it's really for emmc I'll revisit this after qualcomm-linux/qcom-ptool#35 is sorted out |
|
I've reworked this to use the new v2 CDT which doesn't require dealing with extra toplevel dirs |
| "platform" "qcs615-adp-air" | ||
| "boot_binaries_download" (dict | ||
| "description" "QCS615 boot binaries" | ||
| "url" "https://softwarecenter.qualcomm.com/download/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public/r1.0_00095.0/qcs615-le-1-0/common/build/common/bin/QCS615_bootbinaries.zip" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use https://qartifactory-edge.qualcomm.com/artifactory/qsc_releases/software/chip/qualcomm_linux-spf-1-0/qualcomm-linux-spf-1-0_test_device_public/r1.0_00096.0/qcs615-le-1-0/common/build/common/bin/QCS615_bootbinaries.zip, that is the one used in qclinux 1.5 for this target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Only difference being version 96 instead of 95? What's the rationale? All targets in qcom-deb-images use version 95 right now. If we take a new firmware version, can I update all platforms to the latest one (seems to be 102)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
96 was done only for talos, I don't know what was the fix, but it was an additional fix post RC and it is part of qclinux 1.5, so we should use that version, only for talos.
|
It also requires the ufs partition files, as merged in qualcomm-linux/qcom-ptool#35. |
Yeah, need to merge #158 first though |
Also known as QCS615 Ride ADP Signed-off-by: Loïc Minier <[email protected]>
Signed-off-by: Loïc Minier <[email protected]>
Test jobs for commit c7f9dd3 |
|
Ricardo flashed this CI build and confirmed he could flash it fine (even if the kernel fails to boot for now) |
Also known as QCS615 Ride ADP