From a9b2e6089d82686564220013f14e9f0ffcc725e2 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Wed, 3 Jul 2019 08:40:04 +0200 Subject: scripts: socfgpa_import_preloader: simplify procedure Instead of jumping through hoops using the bsp-editor gui, just use the underlying python script for importing. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- Documentation/boards/socfpga.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'Documentation') diff --git a/Documentation/boards/socfpga.rst b/Documentation/boards/socfpga.rst index d73237491d..19d6060300 100644 --- a/Documentation/boards/socfpga.rst +++ b/Documentation/boards/socfpga.rst @@ -116,19 +116,12 @@ To update the handoff files, the following procedure is necessary: 1. Regenerate the project with Qsys 2. Load up your project in Quartus II and assemble the design -3. Go to the SoCEDS installation and run - ``./embedded_command_shell.sh`` -4. Now run ``bsp-editor`` -5. Create a new BSP -6. Select the directory `hps_isw_handoff/soc_system_hps_0` under the - preloader settings directory -7. Click ``Ok`` than ``Generate`` Now run the command: .. code-block:: sh - scripts/socfpga_import_preloader + scripts/socfpga_import_preloader where `` is the directory where the bsp-editor generated the files, `` is the directory where Quartus generated the handoff files, and -- cgit v1.2.3