<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Sep 9, 2013 at 4:12 PM, joem <span dir="ltr"><<a href="mailto:joem@martindale-electric.co.uk" target="_blank">joem@martindale-electric.co.uk</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>> >> > From <a href="http://rhombus-tech.net/allwinner/a20/boot/" target="_blank">http://rhombus-tech.net/allwinner/a20/boot/</a><br>


> >> > When I run<br>
> >> ><br>
> >> > make -j3 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-<br>
> >> > KDIR=~/src/a10/linux-sunxi/ -C arch/arm/mach-sun7i/pm/standby all<br>
> >><br>
> >>  the KDIR environment variable is a standard linux kernel environment<br>
> >> variable, which says "my (K)ernal (DIR)ectory is ~/src/....".  so,<br>
> >> obviously, you have to adjust that for your setup.<br>
> ><br>
> ><br>
> > That is what got me confused - is the kernel sources sub directory not<br>
> > in the linux directory already?<br>
><br>
>  there *is* no quotes subdirectory - it *is* the kernel sources.<br>
><br>
> > If its not in there, what am I<br>
> > downloading when I do git clone <a href="http://git.hands.com/linux.git" target="_blank">http://git.hands.com/linux.git</a> ?<br>
><br>
>  linux kernel sources.  there is only linux kernel sources.<br>
<br>
<br>
</div>Hmmmm.... going in circles - the instructions read:<br>
<br>
git clone <a href="http://git.hands.com/linux.git" target="_blank">http://git.hands.com/linux.git</a><br>
cd linux   <----- so you are in the linux kernel sources directory<br>
git checkout -b lkcl-3.3-a20<br>
<div>make -j3 ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-<br>
KDIR=~/src/a10/linux-sunxi/ -C arch/arm/mach-sun7i/pm/standby all<br>
<br>
</div>At no stage in instruction at<br>
<a href="http://rhombus-tech.net/allwinner/a20/boot/" target="_blank">http://rhombus-tech.net/allwinner/a20/boot/</a><br>
does it say where to download and set up<br>
linux-sunxi. Where is linux-sunxi directory? Why set KDIR again to<br>
something somewhere else like linux-sunxi<br>
if you are in the linux kernel directory already?<br>
<br>
That be why I am confused and going in circles.<br><div><div></div></div></blockquote><div>I think you need to adjust KDIR so it points to your linux directory. <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div>
<br>
_______________________________________________<br>
arm-netbook mailing list <a href="mailto:arm-netbook@lists.phcomp.co.uk" target="_blank">arm-netbook@lists.phcomp.co.uk</a><br>
<a href="http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook" target="_blank">http://lists.phcomp.co.uk/mailman/listinfo/arm-netbook</a><br>
Send large attachments to <a href="mailto:arm-netbook@files.phcomp.co.uk" target="_blank">arm-netbook@files.phcomp.co.uk</a><br>
</div></div></blockquote></div><br></div></div>