]> Git Repo - imx_flashconf.git/commitdiff
README.md
authorJesse Taube <[email protected]>
Sat, 22 Jan 2022 00:20:14 +0000 (19:20 -0500)
committerJesse Taube <[email protected]>
Sat, 22 Jan 2022 00:20:14 +0000 (19:20 -0500)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..f949095
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# imx-flashconfig
+
+This is a program to generate flash config for booting imxrt from flexspi.
+
+```
+userland@userland:~$ imx-flashconf -h
++--------------------------------------------------------------+
+| -h - This message.                                           |
+| -o - Output file name.                                       |
+| -n - Name of flash config to use, defined in flash_confs.c . |
+| -p - Padding offset, other than default (0x1000).            |
+| -b - Create binary image, and offset to put u-boot.img at.   |
+| -l - List names of flash defined in flash_confs.c .          |
++--------------------------------------------------------------+
+```
\ No newline at end of file
This page took 0.026774 seconds and 4 git commands to generate.