From 39c37563664255e7c27253adb0674e409ca420e8 Mon Sep 17 00:00:00 2001 From: Abraham Gonzalez Date: Wed, 14 Apr 2021 11:24:19 -0700 Subject: [PATCH] Update VCU118.rst --- docs/Prototyping/VCU118.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Prototyping/VCU118.rst b/docs/Prototyping/VCU118.rst index 9cdedc37..ece3ac82 100644 --- a/docs/Prototyping/VCU118.rst +++ b/docs/Prototyping/VCU118.rst @@ -96,7 +96,7 @@ To make building this type of Linux binary easy, we will use the FireMarshal pla Thus, you can re-use existing workloads that depend on ``br-base.json`` on the prototype platform by just changing the "board"! 4. The last step to generate the proper binary is to flatten it. - This is done by using FireMarshal's install feature and will produce a ``*-flat`` binary in the ``$PATH_TO_FIREMARSHAL/images`` directory (in our case ``br-base-bin-nodisk-flat``). + This is done by using FireMarshal's ``install`` feature which will produce a ``*-flat`` binary in the ``$PATH_TO_FIREMARSHAL/images`` directory (in our case ``br-base-bin-nodisk-flat``) from the previously built Linux binary (``br-base-bin-nodisk``). .. code-block:: shell