Thanks folks, and thank you Andrei. As suggested by toolmmy and pleasant folks in this thread I'm using DEFAULTTUNE option. I had already seen the arm1176jzfshf after a small search into the meta-raspberry layer but I didn't know how to use it. Now I have recompiled my toolchain with this option enabled and it worked fine, I need to compile other tools (C, C++ libs, toolchain, binutils) for my own test and I'll put it on a real Pi. It takes a while but after this full recompile it seems everything is fine. If someone is interested in some benchmarking or other tests please let me know, my current image works. I'd like to add other packages useful for a real distro (Python 2/3, mc, nano, gcc, ext utils, ...) as I did before with the armel build but seems to be working without troubles so I'll normally continue my job with yocto and the Pi. My armel image works on Pi model A, B (256 and 512) and B+, as soon as I'll have a complete armhf image I'll do complete tests on them as well.
Ben On Sun, Jan 18, 2015 at 1:24 AM, Andrei Gherzan <[email protected]> wrote: > Let's keep this discussion in one thread but thanks Jens for this > extensive explanation. Indeed, DEFAILTTUNE is the way to switch to hf. > > On Sat, Jan 17, 2015 at 7:37 PM, Jens Lucius <[email protected]> > wrote: > >> >> Am 17.01.2015 um 16:55 schrieb Andrea Benini: >> >>> >>> Is there someone using armhf on it ? >>> >>> >> Hello, >> >> This option can be set by using the variable "DEFAULTTUNE", which is >> normally set within the machine configuration. >> >> In case of the raspberrypi layer this is located in ./conf/machine. >> >> The DEFAULTTUNE is set in the subdirectory "include" in the file >> tune-arm1176jzf-s.inc and is set to "armv6" by default. There is a >> discussion going on at the moment if this should be set to "armv6hf" by >> default, maybe you could read the mail archive of the last few days. >> >> There are also special tune options available for the raspberrypi in this >> file which fits the processor architecture. I am using "arm1176jzfshf" so >> far without any problems but I did not do any speed tests. >> >> Regards, >> >> Jens >> >> -- >> _______________________________________________ >> yocto mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/yocto >> > > > > -- > *Andrei Gherzan* >
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
