Re: [yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-08-04 Thread Rich Bayliss
Sorry Paul - I am new to all this. I have checked and I am using Poky (1.4) Rich On 4 August 2013 23:35, Paul Eggleton wrote: > On Sunday 04 August 2013 01:27:01 Rich Bayliss wrote: >> On 2 August 2013 13:47, Paul Eggleton wrote: >> > On Tuesday 30 July 2013 11:43:43

Re: [yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-08-03 Thread Rich Bayliss
I am using the standard sysvinit/systemd - I haven't specified either, so whichever is default. Cheers, Rich On 2 August 2013 13:47, Paul Eggleton wrote: > Hi Rich, > > On Tuesday 30 July 2013 11:43:43 Rich Bayliss wrote: >> I am trying to build for Raspberry Pi including &

[yocto] [meta-raspberrypi] Read-Only RootFS is not read only

2013-07-30 Thread Rich Bayliss
user files etc. However, after building my image I can SSH into the system and issue "touch test" to create a file in my home directory, then after a reboot it is still there. That isn't very read-only :) Am I missing something, or is this working incor

Re: [yocto] build crash

2013-07-30 Thread Rich Bayliss
dk_omap5- > uevm_6_01_00_01/yocto-layers/sources/meta-arago/meta-arago-extras/recipes- > devtools/binutils/binutils_2.20.1.bb, do_fetch) failed with exit code '1' > > > thanks > kiran Have you checked that you can download that file on your build machine? The error is quite clear that it is struggling to download that file. I just tried and I have access to it from here. -- Rich Bayliss ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] Adding Python support to build

2013-07-19 Thread Rich Bayliss
to use on the system in a Python script. > RDEPENDS on "python-math" should do the trick. > > RDEPENDS_${PN} = "python-math" > > > > Rich Bayliss > > Best Regards, > Maxin Thanks. That did the trick. I also needed 'select' so I adde

[yocto] Adding Python support to build

2013-07-19 Thread Rich Bayliss
kage-managment" to my IMAGE_FEATURES which added a lot of things, but also made "import random" work successfully. Am I missing something obvious? -- Rich Bayliss ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-19 Thread Rich Bayliss
ainly for tracking state, that after a reboot of any kind it should remain blank. I have tested deleting /var/run/ifstate and pulling the plug, and it returns on next reboot. I think this might be the EXT4 recovery kicking in and putting the file back? -- Rich Bayliss ___

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 15:38, Gary Thomas wrote: > On 2013-07-18 08:20, Rich Bayliss wrote: >> >> Indeed. However the usage requirement of the system rely on being >> headless, and thus a power-pull is likely to happen. >> >> I guess the only way to rule this in/

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
, Gary Thomas wrote: > On 2013-07-18 08:07, Rich Bayliss wrote: >> >> On 18 July 2013 14:50, Rich Bayliss wrote: >>> >>> On 18 July 2013 12:28, Rich Bayliss wrote: >>>> >>>> On 18 July 2013 12:07, Paul Barker wrot

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 12:28, Rich Bayliss wrote: > On 18 July 2013 12:07, Paul Barker wrote: >> On 18 July 2013 11:55, Rich Bayliss wrote: >>>>> >>>>> Is this a known issue? Does anyone have any ideas? >>>>> >> >> Could you try runnin

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 14:50, Rich Bayliss wrote: > On 18 July 2013 12:28, Rich Bayliss wrote: >> On 18 July 2013 12:07, Paul Barker wrote: >>> On 18 July 2013 11:55, Rich Bayliss wrote: >>>>>> >>>>>> Is this a known issue? Does anyone have an

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 12:07, Paul Barker wrote: > On 18 July 2013 11:55, Rich Bayliss wrote: >>>> >>>> Is this a known issue? Does anyone have any ideas? >>>> > > Could you try running 'ip addr' and 'ip link' instead of 'ifconfig&#

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-18 Thread Rich Bayliss
On 18 July 2013 09:01, Andrei Gherzan wrote: > > > > On Wed, Jul 17, 2013 at 11:12 PM, Rich Bayliss > wrote: >> >> I am building rpi-basic-image and I get a successful build and >> first-run. My Pi gets an address over DHCP and I can login over SSH. >>

Re: [yocto] [meta-raspberrypi] Network not working after first boot success

2013-07-17 Thread Rich Bayliss
terface is already up, while "ifconfig" show no interfaces, not even "lo". If I do and "ifdown eth0" followed by an "ifup eth0" then my DHCP kicks in and everything is back to normal... until the next reboot. Is this a known is