Add support for the SC846 - #122
Draft
pamolloy wants to merge 2 commits into
Draft
Conversation
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
Signed-off-by: Philip Molloy <philip@philipmolloy.com>
ozan956
reviewed
Jul 31, 2026
| BR2_DOWNLOAD_FORCE_CHECK_HASHES=y | ||
| BR2_TARGET_GENERIC_HOSTNAME="sc846-ezkit" | ||
| BR2_TARGET_GENERIC_ISSUE="Welcome to the ADI SC846 EZ-KIT" | ||
| BR2_ROOTFS_POST_IMAGE_SCRIPT="board/adi/ev-sc846-som/post-image.sh support/scripts/genimage.sh" |
Member
There was a problem hiding this comment.
Since I checked recently,
IS25WP02GG-RHLE is on U6, the SPI Flash 2Gbit
ISSI IS22TF16G-JCLA2 is on U10, the eMMC 16GByte
ozan956
reviewed
Jul 31, 2026
Comment on lines
+48
to
+49
| - Connect a ICE-1000 or ICE-2000 debugger to the JTAG debug header (P6) | ||
| - Set the rotary switch (S1) to 0 |
Member
There was a problem hiding this comment.
JTAG Header is P4, the rotary switch is S2.
Comment on lines
+59
to
+60
| Run openocd with either ice1000.cfg or ice2000.cfg and adspsc59x_a55.cfg. | ||
|
|
Member
There was a problem hiding this comment.
Maybe we can also mention debug agent here.
Comment on lines
+73
to
+78
| $ gdb-multiarch | ||
| (gdb) load u-boot-spl | ||
| (gdb) c | ||
| ^C | ||
| (gdb) load u-boot | ||
| (gdb) c |
Member
There was a problem hiding this comment.
We can also promote the u-boot,gdb, that directly downloaded into buildroot/output/images/
Comment on lines
+108
to
+109
| - The SD controller on the ADSP-SC846 is routed to an eMMC on the SoM and the | ||
| SD card slot on the carrier board. Only one can be used at a time. |
Member
There was a problem hiding this comment.
P6 MicroSD, also on the SoM this time
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.
No description provided.