Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r 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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
dos
flow3r firmware
Commits
4285d25c
Commit
4285d25c
authored
2 years ago
by
q3k
Browse files
Options
Downloads
Patches
Plain Diff
doom: build instructions
parent
8c6249a4
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
main/CMakeLists.txt
+1
-1
1 addition, 1 deletion
main/CMakeLists.txt
with
8 additions
and
1 deletion
README.md
+
7
−
0
View file @
4285d25c
## HOWTODOOM
Should work on p3/p4/p5.
1.
Acquire doom1.wad, place in checkout
2.
`idf.py -g $GEN flash`
(where $GEN is p3, p4 or p5)
## Current functionality
## Current functionality
Micropython repl hooked up, hw functionality partly broken>
Micropython repl hooked up, hw functionality partly broken>
...
...
This diff is collapsed.
Click to expand it.
main/CMakeLists.txt
+
1
−
1
View file @
4285d25c
...
@@ -42,5 +42,5 @@ idf_component_get_property(main_args esptool_py FLASH_ARGS)
...
@@ -42,5 +42,5 @@ idf_component_get_property(main_args esptool_py FLASH_ARGS)
idf_component_get_property
(
sub_args esptool_py FLASH_SUB_ARGS
)
idf_component_get_property
(
sub_args esptool_py FLASH_SUB_ARGS
)
esptool_py_flash_target
(
wad-flash
"
${
main_args
}
"
"
${
sub_args
}
"
ALWAYS_PLAINTEXT
)
esptool_py_flash_target
(
wad-flash
"
${
main_args
}
"
"
${
sub_args
}
"
ALWAYS_PLAINTEXT
)
esptool_py_flash_to_partition
(
wad-flash
"wad"
"
${
image_path
}
"
)
esptool_py_flash_to_partition
(
wad-flash
"wad"
"
${
image_path
}
"
)
#
esptool_py_flash_to_partition(flash "wad" "${image_path}")
esptool_py_flash_to_partition
(
flash
"wad"
"
${
image_path
}
"
)
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