Upadate: I now have a slightly more user friendly way of creating the
Arch Linux sdcard image.  This is only for linux, but you can use an
existing linux desktop or a wandboard having booted into another linux
version.  

To create an sdcard image using a wandboard.  Boot into another linux
release (e.g. download the offical ubuntu release) on a card in the main
cpu module.  Then place a blank card in the second microsd card slot
(/dev/mmcblk1).  Then download and run the install script (replacing
'quad' with 'dual' for a dual wandboard)

Code:
--------------------
    
  wget 
http://github.com/SqueezeOnArch/soa-installers/blob/master/create-sdcard-soa-wand.sh
  chmod 755 create-sdcard-soa-wand.sh
  sudo ./create-sdcard-soa-wand.sh quad /dev/mmcblk1
  
--------------------


To use another linux machine run the same script and use the location of
the sdcard as /dev/sdX in the following:

Code:
--------------------
    
  wget 
http://github.com/SqueezeOnArch/soa-installers/blob/master/create-sdcard-soa-wand.sh
  chmod 755 create-sdcard-soa-wand.sh
  sudo ./create-sdcard-soa-wand.sh quad /dev/sdX
  
--------------------


In both cases remove the card and place in the cpu slot of the wandboard
and then reboot.  It should automatically download additional Arch Linux
and then build then Squeeze on Arch applications.  This can take several
minutes.  The web interface should show progress one it is built which
will take ~10mins.

Note at present LMS is not installed by this script.


------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to