Languages

Menu
Sites
Language
Problem while flashing the RD-PQ device

Hello everyone,

I am flashing my Tizen RD-PQ device to the version 2.2.1 using this link: https://source.tizen.org/ko/documentation/reference/flash-device?langredirect=1 .

But when I want to install the 3D Acceleration, and exactly when I execute this command "sdb root on" the CLI window, I got this error

 

 

As you can see, I manage to log into the sdb console, but "root" and "on" are not recognized! even the next steps such as (sdb -d push .... ) is not a known command.

What should I do?

Responses

6 Replies
Peter Wegner

I am not Linux expert...

 

But for SDB Commands you need SDB (Tool)... this is something like ADB in Android world...

Btw. What is the reason to use 2.2.1 Firmware for RD-PQ?

2.3 and 2.3.1 is "latest"... not really "bugfree", but...

 

Best Regards

karray gargouri

I am using 2.2.1 Firmware, because when I installed the 2.3 before, my device couldn't connect to the wi-fi!

Peter Wegner

Here, check this Link...

 

SDB for Windows and Linux available... different Versions...

http://download.tizen.org/sdk/sdk-packages/official/binary/

 

For instance latest version...

 sdb_2.2.83_macos-64.zip                                             2016-06-27 23:32  205K  
[   ] sdb_2.2.83_ubuntu-32.zip                                            2016-06-27 23:32  208K  
[   ] sdb_2.2.83_ubuntu-64.zip                                            2016-06-27 23:32  221K  
[   ] sdb_2.2.83_windows-32.zip                                           2016-06-27 23:32  722K  
[   ] sdb_2.2.83_windows-64.zip                                           2016-06-27 23:32  722K  

 

I am using older SDB under Windows...

 

If proper ""installed"" and coorect path selected...

SDB spit out Commands by simple enter:

sdb

 

:)

 

Good luck.

 

Best Regards

karray gargouri

Just one thing, in the tutorial that I am following, I am using the sdb command which is under the tizen-sdk/tools folder, is it normal that i install another "version" of the sdb?

Peter Wegner

I have NO idea what is inside YOUR folder... or which SDK you have installed...

tizen-sdk/tools folder

You have to cd into SDB folder.

 

SDB is standalone Tool... you can use it from other PATH...

Only to be sure you have SDB inside folder.

 

I am using this SDB command 2 years with Z1 and RD-PQ... but I am Windows user.

My "beloved" SDB Version is 2.2.60... and if I am in SDB folder. I can perform Command:

sdb root on

 

sdb is the Tool... root on the command...

sdb do also something without attached device... if you simple enter sdb...

Again.

 

Are you sure your SDB is proper installed in this path?

Check this Link...

https://developer.tizen.org/development/tools/common-tools/smart-development-bridge

 

Best Regards

Peter Wegner

If I check your Screenshot ...

...Mono soft debugger (sdb 1.2...

 

I have NEVER seen such output...

If this is really sdb from Samsung, then this is outdated... old Version...

 

According to this from 2013...

 sdb_1.0.10_ubuntu-32.zip                                2013-02-15 09:28  119K  
[   ] sdb_1.0.10_ubuntu-64.zip                                2013-02-15 09:28  144K  
[   ] sdb_1.0.10_windows-32.zip                               2013-02-15 09:27  202K  
[   ] sdb_1.0.10_windows-64.zip                               2013-02-15 09:28  203K  
[   ] sdb_1.0.24_macos-64.zip                                 2013-02-15 18:55  153K  
[   ] sdb_1.0.24_ubuntu-32.zip                                2013-02-15 18:55  157K  
[   ] sdb_1.0.24_ubuntu-64.zip                                2013-02-15 18:55  191K  
[   ] sdb_1.0.24_windows-32.zip                               2013-02-15 18:55  220K  
[   ] sdb_1.0.24_windows-64.zip                               2013-02-15 18:55  220K  

 

Not tested...

Short Google SEARCH....

https://github.com/mono/sdb

 

In my opinion your called SDB is not correct...

Wrong Tool...

 

Best Regards