swapforth
swapforth copied to clipboard
Unnable to connect.
Hello,
I just tried accessing the board after loading the bin... and I get an empty screen.
~/DevForth/iceBoard/swapforth/j1a>PYTHONPATH=../shell:$PYTHONPATH python3 shell.py -h /dev/ttyUSB1 -p ../common/
^CContacting... Traceback (most recent call last):
File "/home/jemo/DevForth/iceBoard/swapforth/j1a/shell.py", line 72, in <module>
swapforth.main(TetheredJ1a)
File "/home/jemo/DevForth/iceBoard/swapforth/shell/swapforth.py", line 383, in main
r.boot(image)
File "/home/jemo/DevForth/iceBoard/swapforth/j1a/shell.py", line 55, in boot
self.reset()
File "/home/jemo/DevForth/iceBoard/swapforth/j1a/shell.py", line 35, in reset
waitcr()
File "/home/jemo/DevForth/iceBoard/swapforth/j1a/shell.py", line 32, in waitcr
while ser.read(1) != chr(10):
File "/usr/lib/python3/dist-packages/serial/serialposix.py", line 565, in read
ready, _, _ = select.select([self.fd, self.pipe_abort_read_r], [], [], timeout.time_left())
KeyboardInterrupt
This is the output loading the bin file;
~/DevForth/iceBoard/swapforth/j1a > iceprog icestorm/j1a.bin
init..
cdone: high
reset..
cdone: low
flash ID: 0x20 0xBA 0x16 0x10 0x00 0x00 0x23 0x82 0x02 0x99 0x17 0x00 0x77 0x00 0x29 0x15 0x07 0x18 0xEC 0xFE
file size: 32476
erase 64kB sector at 0x000000..
programming..
done.
reading..
VERIFY OK
cdone: high
Bye.
I'm on linux
uname -a
Linux jemo-MBP 5.19.0-46-generic #47~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jun 21 15:35:31 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
I'm hoping you can provide some guidance on to solve this.