armv8 fondation perf

2013-09-09 Thread Phi Debian
Hi All, I find out that building a project (make file and then some .c files) is real slow on the Foundation system. How people do build their own package (project, makefile oriented set of compile) on Foundation armv8 system ? Cheers, Phi ___ linaro-

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: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 12:22 PM, Andrew McDermott wrote: > > > If you set PATH to: > > $ export PATH=/usr/sbin:/usr/bin:/sbin:/bin:/home/phi/bin > > and try again does it make any difference? > Yes it hangs So that's lead me to add /home/phi/util in the PATH and then double checking I don't i

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
NO LD_LIBRARY_PATH PATH=.:/home/phi/util:/home/phi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/us r/bin:/sbin:/bin:/usr/games:/sbin:/usr/sbin:/usr/local/bin:/usr/local/bin/X11:/d 1/armv64/tch/bin Did the repo init in /tmp using ~/bin/repo (from armv8 clean install) then instead of doing bash j

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 10:34 AM, Andrew McDermott wrote: > Does the repo sync work outside of the Linaro scripts? > > What's the output from: > > $ PATH=$PATH:~/bin > $ cd /tmp > $ repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b \ > master -m default.xml --repo-url=git

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
On Thu, Sep 5, 2013 at 9:47 AM, Andrew McDermott > repo get installed automatically when the > `pre-build-root-install-dependencies.sh' is run: > > $ tail -5 pre-build-root-install-dependencies.sh > > # Get latest repo script and install it in PATH (use our mirror of repo) > test -d $HOME/bin || mk

Re: armv8: [building from source] openembedded

2013-09-05 Thread Phi Debian
Just for the record in case it helps diagnose this I setup "set -x" into ./jenkins-setup/functions.sh::git_clone_update() It shows the 2 repo invocations repo init --quiet -u git://git.linaro.org/openembedded/manifest.git -b master -m default.xml --repo-url=git://android.git.linaro.org/tools/rep

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Chrstopher Here is the execve from mytrace CU82$ type python python is a tracked alias for /usr/bin/python CU82$ python --version Python 2.7.3 CU82$ grep execve mytrace 20735 execve("/home/phi/bin/repo", ["repo", "sync"], [/* 29 vars */]) = 0 20735 execve("./python", ["python", "/home/phi/b

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Fathi, Cleaned up all repo things. re-did the process like this mkdir openembedded cd openembedded git clone git://git.linaro.org/openembedded/jenkins-setup.git cd jenkins-setup git checkout release-13.08 # cd .. removed this then removed jenkins on the two following lines # sudo bash jenkins-

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Christopher, On Wed, Sep 4, 2013 at 11:19 PM, Christopher Covington wrote: > To me the error looks like a git issue. You could try: > > strace -fo mytrace repo sync > > Then looking at what exactly repo is trying to exec (you can probably search > for "execve.*git.*symbolic"), and then maybe

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Nico, Read your suggestion leds me to ~/bin didn't noticed the armv8 instruction do create this and indeed I d'ont get that in my PATH Before redoing it from scratch, I give the armv8 dooc one more chance, just including ~/bin in my PATH and see what we got. Cheers, Phi _

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
On Wed, Sep 4, 2013 at 9:46 PM, Nicolas Dechesne > To install repo, you need to follow the instructions here > http://source.android.com/source/downloading.html. > > I agree that this is missing from the Linaro ARMv8 release notes > https://wiki.linaro.org/HowTo/ARMv8/OpenEmbedded, and it should be

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
> > No sign of repo(1) and I saw no docco saying where to get it. > I found 1 rep in openembedded/.repo/repo/repo What should I do with this? ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev

Re: armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi Andrew, On Wed, Sep 4, 2013 at 4:41 PM, Andrew McDermott wrote: > > > I know this may not feel like help... > > I just cut+paste from the instructions, as listed, and was able to start > a build. > > What's the output from: > > $ which repo > $ lsb_release -a CU82$ /usr/bin/lsb_release -a

armv8: [building from source] openembedded

2013-09-04 Thread Phi Debian
Hi All, Today I am after the making of packages with bitbake. I tried this http://releases.linaro.org/13.08/openembedded/aarch64 [Building from source tab] mkdir openembedded cd openembedded git clone git://git.linaro.org/openembedded/jenkins-setup.git cd jenkins-setup git checkout release-13.08 c

Re: arm32: How to get a bigger rootf from a pre-built image.

2013-09-02 Thread Phi Debian
Hi Fathi On Mon, Sep 2, 2013 at 6:35 AM, Fathi Boudra wrote: > if you take a look to the instructions published in the release or the wiki: > http://releases.linaro.org/13.08/ubuntu/vexpress > > you'll notice the pre-built image is generated using linaro-image-tools. > > you can create a pre-bui

Re: arm32: How to get a bigger rootf from a pre-built image.

2013-09-01 Thread Phi Debian
bridge should be a breeze :) Cheers, Phi On Sun, Sep 1, 2013 at 6:53 PM, Phi Debian wrote: > Hi Guru's > > I successfully builf my own kernel abd run it for arm64, I try now to > do the same trick with arm32. > > I need to have a root fs bigger enough to do basic dev in c

arm32: How to get a bigger rootf from a pre-built image.

2013-09-01 Thread Phi Debian
Hi Guru's I successfully builf my own kernel abd run it for arm64, I try now to do the same trick with arm32. I need to have a root fs bigger enough to do basic dev in c user code. I choose latest raring-developper for this. DL vexpress-raring_developer_20130826-443.img.gz I can then mount it a

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

2013-08-23 Thread Phi Debian
/Linux The current untouched vexpress lamp FS root@genericarmv8:/# ls /boot/config* /boot/config-3.10.1.0-1-linaro-vexpress64 I got to populate the fs with my own dev .ko and check in insmod works ok :) Cheers Phi On Fri, Aug 23, 2013 at 5:12 PM, Phi Debian wrote: > Opps missed that

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 ---> &

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

2013-08-23 Thread Phi Debian
, Phi On Fri, Aug 23, 2013 at 2:48 PM, Phi Debian wrote: > 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 cgr

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

2013-08-23 Thread Phi Debian
lock_root+0x1d8/0x278 [] mount_root+0x118/0x134 [] prepare_namespace+0x140/0x188 [] kernel_init_freeable+0x1b4/0x1d4 [] kernel_init+0x18/0x148 On Fri, Aug 23, 2013 at 2:33 PM, Christopher Covington wrote: > Hi Phi, > > On 08/23/2013 01:52 AM, Phi Debian wrote: >> Hi Christopher, &

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

2013-08-22 Thread Phi Debian
with my freshly build kernel. Cheers, Phi On Thu, Aug 22, 2013 at 5:09 PM, Christopher Covington wrote: > 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 obtai

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

2013-08-21 Thread Phi Debian
ves Kernel command line: root=/dev/vda2 consolelog=9 rw console=ttyAMA0 Well looks like we are getting closer to boot a newly build OS. Cheers, Phi On Wed, Aug 21, 2013 at 9:51 PM, Christopher Covington wrote: > On 08/21/2013 03:04 PM, Phi Debian wrote: >> It is still a non trivial

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

2013-08-21 Thread Phi Debian
dation-v8.dts IMAGE=linux-system-foundation.axf then the FDT_SRC doesn't work And I can't find what to link symlink with... Thanx in advance for any lights :) Spend the all day on trying to boot a regular new build kernel but so far no success. Cheers, Phi On Wed, Aug 21, 2013 at

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 Deb

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/> &g

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

2013-08-21 Thread Phi Debian
aro-tracking.git Cloning into linux-linaro-tracking... fatal: https://git.linaro.org/gitweb?p=kernel/linux-linaro-tracking.git/info/refs not found: did you run git update-server-info on the server? On Wed, Aug 21, 2013 at 4:24 PM, Phi Debian wrote: > Super > I try that immedialty. > > Re

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

2013-08-21 Thread Phi Debian
://releases.linaro.org/12.10/components/toolchain/... letting me think that all was accurate, so I was looping on this broken link :) I let you know my progress. Cheers, Phi On Wed, Aug 21, 2013 at 3:45 PM, Fathi Boudra wrote: > On 21 August 2013 16:57, Phi Debian wrote: >> I am git iliterate, looking

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 >

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

2013-08-21 Thread Phi Debian
Wed, Aug 21, 2013 at 12:46 PM, Riku Voipio wrote: > 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, e

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

2013-08-21 Thread Phi Debian
el. Cheers, Phi On Wed, Aug 21, 2013 at 11:09 AM, Fathi Boudra wrote: > 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 :

Re: Can't access linaro.org

2013-07-11 Thread phi debian
Back to norm, forget my prev mail On Fri, Jul 12, 2013 at 8:00 AM, phi debian wrote: > Hi All, > > I can navigate to linaro.org up to > http://www.linaro.org/engineering/engineering-projects/armv8 > > There I can not go to > o rebuilding the kernel > o rebuilding the Open

Can't access linaro.org

2013-07-11 Thread phi debian
Hi All, I can navigate to linaro.org up to http://www.linaro.org/engineering/engineering-projects/armv8 There I can not go to o rebuilding the kernel o rebuilding the OpenEmbedded root filesystem Is it a planned down time? Cheers, Phi ___ linaro-dev

Re: linaro armv8 kernel crashdump (kdump?)

2013-06-04 Thread phi debian
mp for armv8. Only recently started so no significant progress > yet, but will sync up over what you want to do and how I can help. > > Cheers, > James > > > On 3 June 2013 08:16, phi debian wrote: > >> Hi All, >> >> I'd like to investigate kernel cras

linaro armv8 kernel crashdump (kdump?)

2013-06-03 Thread phi debian
Hi All, I'd like to investigate kernel crashdump debuging for armv8. For this I need a crashdump, basically I would be happy with a vmlinux with debuginfos (-g compiled) either as 1 a.out or a splitted a.out ( ala suse) a save state of some sort (a crash notes records) and a vmcore that could be