summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2019-07-03 08:40:04 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-07-04 08:56:01 +0200
commita9b2e6089d82686564220013f14e9f0ffcc725e2 (patch)
treed6b7bf36263d6da27036b6722cebbe197d8f5c0d /Documentation
parent2541c37764f96f26bab0dc697a37a13ff9692554 (diff)
downloadbarebox-a9b2e6089d82686564220013f14e9f0ffcc725e2.tar.gz
barebox-a9b2e6089d82686564220013f14e9f0ffcc725e2.tar.xz
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 <s.trumtrar@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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