Uploading the compiled hex image to the RED-V board connected to the a Raspberry Pi it is basically moving to:
/media/pi/HiFive
Bash script: move-to-device.sh
#!/bin/bash
cp ./build/main.hex /media/pi/HiFive/main.hex
echo Copied
A blue led will flash, you almost don't see it.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.