Re: cross-compiling ARM img question

2017-11-27 Thread bch
On Mon, Nov 27, 2017 at 2:47 PM Robert Elz wrote: > Date:Mon, 27 Nov 2017 11:41:56 -0800 > From:bch > Message-ID: < > cabfrot_vnzfemnduj678c_iexdrequxxurvmago5uj6y2g4...@mail.gmail.com> > > | Turns out it was /tmp filling up. This wasn't indicated in the error >

Re: cross-compiling ARM img question

2017-11-27 Thread Chavdar Ivanov
Just to mention, I haven't ran build.sh manually for years. I always install sysutils/sysbuild and sysupdate and have never had such a problem. Although my last rPi build was for 8.99.3,, so things may have changed. Chavdar On Mon, 27 Nov 2017, 03:48 bch, wrote: > On Sun, Nov 26, 2017 at 6:20 P

Re: cross-compiling ARM img question

2017-11-27 Thread Robert Elz
Date:Mon, 27 Nov 2017 22:57:43 + From:bch Message-ID: | It might already be honouring TMPDIR, It doesn't. | The error *did* in fact say / was full, Yes, that is why I assumed it was not actually writing to /tmp and was trying to determine how it was writ

Re: cross-compiling ARM img question

2017-11-27 Thread Robert Elz
Date:Mon, 27 Nov 2017 11:41:56 -0800 From:bch Message-ID: | Turns out it was /tmp filling up. This wasn't indicated in the error | message, but running the mkimage via "sh -x" illuminated the issue. Ah, OK, I am so use to /tmp being a mounted filesys (tmpfs usu

Re: cross-compiling ARM img question

2017-11-27 Thread bch
On 11/26/17, bch wrote: > I've got an invocation like this, hoping to get an armv7 img to dd > onto an SD card: > > $ nice ./build.sh -j1 -u -U -R /home/bch/releasedir -O > /home/bch/usr/obj_nanopi/ -m evbearmv7hf-el release > > > But the build step is trying to install things to root (/boot/...)

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On Sun, Nov 26, 2017 at 6:20 PM Robert Elz wrote: > Date:Sun, 26 Nov 2017 14:25:35 -0800 > From:bch > Message-ID: < > cabfrot8f-uvae_srhdgrz5mnzmnd0vccxnj_zaoa9gocgtk...@mail.gmail.com> > > | That's not fixing things... that's adjusting what used to be > | destdi

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On 11/26/17, Robert Elz wrote: > Date:Sun, 26 Nov 2017 14:25:35 -0800 > From:bch > Message-ID: > > > | That's not fixing things... that's adjusting what used to be > | destdir.evbarm in the OBJDIR. > > OK, just trying the simple things first... > > It looks to be

Re: cross-compiling ARM img question

2017-11-26 Thread Robert Elz
Date:Sun, 26 Nov 2017 14:25:35 -0800 From:bch Message-ID: | That's not fixing things... that's adjusting what used to be | destdir.evbarm in the OBJDIR. OK, just trying the simple things first... It looks to be coming from src/distrib/utils/embedded/mkimage an

Re: cross-compiling ARM img question

2017-11-26 Thread bch
On 11/26/17, Robert Elz wrote: > Date:Sun, 26 Nov 2017 09:55:55 -0800 > From:bch > Message-ID: > > > | I've got an invocation like this, hoping to get an armv7 img to dd > | onto an SD card: > | > | $ nice ./build.sh -j1 -u -U -R /home/bch/releasedir -O > |

Re: cross-compiling ARM img question

2017-11-26 Thread Robert Elz
Date:Sun, 26 Nov 2017 09:55:55 -0800 From:bch Message-ID: | I've got an invocation like this, hoping to get an armv7 img to dd | onto an SD card: | | $ nice ./build.sh -j1 -u -U -R /home/bch/releasedir -O | /home/bch/usr/obj_nanopi/ -m evbearmv7hf-el rel

cross-compiling ARM img question

2017-11-26 Thread bch
I've got an invocation like this, hoping to get an armv7 img to dd onto an SD card: $ nice ./build.sh -j1 -u -U -R /home/bch/releasedir -O /home/bch/usr/obj_nanopi/ -m evbearmv7hf-el release But the build step is trying to install things to root (/boot/...). It seemed to me that the -R switch s