Kyle Robbertze
Kyle Robbertze
What is actually needed here? I can build and load the firmware onto my FX2 dev board with no problems and have it listed as an opsis board in the...
The license header for `read-serialno.h` specifically says version 3+: https://github.com/timvideos/HDMI2USB-fx2-firmware/blob/master/hdmi2usb/read-serialno.h#L6
debug.h is currently used in softserial.h, as it has the functions for writing to serial
The Debconf video team had this problem on the opsis boards. Our work-around was to send each character slower (using a python script if I recall)
How do you see this being done - wiki, README, some docs directory?
docs directory sounds good. I don't know of any way to automatically pull from a Google doc when generating docs and I'm not too happy with the dependency that has...
Actually, it seems to be pushing to my fork instead: https://github.com/paddatrapper/HDMI2USB-fx2-firmware/tree/gh-pages
Yeah looks like it
Loading the firmware onto a FX2 dev board results in SerialNumber: 0000000000000000 which may be related
Building with `BOARD=atlys` gives a serial of SerialNumber: 0123456789abcdef The FX2 dev board seems to have the same chip as what is in the Atlys board, not the opsis, so...