-
Notifications
You must be signed in to change notification settings - Fork 84
package/sharc-firmware: new package #129
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
base: adi-2026.02-y
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| config BR2_PACKAGE_SHARC_FIRMWARE | ||
| bool "sharc-firmware" | ||
| help | ||
| Pre-built SHARC firmware implementing RPMsg echo examples | ||
| for validating communication between Linux and the SHARC | ||
| cores on supported ADSP processors. | ||
|
|
||
| https://github.com/analogdevicesinc/rpmsg-examples |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| # Locally computed | ||
| sha256 TODO sharc-firmware-v1.1.0.tar.xz |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| ################################################################################ | ||
| # | ||
| # sharc-firmware | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Name sounds quite generic, are there any plans to extend that package with more stuff or is it just going to be RPMsg examples? If so we should rename.
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It will just contain SHARC firmware. The naming matches other similar packages in Buildroot. For Buildroot maintainers or end users this name tells them that it is a package containing official firmware from ADI to run on the SHARC DSP cores. |
||
| # | ||
| ################################################################################ | ||
|
|
||
| SHARC_FIRMWARE_VERSION = 1.1.0 | ||
| SHARC_FIRMWARE_SOURCE = sharc-firmware-v$(SHARC_FIRMWARE_VERSION).tar.xz | ||
| SHARC_FIRMWARE_SITE = https://github.com/analogdevicesinc/rpmsg-examples/releases/download/v$(SHARC_FIRMWARE_VERSION) | ||
| SHARC_FIRMWARE_LICENSE = BSD-4-Clause | ||
|
|
||
| define SHARC_FIRMWARE_INSTALL_TARGET_CMDS | ||
| $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install | ||
| endef | ||
|
|
||
| $(eval $(generic-package)) | ||
Uh oh!
There was an error while loading. Please reload this page.