-
Notifications
You must be signed in to change notification settings - Fork 41
Automatic On-Board GAP9 Deployment #178
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
Victor-Jung
merged 16 commits into
pulp-platform:devel
from
Victor-Jung:pr/auto-gap9-board-deployment
Apr 13, 2026
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
11b0dab
Add option to deploy on the board for the GAP9 platform
Victor-Jung 55f9902
Add proper D flag for GAP9 board
Victor-Jung fb29c4a
Make pane name agnostic of the config
Victor-Jung 2b4f4d4
Fix usbip host resolve for Linux platforms
Victor-Jung a995c28
Fix hostname resolution for Macos
Victor-Jung 7769697
Live print of the simulator cmd
Victor-Jung 69f90e6
Revert gap9 docker link
Victor-Jung 461bd5c
Add optional GPIO toggling for power measurements for GAP9
Victor-Jung 880254a
Format
Victor-Jung 629fe13
Cleanup file handles to avoid unhandled exeception in pytest
Victor-Jung 0959f0e
format
Victor-Jung 312c6b9
Remove unused GPIO and update gitignore
Victor-Jung d3bd12c
Align gap9-run.sh mount point with README convention
runwangdl b81204f
Document 'board' as a valid -s simulator choice
runwangdl ff8f39f
Clarify -h text for board simulator and powerMeasurement
runwangdl 1d48e59
README_GAP9: document -s board and --powerMeasurement
runwangdl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -57,3 +57,5 @@ CHANGELOG_GEN.md | |
| # Container Artifacts | ||
| .pyusbip/ | ||
| .cache/ | ||
|
|
||
| CLAUDE.md | ||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,34 @@ | ||
| # SPDX-FileCopyrightText: 2025 ETH Zurich and University of Bologna | ||
| # | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| CONFIG_BOARD_GAP9MOD_V1_0_B=y | ||
| CONFIG_BOARD_GAP9EVK_V1_3=y | ||
|
|
||
| CONFIG_DRIVER_CLUSTER=y | ||
| CONFIG_DRIVER_CLUSTER_CONF_PROPERTY_ICACHE_CONF=0x7FF | ||
|
|
||
| CONFIG_DRIVER_TYPE_FLASH=y | ||
| CONFIG_DRIVER_TYPE_RAM=y | ||
|
|
||
| CONFIG_DRIVER_MRAM=y | ||
| CONFIG_READFS_FLASH_TYPE_OSPI=y | ||
|
|
||
| CONFIG_DRIVER_READFS=y | ||
| # CONFIG_READFS_FLASH_TYPE_MRAM=y | ||
|
|
||
| CONFIG_DRIVER_APS256XXN=y | ||
| CONFIG_DRIVER_RAM_API=y | ||
|
|
||
| CONFIG_ENABLE_LIBMATH=y | ||
|
|
||
| # OS float printf | ||
| CONFIG_IO_PRINTF_FLOAT_ENABLE=y | ||
| CONFIG_IO_PRINTF_FLOAT_EXPONENT_ENABLE=y | ||
|
|
||
| # CONFIG_PLATFORM_GVSOC=y | ||
| CONFIG_PLATFORM_BOARD=y | ||
| # CONFIG_DRIVER_CLUSTERDECOMPRESSOR=n | ||
|
|
||
| #CONFIG_CL_MASTER_CORE_STACK_SIZE=14000 | ||
| #CONFIG_CL_SLAVE_CORE_STACK_SIZE=1000 |
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.