Letux Makesd

Synopsis

You are looking at an old revision of the page Synopsis. This revision was created by Nikolaus Schaller.

Table of Content

Synopsis (--help)

useage: DEV=/dev/device makesd [partition1 [partition2 [partition3 [partition4]]]]

  DEV=/dev/device - specify the raw device (not the partitions), e.g. /dev/sdc
  partition:
    format (starts next partition):
    -f fat
    -f ext3
    -f ext4
    -f none
    -f[1-4] -- switch to given partition
    -F -- go back one partition so that we can specify a macro that starts with -f
    -s size -- define relative size
    -p sector -- force start of partition to a specific sector
    bootloader:
    -b 
    -b none
    -b gta04
    -b gta04b2
    -b gta04b3
    -b gta04b7
    -b pandaboard
    -b omap5evm
    kernel:
    -k 
    -k none
    -k 3.17-rc7
    device tree files (must come after kernel):
    -d omap3-gta04a2
    -d 
    -d '*'
    modules (must come after kernel):
    -m none
    -m 3.17-rc7
    root file system (OS):
    -r 
    -r none
    -r debian-lxde
    -r debian-minimal
    -r quantumstep
    -r replicant-4.2
    -r qtmoko
    config patches:
    -c 
    -c none
    -c debian-wheezy
    choose variant:
    -v variant -- default is 'latest'
    abbreviations for single partition cards:
      debian = -f ext4 -r debian -kboot latest -dboot latest -m latest -c debian-wheezy
      debian-lxde = debian -r lxde
      qtmoko = debian -c none -r qtmoko
      replicant = debian -k none -d none -m none -c none -r replicant
      quantumstep = debian -r quantumstep
      pyra-os = debian -c none -r http://packages.pyra-handheld.com/rootfs/pyra-debian-testing-xfce4-rootfs-2014-12-31_14-56.tgz
    abbreviations for multiple partitions (to create bootable production image flash card):
      l2804 = -f fat -b gta04 debian-lxde
      l3704 = -f fat -b gta04b2 debian-lxde
      l7004 = -f fat -b gta04b3 debian-lxde
      neo900 = -f fat -b gta04b7 debian-lxde
      beagleboard = -f fat -b beagleboard debian-lxde
      pyra = -f fat -b pyra debian-lxde
      bbb = -f fat -b beabgeboneblack debian-lxde
      panda-es = -f fat -b panda-es debian-lxde
      openpandora = debian-lxde -b openpandora
     all = debian-lxde qtmoko replicant quantumstep

Created: 10 years 3 months ago
by Nikolaus Schaller

Updated: 9 years 10 months ago
by Nikolaus Schaller

Old Revisions