Open nf9 opened 5 years ago
Hi,
For issues like this, I recommend posting on the SiFive Forums
How are you sending a telnet command to it? And does that Error line only pop up when you try to send a command?
I open another terminal and run telnet to the target OpenOCD. That is correct. When I try to send a command (init, reset, flash, etc) it returns Error: Target not examined yet
Can you add the -d flag to the terminal where you are running openocd (i.e. openocd -f xxx.cfg -d
) and see the results that get spit out when it errors out?
please see on SiFive Forums
Hello, I have successfully build and uploaded Freedom E300 on my Arty Rev. C board using Vivado 2018.3. OpenOCD can detect the core but when I send telnet command to it, it returns
Error: Target not examined yet
Any ideas?