Update doc

This commit is contained in:
Lee Lup Yuen 2022-09-01 10:16:26 +08:00
parent 4b83650397
commit 82a273495e

View file

@ -1025,6 +1025,7 @@ rm -f Image.gz
gzip Image
## Copy compressed NuttX Binary Image to Jumpdrive microSD
## https://lupyuen.github.io/articles/uboot#pinephone-jumpdrive
## TODO: Change the microSD Path
cp Image.gz "/Volumes/NO NAME"
```