Evan Feenstra ce45eccde3 riscv notes
2022-05-27 10:43:31 -07:00
2022-05-25 16:16:02 -07:00
2022-05-27 10:43:31 -07:00
2022-05-25 12:05:56 -07:00
2022-05-27 10:43:31 -07:00

sphinx-key

These notes were tested for macOS

deps

cd sphinx-key

cargo nightly:

rustup install nightly

rustup component add rust-src --toolchain nightly

rustup default nightly

python 3.7 or higher is required
cargo sub-commands

cargo install cargo-generate

cargo install ldproxy

cargo install espflash

cargo install espmonitor

build

cargo build

flash

espflash target/riscv32imc-esp-espidf/debug/sphinx-key

monitor

ls /dev/tty.*
ls /dev/cu.*
espmonitor /dev/tty.usbserial-1420

clear NVS

espflash target/riscv32imc-esp-espidf/debug/clear espmonitor /dev/tty.usbserial-1420

cargo generate esp-rs

cargo generate --git https://github.com/esp-rs/esp-idf-template cargo

std support: true

v4.4

esp32c3

nightly

Description
No description provided
Readme 1.8 MiB
Languages
Rust 95.6%
Shell 3.1%
Dockerfile 1.1%
Makefile 0.2%