dv1
dv1
@guillerodriguez Can you confirm that this is fixed? Do note the checks I mentioned above.
This looks like an IPU problem. The IPU, or at least the linux-imx IPU driver, is picky about resolutions and other parameters, but it is needed as part of the...
With current meta-freescale git master (at commit ff311ff0cd65616055b2f3c030b65a567a76dcd5 ), u-boot-fslc still does not boot. Addings `IMX_DEFAULT_BOOTLOADER:mx8mm-nxp-bsp = "u-boot-imx"` to `local.conf` helps as a workaround - the image then boots.
@otavio Just did a full rebuild of git master (meta-freescale HEAD is at 7b150784237b1b7edc9e9db123da98219fe61132 ), still does not work. This is all I see over UART: ``` U-Boot SPL 2022.10+fslc+gcbd7eb17ac...
I haven't tried that yet. From what I recall, GStreamer plugins need to be statically linked when building for Android. I'll ask others about details.
But since this would also require changes to the `sound/compress_params.h` kernel UAPI header, how should this start? Should a tinycompress PR be preceded by a discussion about extra formats in...
As I said [here](https://github.com/nightscout/AndroidAPS/issues/3309#issuecomment-2090023154), try newest dev.
@Der-Schubi If you can, do the following: Open the file `pump/combov2/comboctl/src/commonMain/kotlin/info/nightscout/comboctl/base/PumpIO.kt`. In lines 1662, 1694, 1728, 1733, 1742, 1774, 1807, 1812 change `VERBOSE` to `DEBUG`, like this: from: logger(LogLevel.VERBOSE) {...
I already posted this in Discord, but for higher visibility, I also mention it here: I added a `comboctl-dev` branch to my https://github.com/dv1/AndroidAPS fork. If you can, try that out...
Yes, this is a known error. It also happens to me. I am trying to fix this.