Sergiu Mosanu
Sergiu Mosanu
@cb632482135qq I had this same issue, did a few adjustments to the training, but what really solved the problem was lowering the learning rate, in my case I added one...
Some submodules like "BUFG" or "IOBUF" are specific to the tools for the board you use (in this case I assume it is the Xilinx tools?) and you shouldn't need...
Alternatively, one could build the Linux Image and file system with the binary included in it, though I don't know how to do that?!
The issue has to do with the UART fifo, specifically the case when it is full, because setting `--uart-fifo-depth=2048` (an increase from the default of 16) results in successfully transferring...
It seems there is a problem at how the LiteUART interrupts are handled by the SoC/OS. I haven't debugged this to a point to be certain of it, but I...
> does your Linux kernel actually have LiteUART IRQ support? I didn't have that, and I am trying to include that commit, but am not sure how to!? I tried...