<trabucayre>
JTAG support seems straightforward to add -> this weekend (with a bit of luck and time)
nthiel has joined #litex
<_florent_>
trabucayre: The SPI Flash support is already great, JTAG support would allow us to completely avoid the Efinix programmer (but only do it if it's also useful for you)
cr1901 has quit [Ping timeout: 245 seconds]
<trabucayre>
it's always useful :)
<trabucayre>
(and in my TODO list for a while)
<trabucayre>
I will try it with xyloni. T120 dev kit is a bit too expensive for me
<_florent_>
trabucayre: Sure, I use the T120 because I also want to play with the LPDDR3, Ethernet and MIPI, but I should also receive a Xyloni next week
<_florent_>
trabucayre: The interfaces with the FTDI are probably very similar between the different dev kits
cr1901 has joined #litex
<trabucayre>
for T120 I don't know but xyloni: interfaceA: spi, interfaceB:jtag, interfaceC:uart, interfaceD: bank power (?)
<trabucayre>
I try to integrate xyloni but have an issue with PLL (xml db are a bit different for T8)
<Guest7894>
@_florent_ thanks your fix for setting the ethmac csr map helped me. I was just building xilinx_kc705 extended with a UDPIPCore and a FreqMeter instance
<Guest7894>
Now after pulling the latest litex, I get a linker error : target emulation `elf64-littleriscv' does not match `elf32-littleriscv'
<Guest7894>
Google says that the problem could be with march flag being set incorrectly. After looking around soc/cores, I see that the march is set correctly to rv32im for the default vexriscv + standard
<Guest7894>
targets/build/xilinx_kc705/software/libc/cross.txt .. even has the flag -march=rv32im
<Guest7894>
not sure what I am missing
<Guest7894>
_florent_ could this error be related to some flags gone missing in the picolibc update?