<_florent_>
futarisIRCcloud: nice, now the next step would be to boot the kernel from the SD-Card with LiteX's bios (i'll try to prototype it)
<mithro>
_florent_: Any idea what is up with needing the sram at address 0 on the ice40?
<_florent_>
mithro: is it that sram needs to be at address 0 or that something (even if not used) needs to be mapped at 0?
<mithro>
_florent_: It seems to be something like that
<mithro>
_florent_: Still working to debug a bit
<mithro>
_florent_: We definitely have a non-zero cpu reset address
<_florent_>
mithro: is it really related to ice40? or is it also happening on others devices that have the BIOS in SPI flash?
<rvense>
_florent_: don't think we know, it came up when i tried to get the hx8k evb board going
<_florent_>
mithro, rvense: i just tried to reproduce the issue with lxsim, mapping the rom to 0x2000000 instead of 0x00000000, but it's working fine (so with nothing mapped to 0x00000000)
_whitelogger has joined #litex
<mithro>
_florent_: Will try and a more reproducible result
<tpb>
Title: GitHub - xobs/wishbone-utils: Utilities for working with a Wishbone bridge (at github.com)
<_florent_>
mithro, xobs: the default UART is composed of: CSRs + Tx/Rx FIFO + Tx/Rx RS232 PHY, but the PHY can be replaced by something else or just removed).