Update VCU118 docs

FPGA password. Switching steps 2 and 3 to help with SD partitioning correctly for boot. `m` instead of `m
This commit is contained in:
michael-etzkorn
2021-08-26 12:45:46 -05:00
committed by GitHub
parent 569a1ff481
commit 1565981908

View File

@@ -110,7 +110,7 @@ The 1st partition will be used to store the Linux binary (created with FireMarsh
Additionally, these instructions assume you are using Linux with ``sudo`` privileges and ``gdisk``, but you can follow a similar set of steps on Mac (using ``gpt`` or another similar program).
1. Wipe the GPT on the card using ``gdisk``.
Use the `z` command to zap everything from the expert menu (opened with 'x', closed with 'm).
Use the `z` command to zap everything from the expert menu (opened with 'x', closed with 'm').
For rest of these instructions, we assume the SDCard path is ``/dev/sdc`` (replace this with the path to your SDCard).
.. code-block:: shell