Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Use a SoC EDS SHell with administrative privileges to navigate to your newly folder
    cd c:/Project/ghrd_cyc5
and extract the .tar.gz archieve .
    tar xvf soc_system_18_1_09132018_94307.tar.gz    (Decompress the archieve)

Copy the file

Das Programm "Device Tree Generator" / sopc2dts erzeugt ihn.

Aus dem Projekt nach nutzung des "Platform designers" , die erzeugt ....sopinfo in den Ordner kopieren.

Soc EDS Shell öffnen [Normal user is sufficient]
cd driveLetter:
cd driveLetter/PathToFolder/cv_soc_devkit_ghrd

HPSexample.sopinfo from the project folder into this subfolder (c:/Project/ghrd_cyc5).

Enter into the Shell the following command:k.jahn@PC02758 /cygdrive/d/ENTW/TEI0022/Spl-Uboot_V1.2/DTB/cv_soc_devkit_ghrd
sopc2dts --input HPS.sopcinfo --output DTBsocfpga.dtb --type dtb --board hps_common_board_info.xml --bridge-removal all --clocks

Kurzform:
sopc2dts -i HPS.sopcinfo -o DTBsocfpga.dtb -t dtb --board hps_common_board_info.xml --bridge-removal all --clocksdts anstatt dtb erzeugen

In case a .dts file is desired, use this command:
$ sopc2dts -i HPS.sopcinfo -o DTBsocfpga.dts -t dts --board hps_common_board_info.xml --bridge-removal all --clocks

...