Re: Booting linux-linaro-2.6.37 on Beagle Board

2013-01-11 Thread swat
hey i am also trying to boot linaro on Hackberry board. as i want linaro source code for my project, how can i get it? git clone git://git.linaro.org/kernel/linux-linaro-3.1.git is this link downloads linaro source code? ___ linaro-dev mailing list

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-02-01 Thread Steve Langasek
On Tue, Feb 01, 2011 at 09:23:38PM +0100, Michael Opdenacker wrote: > On 02/01/2011 03:50 PM, Robert Nelson wrote: > > On Tue, Feb 1, 2011 at 8:11 AM, Avik Sil wrote: > >> After trying all the suggestions finally I had to resort to linaro kernel > >> packaging (https://wiki.linaro.org/PackageYourO

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-02-01 Thread Michael Opdenacker
On 02/01/2011 03:50 PM, Robert Nelson wrote: > On Tue, Feb 1, 2011 at 8:11 AM, Avik Sil wrote: >> After trying all the suggestions finally I had to resort to linaro kernel >> packaging (https://wiki.linaro.org/PackageYourOwnKernel) to deploy the >> kernel which gave me the maximum sane output, but

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-02-01 Thread Robert Nelson
On Tue, Feb 1, 2011 at 8:11 AM, Avik Sil wrote: > After trying all the suggestions finally I had to resort to linaro kernel > packaging (https://wiki.linaro.org/PackageYourOwnKernel) to deploy the > kernel which gave me the maximum sane output, but still failed to get the > shell: http://paste.ubu

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-02-01 Thread Avik Sil
After trying all the suggestions finally I had to resort to linaro kernel packaging (https://wiki.linaro.org/PackageYourOwnKernel) to deploy the kernel which gave me the maximum sane output, but still failed to get the shell: http://paste.ubuntu.com/560935/ I tried disabling UUID validation as giv

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Matt Waddel
Hi Avik, Would you be willing to try the instructions I created for this at: https://wiki.linaro.org/Mentoring/KernelDeploy Especially the section labeled: #Deploying the kernel to the SD card These instructions worked on my Overo board. --Matt On 01/31/2011 03:57 AM, Avik Sil wrote: > Hi, >

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Steve Langasek
On Mon, Jan 31, 2011 at 12:35:45PM +0100, Alexander Sack wrote: > > 4. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- menuconfig (enabled > > EARLY_PRINTK) > > 5. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- uImage > > 6. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules > > 7. make ARCH=

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Pawel Moll
> > Please help me figuring out the problem. Is it because I didn't create > > uInitrd? If so, then how to create it for ARM? > I believe you're right. Em, not necessarily... I used both hand-made and distribution-made Linaro kernels with Linaro filesystem but without initrd. And it did complain a

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Robert Nelson
On Mon, Jan 31, 2011 at 4:57 AM, Avik Sil wrote: > Hi, > > I tried booting linux-linaro-2.6.37 kernel on my beagle board C4. I executed > following: > > 1. Installed linaro on a 4 GB SD card using linaro-image-tools 0.4.1 with > hwpack daily snapshot hwpack_linaro-omap3_20110125-0_armel_supported.

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Dave Martin
On Mon, Jan 31, 2011 at 10:57 AM, Avik Sil wrote: > Hi, > > I tried booting linux-linaro-2.6.37 kernel on my beagle board C4. I executed > following: > > 1. Installed linaro on a 4 GB SD card using linaro-image-tools 0.4.1 with > hwpack daily snapshot hwpack_linaro-omap3_20110125-0_armel_supported

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Loïc Minier
On Mon, Jan 31, 2011, Alexander Sack wrote: > > 3. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- omap2plus_defconfig > this one feels odd as beagle is omap3 That's actually correct; omap2plus is meant to support OMAP2, OMAP3 and OMAP4 in the same binary kernel (OMAP2+) -- Loïc Minier ___

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Alexander Sack
On Mon, Jan 31, 2011 at 12:35 PM, Alexander Sack wrote: > On Mon, Jan 31, 2011 at 11:57 AM, Avik Sil wrote: >> Hi, >> >> I tried booting linux-linaro-2.6.37 kernel on my beagle board C4. I executed >> following: >> >> 1. Installed linaro on a 4 GB SD card using linaro-image-tools 0.4.1 with >> hw

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Alexander Sack
On Mon, Jan 31, 2011 at 11:57 AM, Avik Sil wrote: > Hi, > > I tried booting linux-linaro-2.6.37 kernel on my beagle board C4. I executed > following: > > 1. Installed linaro on a 4 GB SD card using linaro-image-tools 0.4.1 with > hwpack daily snapshot hwpack_linaro-omap3_20110125-0_armel_supported

Re: Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Michael Opdenacker
Hi Avik, On 01/31/2011 11:57 AM, Avik Sil wrote: > 7. make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- modules_install > INSTALL_MOD_PATH=/media/rootfs > > 8. cp arch/arm/boot/uImage /media/boot; sync > > Everything went on smoothly. Then I put the SD card on BB and powered > it on. I got a kernel p

Booting linux-linaro-2.6.37 on Beagle Board

2011-01-31 Thread Avik Sil
Hi, I tried booting linux-linaro-2.6.37 kernel on my beagle board C4. I executed following: 1. Installed linaro on a 4 GB SD card using linaro-image-tools 0.4.1 with hwpack daily snapshot hwpack_linaro-omap3_20110125-0_armel_supported.tar.gz and linaro-natty-headless-tar-20101202-1.tar.gz. It was