_florent_ changed the topic of #litex to: LiteX FPGA SoC builder and Cores / Github : https://github.com/enjoy-digital, https://github.com/litex-hub / Logs: https://libera.irclog.whitequark.org/litex
tpb has quit [Remote host closed the connection]
tpb has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
Stary has quit [Server closed connection]
Stary has joined #litex
sakman has joined #litex
Degi_ has joined #litex
Degi has quit [Ping timeout: 246 seconds]
Degi_ is now known as Degi
peepsalot has quit [Ping timeout: 245 seconds]
pbsds has quit [Server closed connection]
pbsds has joined #litex
peepsalot has joined #litex
josuah has joined #litex
TMM_ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM_ has joined #litex
Stary has quit [Quit: ZNC - http://znc.in]
Stary has joined #litex
<cr1901> _florent_: "python3 -m litex_boards.targets.digilent_arty --with-ethernet --with-sdcard --uart-baudrate 1000000 --cpu-type=vexriscv --cpu-variant=secure --build --with-spi-flash"
<cr1901> Build the demo app against this build dir, and then run "litex_term --speed 1000000 --kernel=demo.bin [port]"
<cr1901> The firmware will crash after you try to jump to the demo, and I don't know why
<cr1901> If you remove "--with-spi-flash", the firmware doesn't crash and loads the demo properly. That's the only difference between the two