From: Jesse Taube Date: Sat, 22 Jan 2022 00:20:14 +0000 (-0500) Subject: README.md X-Git-Url: https://repo.jachan.dev/imx_flashconf.git/commitdiff_plain/46ef46f54e2d2bad183d5d72bb7f2372241b884e?ds=inline README.md --- diff --git a/README.md b/README.md new file mode 100644 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