View Single Post
MohammadAG's Avatar
Posts: 2,473 | Thanked: 12,265 times | Joined on Oct 2009 @ Jerusalem, PS/IL
#110
FIASCO images are more than a simple rootfs image with a .fiasco file extension, you can generate fiasco images which contain custom rootfs images, custom kernels, custom everything using fiasco-gen, you'll need scratchbox for that.

Code:
Usage: fiasco-gen [OPTIONS]
Options:
  -k, --kernel=ARG         Location of kernel image
  -n, --initfs=ARG         Location of initfs image
  -r, --rootfs=ARG         Location of rootfs image
  -m, --mmc=ARG            Location of MMC image
      --mmc-append=ARG     MMC raw image to append
      --mmc-partition=ARG  Partition for the MMC raw image (in layout)
      --initrd=ARG         Location of intird image
  -x, --xloader=ARG        Location of X-Loader image
  -s, --secondary=ARG      Location of NOLO secondary bootloader image
  -2, --2nd=ARG            Location of NOLO cold flasher ("2nd") image
      --cmt-2nd=ARG        Location of CMT fiasco secondary image
      --cmt-algo=ARG       Location of CMT fiasco algorithm image
      --cmt-mcusw=ARG      Location of CMT fiasco mcusw image
  -F, --fiasco=ARG         Location of FIASCO image
  -v, --image-version=ARG  Specify version string for the previous image
  -h, --product-hw-rev=ARG Specify product / HW revision for previous image
  -l, --layout=ARG         Location of layout description file
  -o, --output=ARG         Output file
  -g, --generate           Generate a FIASCO image

Last edited by MohammadAG; 2010-08-14 at 09:20.
 

The Following User Says Thank You to MohammadAG For This Useful Post: