Skip to content

Instantly share code, notes, and snippets.

@kallaballa
Created July 29, 2012 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kallaballa/3198886 to your computer and use it in GitHub Desktop.
Save kallaballa/3198886 to your computer and use it in GitHub Desktop.
# inside latest platform sdk
$ git clone https://github.com/lbt/mic.git
$ cd mic
$ git branch -a
* master
remotes/origin/HEAD -> origin/master
remotes/origin/master
$ make
$ sudo make install
$ curl -O -k https://img.merproject.org/images/sdk/latest/images/mer-sb2sdk-i486-chroot/mer-sb2sdk-i486-chroot-0.20120517.1.ks
$ sudo mic create fs mer-sb2sdk-i486-chroot-0.20120517.1.ks --record-pkgs=name --pkgmgr=yum --arch=i486 -o mer-sb2sdk-i486-chroot-0.20120517.1
Error <usage>: Invalid architecture: "i486".
Supported architectures are:
x86_64, ia64, i686, i586, armv7tnhl, armv7thl, armv7nhl, armv7l, armv7hl, armv6l, armv5tel, armv5tejl, armv5l
, please use "--help" for more info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment