You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wasm3/platforms/embedded/hifive1
Volodymyr Shymanskyy edeffad821
Move most embedded platforms to a separate subdirectory
3 years ago
..
src Move most embedded platforms to a separate subdirectory 3 years ago
.gitignore Move most embedded platforms to a separate subdirectory 3 years ago
README.md Move most embedded platforms to a separate subdirectory 3 years ago
platformio.ini Move most embedded platforms to a separate subdirectory 3 years ago

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