F&S Support Forum
Recent Activities
-
Saturnion
Replied to the thread PicoCore™MX8ULP codec control issue.PostThanks for the answer. @fs-support_CS
So it will be enough to disable lpi2c4 in the Linux device tree, and after the handshake in u-boot initialize the PTE(0,1) pins and run SGTL_Init() from fsl_sgtl5000 configured for control via lpi2c4, or will it be… -
ArmstoneTester
Replied to the thread How to enable HDMI video output.PostDear fs-support_HK
I am currently working on a project involving the ArmostoneA9 platform with Buildrootfsimx6-B2024.04. I started from
theqt5-defconfig
configuration. Now I am trying to integrate a USB camera (model: IC-WHMA90) into the system, but I… -
ArmstoneTester
Liked fs-support_HK’s post in the thread How to enable HDMI video output.Like (Post)Rebuilding or reconfiguring the linux package will also trigger rsync again. So calling make linux-rebuild or make linux-reconfigure will also get your modified files updated in Builroot's local copy.
This is also true for other custom packages. Custom… -
fs-support_CS
Replied to the thread PicoCore™MX8ULP codec control issue.PostHello Saturnion
I have checked the documents and circuit diagrams again.
Unfortunately, I have noticed that our HW documentation is incorrect here.
RTC and audio codec are connected via I2C_INT. (PTE0 & PTE1; lpi2c4).
I2C_D is not used on the SoM and is… -
Saturnion
Posted the thread PicoCore™MX8ULP codec control issue.ThreadHello.
I am using PicoCore™MX8ULP and trying to figure out how to control the sgtl5000 audio codec via I2C from the M33 core
According to the documentation, I need to use I2C_D, as I was told on the forum earlier, this is I3C0 with pins PTA(14,15)
When I… -
fs-support_PG
Replied to the thread RTC - an occasional problem.PostHello,
there actually is a functionality in the linux i2c driver that performs a similar operation:
https://github.com/FSEmbedded/…2c/busses/i2c-imx.c#L1004
To activate it, you have to add the GPIO muxes of your i2c pads to your device tree.
Could you try to… -
Saturnion
Replied to the thread PicoCore™MX8ULP I3C sgtl5000 info.PostThanks for the answer.
Your materials helped me understand a little, but now when I try to read or write data to the codec registers I get kStatus_I3C_Nak in response, and it doesn't matter whether I try to access it at address 0x0A or at any other… -
Kor
Replied to the thread RTC - an occasional problem.PostHello again.
In last months I received two more PicoCOMA9X modules with this problematic behaviour and here are my observations and findings.
It seems to be the same problem as before, but it manifests itself a little differently - immediately after… -
fs-support_HK
Replied to the thread How to enable HDMI video output.PostRebuilding or reconfiguring the linux package will also trigger rsync again. So calling make linux-rebuild or make linux-reconfigure will also get your modified files updated in Builroot's local copy.
This is also true for other custom packages. Custom… -
fs-support_CS
Replied to the thread PicoCore™MX8ULP I3C sgtl5000 info.PostHi Saturnion ,
The M33-FREERTOS has its own fsl_i3c driver for I3C. The driver has similar interfaces to the I2C driver.
We have already been able to implement I3C with I2C functionality. I would like to refer you to a section of code that we use in our…