Michael Hennerich
Michael Hennerich
Please see here: https://github.com/analogdevicesinc/buildroot/issues/69 What we do is that we build HDL with 2021.1, but use the gcc toolchain from 2019.1.
It's a number of factors - only one is the Zynq usb controller itself. The IIOD synchronous interface is another one, we're currently working on a async mode. But what...
Sure we can include this in the next fw release.
Can you check these files exist and that the md5sum match? ``` # cd /mnt/jffs2/etc/dropbear/ # ls dropbear_ecdsa_host_key keys.md5 # cat keys.md5 13d398d305024806ccb75470b00b3efb dropbear_ecdsa_host_key # md5sum dropbear_ecdsa_host_key 13d398d305024806ccb75470b00b3efb dropbear_ecdsa_host_key #...
Thanks for pointing out. Good catch! I have updated the EZ thread. The RSA key is not included in the firmware. However dropbear is likely generating it while being started....
FYI: https://github.com/analogdevicesinc/buildroot/pull/68
That's the file to delete - `C:\Users\YOUR-USER\AppData\Local\.osc_profile.ini`
That's due to the DAC data manager thinking the two channels are complex. So selecting independent IQ mode, should allow you controlling the second channel frequency, scale and phase. Would...
That's really good news. For updating the unit you can follow the Pluto docs here: https://wiki.analog.com/university/tools/pluto/users/firmware. Use the latest release from here: https://github.com/analogdevicesinc/m2k-fw/releases And simply copy the m2k.frm file onto...
I will create an new release today or tomorrow. Things got a bit delayed since we want to create a new libiio release prior in releasing a new m2k firmware.