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: [Call for participation] Bi-Weekly KVM/ARM Technical Sync-up

2013-08-21 Thread Christian Robottom Reis
On Thu, Aug 22, 2013 at 01:15:54AM +0100, Russell King - ARM Linux wrote: > On Wed, Aug 21, 2013 at 05:09:39PM -0700, Christoffer Dall wrote: > > Linaro is going to host a bi-weekly sync-up call for technical issues on > > KVM/ARM development. The KVM 32-bit and 64-bit maintainers as well as > > t

Re: [Call for participation] Bi-Weekly KVM/ARM Technical Sync-up

2013-08-21 Thread Russell King - ARM Linux
On Wed, Aug 21, 2013 at 05:09:39PM -0700, Christoffer Dall wrote: > Linaro is going to host a bi-weekly sync-up call for technical issues on > KVM/ARM development. The KVM 32-bit and 64-bit maintainers as well as > the QEMU ARM maintainer will typically be on the call. > > The first call will be

[Call for participation] Bi-Weekly KVM/ARM Technical Sync-up

2013-08-21 Thread Christoffer Dall
Hi all, Linaro is going to host a bi-weekly sync-up call for technical issues on KVM/ARM development. The KVM 32-bit and 64-bit maintainers as well as the QEMU ARM maintainer will typically be on the call. The first call will be held Tuesday August 27th. If you, your organization, or any of you

Re: mailing list for cross build issues created

2013-08-21 Thread Wookey
+++ Matthias Klose [2013-08-21 22:31 +0200]: > Today the debian-cr...@lists.debian.org ML was created. > Please subscribe to this list if you are interested in cross build issues. Here: https://lists.debian.org/debian-cross/ Wookey -- Principal hats: Linaro, Emdebian, Wookware, Balloonboard,

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

mailing list for cross build issues created

2013-08-21 Thread Matthias Klose
Today the debian-cr...@lists.debian.org ML was created. The rationale for having such a ML can be found in http://bugs.debian.org/717332. The description for the ML currently is: Discuss cross building of packages and infrastructure for cross-builds The list discusses * How to cross-build pac

[PATCH RFC 2/2] PM / Hibernate: add section for resume options

2013-08-21 Thread Sebastian Capella
Expand the existing documentation to explicitly list the options for resuming a hibernation image, including the manual resume option which can be used from the initrd or initramfs and the kernel init resume. Signed-off-by: Sebastian Capella --- Documentation/power/swsusp.txt | 15

[PATCH RFC 0/2] PM / Hibernate: sysfs resume

2013-08-21 Thread Sebastian Capella
Patchset related to hibernation resume: one enhancement to make the use of an existing file more general and one documentation update. Both patches are based on the 3.11-rc6 tag. This was tested on a Pandaboard with partial hibernation support, and compiled on x86. Further testing is needed on o

[PATCH RFC 1/2] PM / Hibernate: use name_to_dev_t to parse resume

2013-08-21 Thread Sebastian Capella
Use the name_to_dev_t call to parse the device name echo'd to to /sys/power/resume. This imitates the method used in hibernate.c in software_resume, and allows the resume partition to be specified using other equivalent device formats as well. By allowing /sys/debug/resume to accept the same synt

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