Re: tizen IVI on raspberry pi (and others)

2014-11-06 Thread Grigory Ptashko
2014-11-06 11:51 GMT+03:00 Leon Anavi : > Hi Grigory, > > On 2014-11-06 10:33, Grigory Ptashko wrote: > >> Thank you very much for the hints. >> I've decided to take an easier way for now and >> install Tizen IVI on the Cubieboard 2 A20 with ARMv7. >> Just to get used to gbs, obs, applications and

Re: tizen IVI on raspberry pi (and others)

2014-11-06 Thread Leon Anavi
Hi Grigory, On 2014-11-06 10:33, Grigory Ptashko wrote: Thank you very much for the hints. I've decided to take an easier way for now and install Tizen IVI on the Cubieboard 2 A20 with ARMv7. Just to get used to gbs, obs, applications and all the stuff.. In my opinion a board with A20 is a goo

Re: tizen IVI on raspberry pi (and others)

2014-11-06 Thread Grigory Ptashko
2014-11-06 10:56 GMT+03:00 Philippe Coval < philippe.co...@open.eurogiciel.org>: > On 11/03/2014 12:01 PM, Grigory Ptashko wrote: > > Hello, guys! > > > > There's one thing that I don't understand. > > Look, I've got an Ubuntu 14.04 box. > > I've installed the arm-linux-gnueabihf toolchain. > > >

Re: tizen IVI on raspberry pi (and others)

2014-11-05 Thread Philippe Coval
On 11/03/2014 12:01 PM, Grigory Ptashko wrote: > Hello, guys! > > There's one thing that I don't understand. > Look, I've got an Ubuntu 14.04 box. > I've installed the arm-linux-gnueabihf toolchain. > > Here's the gcc output: (...) > Thread model: posix > gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16u

Re: tizen IVI on raspberry pi (and others)

2014-11-03 Thread Grigory Ptashko
Hello, guys! There's one thing that I don't understand. Look, I've got an Ubuntu 14.04 box. I've installed the arm-linux-gnueabihf toolchain. Here's the gcc output: admin@node2:~/tizen_ivi_src$ /usr/bin/arm-linux-gnueabihf-gcc -v 2>&1 | sed 's/ --/\n --/g' Using built-in specs. COLLECT_GCC=/usr/

Re: tizen IVI on raspberry pi (and others)

2014-10-31 Thread Leon Anavi
Hi Phil, Grigory, tizen uses ARMv7 at least so you need to rebuild it all your own But, I remember ARMv6 work in progress where revealed at TdcSf14 check page 6 http://www.slideshare.net/MyungJooHam/tdc-mjham-armkernelintizen3noani armv6 support (Raspberry Pi) coming soon. (Thanks to Univ.

Re: tizen IVI on raspberry pi (and others)

2014-10-31 Thread Philippe Coval
On Fri, Oct 31, 2014 at 10:05 AM, Grigory Ptashko wrote: > Hello. Priviet Grigory > I want to set up Tizen IVI on Raspberry PI B+. > It has the ARMv6 CPU (ARM11). And a great GPU. tizen uses ARMv7 at least so you need to rebuild it all your own But, I remember ARMv6 work in progress where rev

tizen IVI on raspberry pi (and others)

2014-10-31 Thread Grigory Ptashko
Hello. I want to set up Tizen IVI on Raspberry PI B+. It has the ARMv6 CPU (ARM11). And a great GPU. I'm familiar with creating custom Raspbian (Debian for Raspberry Pi) images creation, with kernel cross compilation and with cross building packages with deboostrap + qemu static + chroot. Having