orca/ext/wasm3/platforms/embedded/hifive1
Martin Fouilleul 17c0f02962 orca runtime initial commit 2023-04-12 16:21:03 +02:00
..
lib orca runtime initial commit 2023-04-12 16:21:03 +02:00
src orca runtime initial commit 2023-04-12 16:21:03 +02:00
.gitignore orca runtime initial commit 2023-04-12 16:21:03 +02:00
README.md orca runtime initial commit 2023-04-12 16:21:03 +02:00
platformio.ini orca runtime initial commit 2023-04-12 16:21:03 +02:00

README.md

Build for HiFive1

Debugging:

On first console, run

JLinkGDBServer -singlerun -if JTAG -select USB -speed 1000 -jtagconf -1,-1 -device FE310 --port 2331

On second console, run riscv64-unknown-elf-gdb:

file ".pio/build/hifive1-revb/firmware.elf"
target extended-remote :2331
b main
monitor halt
monitor reset
load
c