Link to OSD32MP1-RED SDK

Forums Devices OSD32MP15x Link to OSD32MP1-RED SDK

Viewing 3 reply threads
  • Author
    Posts
    • #12288
      Gil Hershmangil_he
      Participant

        hello,

        We require the link where the Developers SDK for the OSD32MP1-RED can be downloaded.
        Currently we downloaded the OSD32MP1 Debian SDK v3.0 from: https://github.com/octavosystems/osd32mp1-debian

        Builds properly, but it has no documentation of how it is organized and where do we find the sources.
        So far, it mostly contains binary files.

        Where do we download the recommended Developers SDK for the OSD32MP1 ???
        And, where do we find its documentation (i.e., the sdk documentation) ??

        thanks
        Gil

      • #12293
        Neeraj Kumar Reddy DantuNeeraj Dantu
        Moderator

          Gil,

          The Debian SDK builds everything from sources and is not a binary. You can find the list of repositories it downloads code from in the README: https://github.com/octavosystems/osd32mp1-debian. Only the GPU drivers are binaries(same as OpenSTLinux). Please take a look at the Makefile: https://github.com/octavosystems/osd32mp1-build-tools/blob/master/Makefile that is the central piece of how the compilation and building of the image happens.

          Best,
          Neeraj

          • This reply was modified 2 years, 7 months ago by Neeraj Kumar Reddy DantuNeeraj Dantu.
        • #12299
          Gil Hershmangil_he
          Participant

            Hi Neeraj,

            We require the recommended Developers SDK for the OSD32MP1 (not the Debian distribution).
            so, we can tailor it to our needs.
            Where do we find it and its documentation (the sdk documentation)?

            thanks
            Gil

          • #12303
            Neeraj Kumar Reddy DantuNeeraj Dantu
            Moderator

              Gil,

              The documentation for the Developer’s package can be found here: https://wiki.st.com/stm32mpu/wiki/STM32MP1_Developer_Package. wiki.st.com is the main portal for support materials regarding STM32MP1. You can grab the latest patches to support OSD32MP1 development board in the meta-octavo-osd32mp1 layer here: https://github.com/octavosystems/meta-octavo-osd32mp1.

              You will just need to copy the patches into respective TF-A, U-Boot and Kernel source directories of the Developer Package and follow the instructions in the Developer Package wiki page.

              For more customizability, we recommend using the meta-octavo-osd32mp1 OpenSTLinux compatible layer that allows you to fully customize your Linux image.

              Best,
              Neeraj

          Viewing 3 reply threads
          • You must be logged in to reply to this topic.