We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf10e1e commit 0b63b60Copy full SHA for 0b63b60
README.md
@@ -30,7 +30,7 @@ At this point you are ready to build and upload
30
31
2. Flash to the CPU
32
33
-`espflash flash /dev/ttyUSB0 target/riscv32imac-unknown-none-elf/debug/vgaterm --monitor --format direct-boot`
+`espflash flash target/riscv32imac-unknown-none-elf/debug/vgaterm --monitor --format direct-boot`
34
35
Where `/dev/ttyUSB0` should be whatever serial port the esp32 is connected to. It's highly recommended that your user
36
is added to the `dialout` group which will allow you to interact with `/dev/ttyUSB0` without using sudo.
0 commit comments