<jersey99>
Hi All, have any of you tried the litex_bare_metal_demo? I am trying to run it on vexriscv and all seems well. When I add an extra network based command to the list of commands like tftp_get, the boot with --ram-init completely hangs. I do see that tftp_get symbols are present in the elf. When I do remove the tftp_get call and just do some silly
<jersey99>
printfs it seems to boot the app fine. Any insight?
<jersey99>
All this with litex_sim btw
<jersey99>
Could this perhaps be because Ethernet is already inited by the main bootloader program? If so, how would one get around?
<jersey99>
But I do know that the execution sequence hasn't entered the code yet, as no printfs at the top of main work