Jeroen Taverne

Results 10 comments of Jeroen Taverne

raspivid is just putting the video on top of the terminal prompt and erases the text that was there. It really looks like there is some hardware connection enabled between...

I tried this to get real time video on HDMI and an accessible /dev/video1 device. In first terminal: I modified RPiCamera.cfg to use /dev/video1. $ sudo modprobe v4l2loopback devices=2 $...

Ok, I will create a demo project and put in on public GIT and give you the link.

Here it is: https://github.com/jeroentaverne/pico_multi_firmware I did not add too many instructions. Let me know if you have any questions. :-)

I do not own a picogus yet to try it. I will order a few soon. :-)

Perhaps generic code like firmware flashing and mode selection by pgusinit can be moved to bootloader.c. Firmware sections can be made smaller and firmware flashing quicker.

I thought pgusinit was always required to setup something. But good to know this is not needed. Using the last sector of flash for mode selection and perhaps IO address...

I have an update on https://github.com/jeroentaverne/pico_multi_firmware The .ld files are now all smaller

Great! What will pgusinit /m 0 do? Other request: Can someone in the EU please supply me with a PicoGUS?

Nice! A few small comments: Delay between erase and programming is not needed. Erase will block anyway. Perhaps keep the indents in the code the same. The FLASH sector might...