Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
François Revol
firmware
Commits
7b891a82
Verified
Commit
7b891a82
authored
5 years ago
by
rahix
Browse files
Options
Downloads
Patches
Plain Diff
fix(flash.gdb): Replace with more granular flash scripts
Signed-off-by:
Rahix
<
rahix@rahix.de
>
parent
621140f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
flash-all.gdb
+10
-0
10 additions, 0 deletions
flash-all.gdb
flash-bootloader.gdb
+8
-0
8 additions, 0 deletions
flash-bootloader.gdb
flash-epicardium.gdb
+8
-0
8 additions, 0 deletions
flash-epicardium.gdb
flash-pycardium.gdb
+8
-0
8 additions, 0 deletions
flash-pycardium.gdb
with
34 additions
and
0 deletions
flash.gdb
→
flash
-all
.gdb
+
10
−
0
View file @
7b891a82
target remote localhost:3333
source init.gdb
define reset
mon mww 0x40000004 0x80000000
end
load build/bootloader/bootloader.elf
set confirm off
echo #### EPICARDIUM ####\n
load build/epicardium/epicardium.elf
echo #### PYCARDIUM ####\n
load build/pycardium/pycardium.elf
reset
quit
This diff is collapsed.
Click to expand it.
flash-bootloader.gdb
0 → 100644
+
8
−
0
View file @
7b891a82
source init.gdb
set confirm off
echo #### BOOTLOADER ####\n
load build/bootloader/bootloader.elf
reset
quit
This diff is collapsed.
Click to expand it.
flash-epicardium.gdb
0 → 100644
+
8
−
0
View file @
7b891a82
source init.gdb
set confirm off
echo #### EPICARDIUM ####\n
load build/epicardium/epicardium.elf
reset
quit
This diff is collapsed.
Click to expand it.
flash-pycardium.gdb
0 → 100644
+
8
−
0
View file @
7b891a82
source init.gdb
set confirm off
echo #### PYCARDIUM ####\n
load build/pycardium/pycardium.elf
reset
quit
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment