Languages

Menu
Sites
Language
Tizen Mali DDK Installation Guide Error

Hi,

I found a error in Tizen Mali DDK Installation Guide. 
 
I found Step 4 and Step 5 have the exactely same commands. 
But obviously, these two steps executed commands are completely different. Step4 is copy file from PC to device. Step5 is install the package.
 
How can I copy the DDK to device? We need OpenGL ES in my game.

Responses

2 Replies
Alex Ashirov

Hi,

It seems that Step 4 should be something like following:

mkdir -p /tmp/hw_accel
host>tar xvzf hw_accel.tar.gz -C /tmp/hw_accel/
host>~/tizen_sdk/SDK/sdb/sdb -d push /tmp/hw_accel /root/

 

youngsik yoon