summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-07-12 07:10:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-07-12 07:10:19 +0200
commitac5e1f63aafb73a6ea2356822029ef391b6234d2 (patch)
tree68c695662a9254bc0192f3189e7d4f0f341751f6 /Documentation
parent0d574a84aea7d73e0b2bbc3cea23668c654a8d43 (diff)
parenta9b2e6089d82686564220013f14e9f0ffcc725e2 (diff)
downloadbarebox-ac5e1f63aafb73a6ea2356822029ef391b6234d2.tar.gz
barebox-ac5e1f63aafb73a6ea2356822029ef391b6234d2.tar.xz
Merge branch 'for-next/socfpga'
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/boards/socfpga.rst9
1 files changed, 1 insertions, 8 deletions
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 <SPL_GENERATED_DIR> <ISW_HANDOFF> <BOARD_DIRECTORY>
+ scripts/socfpga_import_preloader <EMBEDDED_SDK> <ISW_HANDOFF> <BOARD_DIRECTORY>
where `<SPL_GENERATED_DIR>` is the directory where the bsp-editor generated the files,
`<ISW_HANDOFF>` is the directory where Quartus generated the handoff files, and