You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
I want to run a program built with freedom-e-sdk on Sifive Unmatched board directly instead of via jtag.
I have tried following 2 methods:
load the elf file into memory and run 'bootelf' command in u-boot.
load the bin file and run 'go' command.
But both of them are not working and got Instruction access fault.
I am wondering is there any method to run program on unmatched without jtag?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to run a program built with freedom-e-sdk on Sifive Unmatched board directly instead of via jtag.
I have tried following 2 methods:
But both of them are not working and got Instruction access fault.
I am wondering is there any method to run program on unmatched without jtag?
The text was updated successfully, but these errors were encountered: