Re: Arndale support

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

 



On Wed, Nov 28, 2012 at 8:35 PM, Alexander Graf <agraf@xxxxxxx> wrote:
>
> 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:
>>
>> https://github.com/columbia/linux-kvm-arm/tree/lue_arndale-kvm
>> branch: lue_arndale-kvm
>> (use the arndale_kvm_defconfig if you like)
>>
>> And the u-boot code here:
>> https://github.com/columbia/u-boot-arndale
>> branch: lue_arndale-kvm
>>
>>
> oh, and here's some instructions for how to flash.
>
> Use this as a starting point:
> https://wiki.linaro.org/Boards/Arndale/Setup/EnterpriseUbuntuServer
>
> 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:
>
>   http://en.opensuse.org/HCL:Arndale
>
> which includes (almost) everything to get you going, including a KVM patched
> u-boot, kernel and qemu.
>
sweet
_______________________________________________
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