Re: Arndale support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On 20.11.2012, at 17:56, Christoffer Dall wrote:



On Tue, Nov 20, 2012 at 9:35 AM, Christoffer Dall <cdall@xxxxxxxxxxxxxxx> wrote:
Hi there,

For those of you with an Arndale board who would like to boot KVM on it, I have a hack for u-boot and the kernel that makes things work.

Take a look here:

branch: lue_arndale-kvm
(use the arndale_kvm_defconfig if you like)

And the u-boot code here:
branch: lue_arndale-kvm


oh, and here's some instructions for how to flash.


Make sure you flash the bl1 and the dt and such, and set up the right u-boot environment.

To flash this u-boot, do:

$ export ARCH=arm
$ export CROSS_COMPILE=<whatever you use>
$ cd u-boot-arndlae
$ make arndale5250  #builds both SPL and u-boot proper
$ sudo dd if=spl/smdk5250-spl.bin of=/dev/sdX bs=512 seek=17
$ sudo dd if=u-boot.bin of=/dev/sdX bs=512 seek=49

$ cd ../linux-kvm-arm
$ git checkout lue_arndale-kvm
$ make arndale_kvm_defconfig
$ make -j8 uImage
$ sudo dd if=arch/arm/boot/uImage of=/dev/sdX bs=512 seek=1105

And if you only want to give KVM a try without compiling everything by hand, check out the ready-to-roll openSUSE image:


which includes (almost) everything to get you going, including a KVM patched u-boot, kernel and qemu.


Alex

_______________________________________________
kvmarm mailing list
kvmarm@xxxxxxxxxxxxxxxxxxxxx
https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm

[Index of Archives]     [Linux KVM]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux