Giter Site home page Giter Site logo

Comments (5)

DerekSnell avatar DerekSnell commented on September 18, 2024 1

I also prepped this draft PR #75294 to enable the display shields for the mimxrt1160_evk. After #75193 merges, I will submit it. But since the merge window is currently closed for the v3.7.0 release, likely that PR will not merge until after the release.

from zephyr.

DerekSnell avatar DerekSnell commented on September 18, 2024

Hi @RafalHalik ,
Thank you for sharing all the details. I think I see the issue. Your workaround to fix this involved setting the pinmux settings. Looking at the pinctrl settings, I think there is a typo. Can you try correcting this line in mimxrt1160_evk.dtsi? Set to pinmux_lpi2c5

&lpi2c5 {
	status = "okay";
        pinctrl-0 = <&pinmux_lpi2c1>;   // fix this line

I submitted #75193 to update this. Please confirm if this resolves the issue. Thanks

from zephyr.

RafalHalik avatar RafalHalik commented on September 18, 2024

Hey @DerekSnell ,
Thanks for the quick reply! Great spot did not even notice this before. Unfortunately this change does not fix the issue, I still need to set up the i2c line manually.

from zephyr.

RafalHalik avatar RafalHalik commented on September 18, 2024

I have also checked i2c bus using the i2c_shell commands without my additional code but with the typo fix. No devices are found on the i2c@40c34000 bus further making me think the setup commands are omitted by the init phase of zephyr:
i2c scan result (without changes)

However with the changes I mentioned previously I can see 2 devices.
i2c scan reult (with changes)

from zephyr.

DerekSnell avatar DerekSnell commented on September 18, 2024

Thanks, @RafalHalik

I found a rk055hdmipi4ma0 shield, and this time replicated the issue as you reported it. The problem was the input buffers for the LPI2C5 pads were not enabled in the MIMXRT1160-EVK pinctrl.

I updated #75193. I tested samples/subsys/display/lvgl, and the touch controller works now.

Thank you for reporting this

from zephyr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.