tinyfpga/TinyFPGA-Bootloader

"TypeError: ord() expected string of length 1, but int found" - python3 (TinyFPGA BX, Ubuntu 19.04)

zrecore opened this issue · 5 comments

output += " ".join(["%02x" % ord(x) for x in data[i:i + 16]]) + "\n"

... Removing the call to ord() here allows the script to continue execution.

@zrecore Can you please test this fixed your issue?

@mithro ok, testing now

Ok, no more python errors using mithro/TinyFPGA-Bootloader repo, master branch. 👍
(Still getting the gateware size issue, but that's probably a different problem)

Screen Shot 2019-05-14 at 5 17 13 PM

@zrecore It looks like your still failing? Can you log a full bug for that somewhere (maybe on https://github.com/timvideos/litex-buildenv/issues)?