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
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?
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?