Re: [yocto] nfs-boot problem

2014-12-22 Thread Jim Rafert
t: Re: [yocto] nfs-boot problem Hi Matthias, I'm sorry if I have seemed to be ignoring you, but I just today returned from recovering from some surgery. It sounds like you are on the right track. Is it possible that you only allowed read permission in the /etc/exports file of your nfs se

Re: [yocto] nfs-boot problem

2014-12-22 Thread Jim Rafert
yocto@yoctoproject.org Subject: Re: [yocto] nfs-boot problem Hello Jim, thank you for your reply, yes in the meantime I found out why that nfsroot path isn’t set correctly, there is a wrong line in the “wandboard.h” in u-boot. Now the regarding line looks like this Kernel command line: console=ttymxc0,115200

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
> -Ursprüngliche Nachricht- > Von: Anders Darander [mailto:and...@chargestorm.se] > Gesendet: Mittwoch, 10. Dezember 2014 12:17 > An: Heise, Matthias > Cc: j...@spectralogic.com; yocto@yoctoproject.org > Betreff: Re: [yocto] nfs-boot problem > > * matthias.he

Re: [yocto] nfs-boot problem

2014-12-10 Thread Anders Darander
ctoproject.org > > Betreff: Re: [yocto] nfs-boot problem > > * matthias.he...@atlas-elektronik.com > elektronik.com> [141210 09:35]: > > > As to the rootfs, this folder > > > fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux- > > gnueabi/cor > > &

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
Hi Anders, > -Ursprüngliche Nachricht- > Von: Anders Darander [mailto:and...@chargestorm.se] > Gesendet: Mittwoch, 10. Dezember 2014 11:24 > An: Heise, Matthias > Cc: j...@spectralogic.com; yocto@yoctoproject.org > Betreff: Re: [yocto] nfs-boot problem > >

Re: [yocto] nfs-boot problem

2014-12-10 Thread Anders Darander
* matthias.he...@atlas-elektronik.com [141210 09:35]: > As to the rootfs, this folder > fsl-community-bsp/build/tmp/work/wandboard_quad-poky-linux-gnueabi/core-image-minimal/1.0-r0/rootfs > seems to be exactly the structure that is packed into the > image.tar.bz2 so I thought it is a good idea to

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
fs: Operation not permitted done starting statd: done Starting syslogd/klogd: done Poky (Yocto Project Reference Distro) 1.7 wandboard-quad /dev/ttymxc0 wandboard-quad login: Von: Heise, Matthias Gesendet: Mittwoch, 10. Dezember 2014 09:31 An: 'Jim Rafert'; yocto@yoctoproject

Re: [yocto] nfs-boot problem

2014-12-10 Thread Matthias.Heise
s nfs share. Is there some reason not to do so ? Thank you Regards, Mat Von: Jim Rafert [mailto:j...@spectralogic.com] Gesendet: Dienstag, 9. Dezember 2014 17:28 An: Heise, Matthias; yocto@yoctoproject.org Betreff: RE: [yocto] nfs-boot problem Hi Matthias, Sorry, I missed the kernel command l

Re: [yocto] nfs-boot problem

2014-12-09 Thread Jim Rafert
atlas-elektronik.com [matthias.he...@atlas-elektronik.com] Sent: Tuesday, December 09, 2014 5:17 AM To: yocto@yoctoproject.org Subject: [yocto] nfs-boot problem Hello, I’m struggling getting my wandboard booting via tftp/nfs. The first part was easy I just set up the tftp server and pointed it to the k

Re: [yocto] nfs-boot problem

2014-12-09 Thread Jim Rafert
day, December 09, 2014 5:17 AM To: yocto@yoctoproject.org Subject: [yocto] nfs-boot problem Hello, I’m struggling getting my wandboard booting via tftp/nfs. The first part was easy I just set up the tftp server and pointed it to the kernel image and *.dtb file, in the wandboard.h of u-boot I

Re: [yocto] nfs-boot problem

2014-12-09 Thread Alexandru Vaduva
ot the board and everything should work: bootm - < dtb-address > Alex Vaduva From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On Behalf Of matthias.he...@atlas-elektronik.com Sent: Tuesday, December 09, 2014 2:18 PM To: yocto@yoctoproject.org Subject: [yoc

[yocto] nfs-boot problem

2014-12-09 Thread Matthias.Heise
Hello, I'm struggling getting my wandboard booting via tftp/nfs. The first part was easy I just set up the tftp server and pointed it to the kernel image and *.dtb file, in the wandboard.h of u-boot I set #define CONFIG_BOOTCOMMAND \ "run netboot;" The kernel star