-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
limesdr_mini_v2 loading firmware: [LITEX-TERM] Got unexpected response from device 'b'\n'' #554
Comments
@vbuitvydas: Uploading firmware over JTAG was not well tested/reliable in the past and we made some work on this recently. If you are not using upstream version of LiteX, it could be worth testing with it. If still not yet working, I'll have a look. |
thanks @enjoy-digital for your reply, I was using Litex 7062e3379fdd80ac0523390ca46c87906b8c68ff, and updated it to the latest 91fbc79ac2e0af4e9edf3a3fe423f98fb7bdeffb. |
Could you retry with:
Seems to have a problem to load a firmware with |
Tried with following commands and it is working now. Thanks! |
Thanks for your feedback! |
Hi @trabucayre, with latest litex updates firmware loading using jtag_uart is no longer working. I followed same steps as mentioned above litex_term gets stuck: |
Indeed. |
Hi,
I am trying to load firmware to LimeSDR-Mini v2 board. I have generated and loaded gw for limesdr_mini_v2 target. Also I have taken firmware from lab004, removed led_test and display_test and compiled firmware, but I cannot load it. Can anyone help me to understand what is wrong here?
Issue:
I am getting
[LITEX-TERM] Got unexpected response from device 'b'\n''
while loading firmware.Steps to reproduce issue:
./limesdr_mini_v2.py --csr-csv=csr.csv --build --load
litex_server --jtag --jtag-config=openocd_limesdr_mini_v2.cfg
litex_term crossover --kernel ./build/limesdr_mini_v2/firmware/firmware.bin
The text was updated successfully, but these errors were encountered: