tools/litex_term: reduce sfl_payload_length to 64 as before.
See: https://github.com/enjoy-digital/litex/issues/720.
This commit is contained in:
parent
172dc18dfb
commit
dba6653cb4
|
@ -58,7 +58,7 @@ sfl_prompt_ack = b"\x06"
|
|||
sfl_magic_req = b"sL5DdSMmkekro\n"
|
||||
sfl_magic_ack = b"z6IHG7cYDID6o\n"
|
||||
|
||||
sfl_payload_length = 255
|
||||
sfl_payload_length = 64 # FIXME: understand why 255 failing with USB-FIFO.
|
||||
|
||||
# General commands
|
||||
sfl_cmd_abort = b"\x00"
|
||||
|
|
Loading…
Reference in New Issue