apriltesche

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Defining GPIOs(0) will not boot up #9421
    April Tescheapriltesche
    Participant

      Neerja,

      When we remove that one small section from the device tree, we boot from the eMMC just fine. It’s not until we add this particular part where we run into problems.
      &gpio0 {
      pinctrl-names = “default”;
      pinctrl-0 = <&gpio0_pins_default>;

      status = “okay”;

      For a little added history, we have a previous revision of this board that we used and the GPIO’s have not changed. This board we were working on 1.5 years ago and we have now come back to this design and updated it and are now retesting. The only difference is that now we are using a newer version of debian than we were 1.5 years ago.

      We removed the double pin definitions for the mmc pins in our dts file but that hasn’t solved the issue either.

      We are really puzzled as to why this is happening. I hope that we are able to solve this issue.

      Do we need to list the the gpio’s under ocp node? Such as this?

      &ocp {
      gpio0_default {
      compatible = “bone-pinmux-helper”;
      pinctrl-names = “default”;
      pinctrl-0 = <&gpio0_pins_default>;
      status = “okay”;
      };
      };

      Thanks for all your help.

      in reply to: Defining GPIOs(0) will not boot up #9418
      April Tescheapriltesche
      Participant

        I am concerned that I do not have the GPIO’s defined properly for our device, not just GPIO0

        in reply to: Defining GPIOs(0) will not boot up #9416
        April Tescheapriltesche
        Participant

          I attached a snippet of the screen when the device failed to boot.

          There really is not much there, it hangs at (initramfs)

          Attachments:
          in reply to: Defining GPIOs(0) will not boot up #9376
          April Tescheapriltesche
          Participant

            I have put the dts file in a zip file to be able to upload it.

            Thanks

            Attachments:
          Viewing 4 posts - 1 through 4 (of 4 total)