Re: [Tizen General] Tizen 2.2 Software rendering OpenGL engine creation failed

2013-11-17 Thread Daniel Juyung Seo
On Sun, Nov 17, 2013 at 3:07 PM, Carsten Haitzler ti...@rasterman.comwrote: On Mon, 11 Nov 2013 09:37:42 +0530 Alok Gupta alok509phoe...@gmail.com said: *Hi Carsten,* *When board boots up I get these Elementary Test logs * *ERR1844:evas-gl_x11 evas_x_main.c:124 eng_window_new()

Re: [Tizen General] Tizen 2.2 Software rendering OpenGL engine creation failed

2013-11-17 Thread The Rasterman
On Sun, 17 Nov 2013 19:21:00 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: On Sun, Nov 17, 2013 at 3:07 PM, Carsten Haitzler ti...@rasterman.comwrote: On Mon, 11 Nov 2013 09:37:42 +0530 Alok Gupta alok509phoe...@gmail.com said: *Hi Carsten,* *When board boots up I get

Re: [Tizen General] tizen offline build

2013-11-17 Thread Wang, Ning W
Hi Santosh, To build offline, you should download the target repo you need to local machine. This can be done via rsync. Then modify the repo url in your .gbs.conf to point to the local path like url = /home/localrepo/. You also need to use gbs -D option to build the package using your local

Re: [Tizen General] Tizen on Raspbery pi?

2013-11-17 Thread Prathamesh P Ghanekar
Hi Leon, My query goes on the similar lines. I am trying to port TIZEN IVI to the Freescale i.MX6 board. As you suggested, I am following GBS build process. I referred to the Porting guide for pandaboard. https://wiki.tizen.org/wiki/Tizen_IVI_Getting_Started_Guide_For_PandaBoard But, I am not

[Tizen General] Tizen kernel source compilation

2013-11-17 Thread Santosh Nayak
Hi, I'm trying to compile the Tizen kernel source code. While compilation i'm seeing the below error. tizen@tizen:~/Tizen_2.2/kernel/linux-3.0$ sudo gbs build -A armv7l --include-all info: generate repositories ... info: start building packages from: /home/tizen/Tizen_2.2/kernel/linux-3.0 (git)

Re: [Tizen General] Tizen 2.2 Software rendering OpenGL engine creation failed

2013-11-17 Thread Alok Gupta
*Carsten,* *Could you please help me enabling some logs in EVAS or for Elementary Test , Is there any Standard Macro which I need to enable to get Logs for EFL/EVAS* *or If you can pinpoint me to some standard functions in EVAS/EFL where I can keep my logs to make sure everything in EFL/EVAS

Re: [Tizen General] Tizen kernel source compilation

2013-11-17 Thread Wang, Ning W
You should build u-boot first, then build kernel. Thanks, Ning From: general-boun...@lists.tizen.org [mailto:general-boun...@lists.tizen.org] On Behalf Of Santosh Nayak Sent: Monday, November 18, 2013 1:34 PM To: general@lists.tizen.org Subject: [Tizen General] Tizen kernel source compilation

Re: [Tizen General] Tizen kernel source compilation

2013-11-17 Thread Santosh Nayak
Hi Ning, Thank you for the quick reply. I followed the below link to download the complete tizen source code . https://source.tizen.org/documentation/articles/creating-tizen-platform-image-scratch-through-local-build In the source I'm seeing only kernel directory , there is no u-boot related

Re: [Tizen General] Tizen kernel source compilation

2013-11-17 Thread Wang, Ning W
Hi Santosh, Please follow steps documented here[1] to build u-boot[2] To build your own boot loader, you can refer to the porting guide[3]. Thanks, Ning [1] https://wiki.tizen.org/wiki/Porting_Guide#Bootloader_Setup_and_Build [2] https://review.tizen.org/git/?p=kernel/u-boot.git;a=summary [3]

Re: [Tizen General] Tizen 2.2 Software rendering OpenGL engine creation failed

2013-11-17 Thread Alok Gupta
Daniel, When I try to run this command from the link you shared to run the expedite benchmark tool EINA_LOG_LEVEL=4 expedite -e xlib *I get an error saying expedite command not found. , I am running on Tizen 2.2* -Alok On Mon, Nov 18, 2013 at 11:28 AM, Daniel Juyung Seo