-
Notifications
You must be signed in to change notification settings - Fork 537
Setup ARM Host Server
Tyler Baker edited this page May 5, 2014
·
1 revision
Samsung Chromebook (With KVM Patches)
Samsung Arndale (Linaro)
[Install Linaro Image to Arndale](http://releases.linaro.org/14.04/ubuntu/boards/arndale)Install Guide
[KVM on Chromebook](http://www.virtualopensystems.com/en/solutions/guides/kvm-on-chromebook/)Install Notes
* Check that is dev_boot_signed_only is set to zero. Press 'tab' when at OS check screen to display variables.
* Build uboot from source, then use the sdcard.sh utility to create the required partitions.
$ git clone git://github.com/virtualopensystems/u-boot.git
$ cd u-boot
$ ./scripts/build.sh
$ ./scripts/sdcard.sh /dev/sdX
* Debootstrap Debian sid from ARM Host
$ mount /dev/sdX4 tmp/
$ debootstrap --arch=armhf sid tmp/
$ chroot tmp/
$ passwd
Debian 7, Ubuntu 12.04 and above
$ apt-get install qemu-system libvirt-bin sasl2-bin
Add options -d and -l to /etc/default/libvirt-bin
$ libvirtd_opts="-d -l"
Uncomment the following from /etc/libvirt/libvirtd.conf
$ listen_tls = 0 $ listen_tcp = 1
Restart libvirt-bin
$ sudo service libvirt-bin restartSetup TCP authorization OR Setup SSH authorization