Skip to content
Snippets Groups Projects
Commit 4285d25c authored by q3k's avatar q3k
Browse files

doom: build instructions

parent 8c6249a4
No related branches found
No related tags found
No related merge requests found
## 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>
......
...@@ -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}")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment