Versions Compared

Key

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

...

DIE GRAFIK GEHÖRT INTEL; DARF DIE HIER ÜBERHAUPT SEIN?---------------------------------------------------------




The steps


BSP Editor

The BSP-Editor takes the handoff folder and generates further source and configuration files to be able to compile
the U-Boot Preloader and U-Boot Bootloader for the HPS.

...

Via    File → New HPS BSP...    a open the dialogue - New BSP - opens , click onto the tree doted button and point in the next
window - Open - to the folder PlatformEditorHPS_hps_0 inside your handoff folder, locate inside your project folder.
Press open, the window closes and then press OK, the dialogue closes.

...

navigate to C:\intelFPGA\18.1\embedded open as admin Embedded_Command_Shell.bat (Linux sh)

cd C:/temp/Project/

make config


make /usr/bin/make clean

make

make uboot

/usr/bin/make config  – places folder:     uboot-socfpga into softwae/spl_bsp

run make / make clean
→ On win run Shell must be Admin and instead of make run /usr/bin/makemake  –  Places the file:     preloader-mkpimage.bin into softwae/spl_bsp

make uboot     – Places u-boot.img into into softwae/spl_bsp/uboot-socfpga


Image AddedD:\ENTW\WIKI-Seiten\TEI0022\Seite 2 - Compiling U-Boot\10 Folder inhalt - Project-software-spl_bsp.jpg

C:\temp\Project\software\spl_bsp

...