Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
David Boddie
developer.puri.sm
Commits
c4e457b7
Commit
c4e457b7
authored
Jan 16, 2020
by
David Boddie
💬
Browse files
Use the Downloads directory for images
parent
66128ce0
Pipeline
#50984
passed with stage
in 1 minute and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Development_Environment/Boards/HowTo/Flashing_eMMC.rst
View file @
c4e457b7
...
...
@@ -76,7 +76,7 @@ line options to keep the downloaded files after flashing.
If you use the ``--dir`` option to download the files into a directory and
``--skip-cleanup`` to keep them after flashing, you can re-flash the eMMC using
the same files by entering the download directory and running ``uuu``.
For example, this is how you would download the files to the ``
/tmp/devkit
``
For example, this is how you would download the files to the ``
~/Downloads
``
directory and flash the eMMC.
**This will erase everything on the board's eMMC:**
...
...
@@ -85,7 +85,7 @@ directory and flash the eMMC.
cd librem5-devkit-tools
export PATH=$PATH:/path-to-your-workspace/mfgtools-build/uuu/
./scripts/librem5-devkit-flash-image --dir
/tmp/devkit
--skip-cleanup
./scripts/librem5-devkit-flash-image --dir
~/Downloads
--skip-cleanup
It can also be useful to use the ``--skip-flash`` if you only want to download
the files without flashing the eMMC.
...
...
@@ -95,7 +95,7 @@ If you need to re-flash the eMMC with the same image later, you can just use ``u
.. code:: bash
# Re-flash the eMMC later:
cd
/tmp/devkit
cd
~/Downloads
uuu flash_devkit.lst
It may be useful to keep a local archive of images that you have flashed for testing purposes, and to allow you to return to a previous image.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment