Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Bintian Wang
Thanks for your discussion, I will try later. Thanks! On 5 September 2013 19:00, Phi Debian wrote: > Hi Bintian, > As Chistopher said in this post, did you add ext4 in the menuconfig ? > > things to check after menuconfig in your .config > > CONFIG_BLK_DEV=y > CONFIG_VIRTIO_BLK=y <<=== need to

Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Phi Debian
Hi Bintian, As Chistopher said in this post, did you add ext4 in the menuconfig ? things to check after menuconfig in your .config CONFIG_BLK_DEV=y CONFIG_VIRTIO_BLK=y <<=== need to be added menuconfig missed(*) CONFIG_VIRTIO=y CONFIG_VIRTIO_BALLOON=y CONFIG_VIRTIO_MMIO=y CONFIG_VIRTIO_MMIO_CMDLI

Re: Can't boot my fresh build armv8 linaro kernel/

2013-09-05 Thread Bintian Wang
I encounter the same problem when compiled my own kernel following " https://wiki.linaro.org/HowTo/BuildArm64Kernel"; The new kernel failed to be booted :( got the same error as you described. On 21 August 2013 18:34, Phi Debian wrote: > Hi Fathi > > Ha, ouch, I wrote a request into linaro-k

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Phi Debian
Hurray!!! Jeez I definitly owe you a pint !!! The docco page need a cleanup, dunno who can do that, I may try but I guess there must be some procedure to follow to do so. The booted OS root@genericarmv8:/# uname -a Linux genericarmv8 3.11.0-rc6+ #3 SMP Fri Aug 23 16:55:42 CEST 2013 aarch64 GNU/Li

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Phi Debian
Opps missed that one rebuild On Fri, Aug 23, 2013 at 5:05 PM, Christopher Covington wrote: > Hi Phi, > > On 08/23/2013 10:55 AM, Phi Debian wrote: >> Using >> .config - Linux/arm64 3.11.0-rc6 Kernel Configuration >> >> I got >> Device Drivers ---> >> | |[ ] Virtualization drivers (NEW)

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Christopher Covington
Hi Phi, On 08/23/2013 10:55 AM, Phi Debian wrote: > Using > .config - Linux/arm64 3.11.0-rc6 Kernel Configuration > > I got > Device Drivers ---> > | |[ ] Virtualization drivers (NEW) | | > | |Virtio drivers --->

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Phi Debian
May be I should use another receipe to build and boot a kernel instead of the the one given on the web site https://wiki.linaro.org/HowTo/BuildArm64Kernel Does someone do this another way ? To me the docco there is almost good sounds like a tiny bit is missing, but I can decipher myslf. Cheers,

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Phi Debian
Hi Christopher, There is no virtio in this log... (and never saw a virtio reference in the receipe) Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. Initializing cgroup subsys cpu Linux version 3.11.0-rc6+ (phi@hpfrcu82) (gcc version 4.8.2 20130624 (prerelease) (crosstool-NG

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-23 Thread Christopher Covington
Hi Phi, On 08/23/2013 01:52 AM, Phi Debian wrote: > Hi Christopher, > I was traveling yesterday, I will resume on this hopefully today > > This rootfs.imf is a short rename of standard (downloaded) > decompressed > /home/phi/armv8-dl/vexpress64-openembedded_lamp-armv8_20130719-403.img.gz >

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-22 Thread Phi Debian
Hi Christopher, I was traveling yesterday, I will resume on this hopefully today This rootfs.imf is a short rename of standard (downloaded) decompressed /home/phi/armv8-dl/vexpress64-openembedded_lamp-armv8_20130719-403.img.gz Then CU82$ file rootfs.img rootfs.img: x86 boot sector; partition

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-22 Thread Christopher Covington
Hi Phi, On 08/22/2013 02:22 AM, Phi Debian wrote: > Hi Christopher, > > Progress!!! giving the full path for FDT_SRC give make(1) success > I obtained a linux-system-foundation.axf > > Note that I build linux-system-foundation.axf this way. > > make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"r

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Hi Christopher, Progress!!! giving the full path for FDT_SRC give make(1) success I obtained a linux-system-foundation.axf Note that I build linux-system-foundation.axf this way. make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 consolelog=9 rw console=ttyAMA0"' FDT_SRC=../linux/ar

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Christopher Covington
On 08/21/2013 03:04 PM, Phi Debian wrote: > It is still a non trivial operation. > > I can built linus kernel, but I can't build the boot loader, the > > vexpress-foundation-v8.dts is missing, them > > make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 > consolelog=9 rw console=tty

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
It is still a non trivial operation. I can built linus kernel, but I can't build the boot loader, the vexpress-foundation-v8.dts is missing, them make CROSS_COMPILE=aarch64-linux-gnu- BOOTARGS='"root=/dev/vda2 consolelog=9 rw console=ttyAMA0"' FDT_SRC=vexpress-foundation-v8.dts IMAGE=linux-syst

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Well git.linaro.org/kernel/linux-linaro-tracking.git don't have arm64 inside arch/ so doesn't work really. I am downloading from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git takes for ever real slow... Still digging... On Wed, Aug 21, 2013 at 5:06 PM, Phi Debian wrote: > go

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
got this working tsocks git clone git://git.linaro.org/kernel/linux-linaro-tracking.git Cheers, Phi On Wed, Aug 21, 2013 at 5:01 PM, Phi Debian wrote: > Do I need some credential to do this ? > > CU82$ tsocks git clone https://git.kernel.org/cgit/linux/kernel/git/torvalds/> > Cloning into

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Do I need some credential to do this ? CU82$ tsocks git clone https://git.kernel.org/cgit/linux/kernel/git/torvalds/> Cloning into v3.11-rc6... warning: remote HEAD refers to nonexistent ref, unable to checkout. CU82$ tsocks git clone https://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.g

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Super I try that immedialty. Regarding the web page, I went throuh it a couple of iteration in July then Aug, and amazingly the links to version specif stuff where always accurate like wget http://releases.linaro.org/13.07/openembedded/aarch64/img-foundation.axf or wget http://releases.linaro

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Fathi Boudra
On 21 August 2013 16:57, Phi Debian wrote: > I am git iliterate, looking at https://git.linaro.org/gitweb, > git://git.linaro.org/kernel/linaro-aarch64.git seems the latest... How > could I get a better one? We need to update this page. As Riku said: * latest linux-linaro https://git.linaro.org/

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
I am git iliterate, looking at https://git.linaro.org/gitweb, git://git.linaro.org/kernel/linaro-aarch64.git seems the latest... How could I get a better one? Phi On Wed, Aug 21, 2013 at 1:33 PM, Phi Debian wrote: > Well not being a got expert I did the line given in the receipe > https://wiki

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Well not being a got expert I did the line given in the receipe https://wiki.linaro.org/HowTo/BuildArm64Kernel % git clone git://git.linaro.org/kernel/linaro-aarch64.git % cd linaro-aarch64 % git checkout -b linaro-aarch64 origin/linaro-aarch64 I dunno how to get the latest? Cheers, Phi On W

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Riku Voipio
Hi Phi Debian, >> Image.gz-3.7.0-rc2+ >> config-3.7.0-rc2+ >> System.map-3.7.0-rc2+ >> boot.axf >> In there but still no joy You might want to try to build a newer kernel, either the latest linux-linaro or latest mainline kernel. Riku ___ linaro-dev

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Phi Debian
Hi Fathi Ha, ouch, I wrote a request into linaro-kernel in July... Ok you cc'ed linaro.dev, let see if one can help. My need is to boot a freshly build kernel, with a standard (regular?) rootfs. I provide here more detail about what I did today. I first downloaded and boot a pre-build system l

Re: Can't boot my fresh build armv8 linaro kernel/

2013-08-21 Thread Fathi Boudra
Hi, On 21 August 2013 12:46, Phi Debian wrote: > Hi Fathi, > > Do you know someone who could help me progress on this, I am stuck > since Jul 12, well doing other things meanwhile :) > > I follow the receipe to download an boot and armv8 image, all that goes well. Which recipe? http://www.linaro