<pottendo>
hi, a question related to litex_sim / RiscV (vexriscv) / Zephyr RTOS: I successfully ran the bare-metal demo on the SOC Simulator (https://github.com/enjoy-digital/litex/wiki/SoC-Simulator). I now like to run a Zephyr application, built with something like 'west build -b qemu_riscv32 .' In litex-sim I use a command line like this: litex_sim
<pottendo>
No changes (so far applied to e.g. Zephyr's device-trees for the 'board' qemu_riscv32). The program seems to crash, no output on the console.
<pottendo>
Is this possible in principle? If yes, where to start searching?
<Guest64>
Hey, I have a question regarding the supported litexboards. I use a Zedboard, but want to add a pmod to it with an sdcard to it. Is this easily possible?