Results 54 issues of Marc MERLIN

1) please move the 'git submodule update --recursive --init' first, before python3 workshop.py --board $FOMU_REV I didn't see it because I was chasing the failures and I didn't scroll down...

Hi, I'm following the doc on https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html and the first 2 examples work fine, but litetx is not as clear. First "Linux LiteX demo" doesn't make it clear if I...

https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html is confusing. 1) it has this bit about cd litex-boards/litex_boards/targets; ./digilent_arty.py --toolchain symbiflow --cpu-type vexriscv --build which does not say where this is supposed to be installed/built 2) lower...

documentation

https://symbiflow-examples.readthedocs.io/en/latest/building-examples.html says TARGET="arty_35" make -C counter_test and cd counter_test/build/ plus openocd -f ${INSTALL_DIR}/${FPGA_FAM}/conda/envs/${FPGA_FAM}/share/openocd/scripts/board/digilent_arty.cfg -c "init; pld load 0 top.bit; exit" this looks a bit complex, why not: 1) cd counter_test...

Hi @mithro. Ok, so I flashed ledpulse, it works (after reflashing the bootloader and rescuing tomus that wouldn't flash). I then spent hours looking at it, doing my own example...

https://github.com/im-tomu/toboot/pull/53 is my best guess, feel free to fix/improve further

I've already used https://github.com/pixelmatix/SmartMatrix/tree/teensylc with works great for me on ESP32 and https://github.com/mrfaptastic/ESP32-RGB64x32MatrixPanel-I2S-DMA which is an alternate implementation using DMA another way and doing page level refresh instead of frame...

Hi, I just checked out the latest version on raspbian/rPi4. The included example works fine, but when I tried to compile the sample code given on http://www.uco.es/investiga/grupos/ava/node/40 1) sleep is...

Howdy, when I do ``` Camera.setWidth ( 192 ); Camera.setHeight ( 128 ); ``` I get a tiny part of the middle of the sensor, when I'd like the full...

> voice_cmd.pl: $gar_outlights_kpl->set('on~2~off'); > ^^^ -> yep it works for a KPL's main light, at least on most days :) > > voice_cmd.pl: $garage_incandescent->set('on~2~off'); > ^^^ -> doesn't work for...