Michal

Results 11 comments of Michal

I have nr. 3 as WIP. I will finish it now that i see there is interest. Nr. 1 can be added as well. But ill leave the documentation to...

> Looks good at first glance, I haven't tested the code, though. From reviewing the code, I do have some remarks: > > * You say the stty stuff is...

> > Never heard about this problem, it might be problem if you are using some cloned chineese fake chips (like FTDI case), or similar. But usual suspects cp2102, ftdi,...

I have gotten to the same issue. We poll cards in loop. When the computer is restarted, usb attached devices will not loose power and the 961200 baudrate setting is...

@matthijskooijman checkout this pull request i made. It tests baudrates of the chip: https://github.com/nfcpy/nfcpy/pull/191 If you want the baudrate to stay the same, just change max_baudrate to 115200

One more difference is update()... Ukf takes **hx_args, while Ekf takes hx_args=() Another difference is UKF's x vector - zeros(dim_x), ekf has this vector transposed.

Hi, i have just installed trogdor lazor with 6.1.1-stb-cbq kernel. It seems that sleep is working, most features i have tested are working. Sound, wifi, usb-c displayport, emmc install. Very...

I have been playing with the ucm2 file, uncommenting HDMI section will break pulseaudio, but with plugged in usb-c to hdmi and valid display connection pulseaudio will load correctly, audio...

Soo, very close to solution: Create file /usr/share/alsa/ucm2/SC7180/HDMI.conf ``` SectionVerb { EnableSequence [ ] DisableSequence [ ] Value { TQ "HiFi" } } SectionDevice."HDMI" { Comment "HDMI Output" EnableSequence [...

sleeping works, resume works also. Not sure how well. I have not noticed anything wrong yet