mkleox

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: RNDIS Host not working #12998
    M. Leox Karimimkleox
    Participant

      When we connect a keyboard, USB flash, or a camera instead of the BRK-B board to the USB connector of the BRK-A board, it works, however, it seems that the RNDIS-host driver is not loaded on the BRK-A board, that’s why when we connect the BRK-B to BRK-A, it doesn’t recognize the board.

      in reply to: RNDIS Host not working #12996
      M. Leox Karimimkleox
      Participant

        Hi Coloradocarlos,

        Thanks for helping us with this issue.

        Here is the schematic of the connected hardware:

         

         

        Attachments:
        M. Leox Karimimkleox
        Participant

          Hi,
          We also would like to show our deep interest in such a document. This would be really a game-changing document.
          I personally am working on modifying the Debian Image, device tree, and the config files from the provided image. it takes months to figure out what to change… there are not really simple steps showing what to do first, we somehow are reverse-engineering the build process to modify something!

          We appreciate the help from octavo.

          in reply to: OSD32MP1-BRK Debian Build Steps #11965
          M. Leox Karimimkleox
          Participant

            Dear Octavo, we also appreciate the help on this issue.

            Overall a minimum Debian Build Step with a minimum dtb would be a great option here.

            Tnx

            in reply to: Debian Source and Steps for Compilation #11603
            M. Leox Karimimkleox
            Participant

              Dear Neeraj,

              Thank you so much for the reply. This was really helpful.

              Just one more request; Is there any CubeMX project for the brk board that you can share with us?

              I used the OSD32MP15x_MinimalConfig.zip provided here: https://octavosystems.com/app_notes/stm32mp1-cubemx-tutorial-for-osd32mp15x/

              but after the compilation, when I replace the .dtb file in the bootfs of the Debian image with the new .dtb file from CubeMX output, the board does not boot successfully.

              in reply to: OSD32MP1-BRK with Buildroot #11596
              M. Leox Karimimkleox
              Participant

                This is also our question.

                @octavo: Thanks for helping us.

                in reply to: Debian Source and Steps for Compilation #11594
                M. Leox Karimimkleox
                Participant

                  Thank you so much for sharing this.
                  I wanted to ask if there is any simple instruction for the preparation of the environment and compilation for the brk boards?

                  We are new to the Device Tree and the embedded Linux compilation.
                  We are developing our system based on this processor and this would really help us in facilitating the development of the final product.

                  in reply to: Debian Source and Steps for Compilation #11338
                  M. Leox Karimimkleox
                  Participant

                    Hi,

                    I appreciate it if we could get a general time schedule for this announcement.

                    BR,
                    Leox

                    • This reply was modified 3 years, 8 months ago by M. Leox Karimimkleox.
                    in reply to: Debian Source and Steps for Compilation #11274
                    M. Leox Karimimkleox
                    Participant

                      Hi,

                      Thank you for the prompt response.
                      This is great news.

                      looking forward to the announcement.

                      BR,
                      Leox

                      in reply to: Check or change CPU speed from Linux #11091
                      M. Leox Karimimkleox
                      Participant

                        Hi,
                        You can change the CPU clock in the .dtb file and reset the systemctl. Here is how:

                        Go to the

                        $cd /boot

                        the dst file must be there:

                        /boot/stm32mp157c-osd32mp157c-brk.dtb

                        I did not try for the BRK, but for RED it worked. But I think BRK might use a different CPU clock model. but you can try this:

                        $sudo fdtput -t i /boot/stm32mp157c-osd32mp157c-brk.dtb /cpus/cpu@0 clock-frequency 800000000
                        $sudo fdtput -t i /boot/stm32mp157c-osd32mp157c-brk.dtb /cpus/cpu@1 clock-frequency 800000000

                        and then restart the board or run

                        $sudo systemctl reboot

                        another way:
                        in case you want to see the difference between the BRK and RED dtb, you can decompile the dtb files into dts and change it and recompile it again. you can use this:

                        $sudo dtc -I dtb -O dts stm32mp157c-osd32mp157c-brk.dtb -o stm32mp157c-osd32mp157c-brk.dts

                        for that you might need to install the dtc compiler.

                        $sudo apt-get install device-tree-compiler

                        Let us know if that works also for BRK. 🙂

                      Viewing 10 posts - 1 through 10 (of 10 total)