Skip to content
Snippets Groups Projects
Commit d8cbf529 authored by Pitchaiah Murugan's avatar Pitchaiah Murugan
Browse files

Remove unwanted in readme file

parent 71b333b4
Branches
Tags
No related merge requests found
./nand-image-builder -i root.ubi -o root-ecc.ubi -b 131072 -p 2048 -s 64 -e 4 -m 14 ./nand-image-builder -i root.ubi -o root-ecc.ubi -b 131072 -p 2048 -s 64 -e 4 -m 14
printf("nand image builder version 1.0\n");
printf("Usage: nand-image-builder [OPTION]...\n");
printf("\t -i input file\n");
printf("\t -o output file\n");
printf("\t -b block size\n");
printf("\t -p page size\n");
printf("\t -s spare area/oob area size\n");
printf("\t -e ecc mode\n");
printf("\t -m field order\n");
printf("Default command is:\n");
printf("./nand-image-builder -i infile -o outfile -b 131072 -p 2048 -s 64 -e 4 -m 14\n");
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment