efabless / caravel_board

31 stars 41 forks source link

RuntimeError: name too long after reflashing #22

Open proppy opened 1 year ago

proppy commented 1 year ago

after reflashing with:

make F746ZG

I get the following error:

RuntimeError: name too long after reflashing

which cause the io_config bring up sequence not to start.

proppy commented 1 year ago

one workaround is to run manually the bring up sequence with:

$ make repl
>>> import io_config
>>> io_config.run()
jeffdi commented 1 year ago

can you post more detail on this issue?