Lines Matching full:pnor
4 help=$'Generate PNOR UBI image from a PNOR SquashFS Tarball
6 Generates a UBI, Unsorted Block Images, PNOR image from a PNOR SquashFS Tarball.
7 The PNOR SquashFS Tarball is generated from the generate-tar script.
9 usage: generate-ubi [OPTION] <PNOR SquashFS Tarball>...
13 $(pwd)/<PNOR Tarball FILE, removing .squashfs.tar>.ubi.mtd
14 (For example, "generate-ubi my.pnor.squashfs.tar"
15 would generate $(pwd)/my.pnor.ubi.mtd output.)
16 -s, --size <MiB> Specify the size of the PNOR UBI image in MiBs.
46 echo "Please enter a PNOR SquashFS Tarball."
47 echo "To generate PNOR SquashFS Tarball see generate-tar"
61 echo "Generating PNOR UBI image."
63 squashfs_file_name="pnor.xz.squashfs"
77 # All valid PNOR SquashFS Tarballs have a file named "pnor.xz.squashfs"
136 config_file=${scratch_dir}/ubinize-PNOR.cfg
143 add_volume "$config_file" 0 static pnor-ro-"${version_id}" "${squashfs_file}"
144 add_volume "$config_file" 1 dynamic pnor-prsv "" 2MiB
145 add_volume "$config_file" 2 dynamic pnor-rw-"${version_id}" "" 16MiB
152 echo "PNOR UBI image at ${outfile}"