Author Topic: Hacking the Rigol DHO800/900 Scope  (Read 1596009 times)

Awp and 34 Guests are viewing this topic.

Online Martin72

  • Super Contributor
  • ***
  • Posts: 6255
  • Country: de
  • Testfield Technician
Re: Hacking the Rigol DHO800/900 Scope
« Reply #450 on: November 19, 2023, 01:13:54 am »
Well...I could do this in the next days.

Ehh...do we have a 914 bin avaible ? And a 924 ?
"Comparison is the end of happiness and the beginning of dissatisfaction."
(Kierkegaard)
Siglent SDS800X HD Deep Review
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #451 on: November 19, 2023, 01:23:09 am »
Ehh...do we have a 914 bin avaible ?

I've never seen one.

And a 924 ?

There's a 924 on page one of this topic. Post #5 IIRC.

 

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11700
  • Country: my
  • reassessing directives...
Re: Hacking the Rigol DHO800/900 Scope
« Reply #452 on: November 19, 2023, 03:34:39 am »
That means nobody successful yet with 800 to 924S conversion with latest fw? other than try to make it a smartphone device? So i will stick with hubertyoung fw 1.14 924S until my project finished... that trick hasnt obsolete yet.
« Last Edit: November 19, 2023, 03:36:19 am by Mechatrommer »
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #453 on: November 19, 2023, 01:48:27 pm »
That means nobody successful yet with 800 to 924S conversion with latest fw? other than try to make it a smartphone device? So i will stick with hubertyoung fw 1.14 924S until my project finished... that trick hasnt obsolete yet.

The 'S' has an extra PCB with the signal generator on it. How will you get that via a firmware update?

PS: Who made you into the thread police? Figuring out how to get to the Android settings for WiFi setup and installing other apps is definitely hacking.

I also figured out how to control the screen brightness. Somebody was complaining earlier that the screen wasn't bright enough.
 
The following users thanked this post: IvanBayan, F14V, AceyTech

Offline chris178

  • Newbie
  • Posts: 9
  • Country: gb
Re: vendor.bin decoding tool for linux/windows
« Reply #454 on: November 19, 2023, 01:52:40 pm »
I don't have a DHO800 scope yet but I'm ordering one soon   :)
I've ordered a DHO804 from Aliexpress https://www.aliexpress.com/item/1005005962731116.html for only £321 (chinese singles day).
To my surprise I've got the scope only 3 days later without having to pay any other VAT or customs fees (probably was shipped from UK not China). Brilliant deal!

I've plugged it to my LAN network, pulled the Key.data and vendor.bin files (via adb) and installed these 2 licenses: BW7T10.lic  RLU.lic to increase the front end bandwidth and the memory depth.
The whole process was painless and took less than 5 min.

I've also noticed an SSH server running on the scope. Does anyone know what's the default root password?

hint: pasword -> no; but you can install pub certificate for this into root account. this is with adb. it doesn't survive reboot.
 

Offline rpro

  • Contributor
  • Posts: 47
  • Country: us
Re: vendor.bin decoding tool for linux/windows
« Reply #455 on: November 19, 2023, 04:29:28 pm »
I've also noticed an SSH server running on the scope. Does anyone know what's the default root password?

hint: pasword -> no; but you can install pub certificate for this into root account. this is with adb. it doesn't survive reboot.
You can use 'adb shell' and then type 'su', for root privileges.  ('exit' twice to get back to your pc shell.)
 

Offline ligangelectron

  • Newbie
  • Posts: 1
  • Country: cn
Re: vendor.bin decoding tool for linux/windows
« Reply #456 on: November 19, 2023, 05:33:47 pm »
I don't have a DHO800 scope yet but I'm ordering one soon   :)
I've ordered a DHO804 from Aliexpress https://www.aliexpress.com/item/1005005962731116.html for only £321 (chinese singles day).
To my surprise I've got the scope only 3 days later without having to pay any other VAT or customs fees (probably was shipped from UK not China). Brilliant deal!

I've plugged it to my LAN network, pulled the Key.data and vendor.bin files (via adb) and installed these 2 licenses: BW7T10.lic  RLU.lic to increase the front end bandwidth and the memory depth.
The whole process was painless and took less than 5 min.

I've also noticed an SSH server running on the scope. Does anyone know what's the default root password?

Try admin Or RIGOL(rigol)
 

Offline SparkFire

  • Newbie
  • Posts: 4
  • Country: us
Re: Hacking the Rigol DHO800/900 Scope
« Reply #457 on: November 20, 2023, 05:39:03 am »
Corrupted SD card?
I was able to back up /rigol /config /data /dev /sbin using adb.
I tried to 'adb pull /rigol/data/*'  <- this is bad syntax and did not work, maybe damaged something
Wifi, keyboard, mouse are working.
I did not backup the SD.
Win-n gives this message.
"Damaged Storage, Storage damaged. You may have to reformat it."
Scope otherwise is functional.
Sometime during all of this I upgraded the firmware to 1.01.     Didn't notice any problems until I figured out the "win-n" thing.
« Last Edit: November 20, 2023, 05:52:42 am by SparkFire »
 

Offline SparkFire

  • Newbie
  • Posts: 4
  • Country: us
Re: Hacking the Rigol DHO800/900 Scope
« Reply #458 on: November 20, 2023, 05:43:26 am »
Under Storage settings:
334MB used of 26.00GB
 SD card: corrupted
« Last Edit: November 20, 2023, 05:48:30 am by SparkFire »
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #459 on: November 20, 2023, 07:09:45 am »
I tried to 'adb pull /rigol/data/*'  <- this is bad syntax and did not work, maybe damaged something

Should be: 'adb pull /rigol/data/.'

But '*' won't damage anything - it's a pull request.

FWIW: Mine says that, too, but the 'scope seems to work OK so I ignored it. I have a copy of my /rigol folder so I can re-image the SD card if it ever fails.

Anybody else tried this? Do you get that message? Maybe they're all like that...  :-//
 

Offline lemonato

  • Newbie
  • Posts: 5
  • Country: au
Re: Hacking the Rigol DHO800/900 Scope
« Reply #460 on: November 20, 2023, 07:24:02 am »
Yeah I get the same error. I did pull some files and also push a few with ADB before I managed to get to the notifications menu (thanks fungus). So it seems that message might be there on all of these
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #461 on: November 20, 2023, 07:38:29 am »
I thought it was because of the hundreds of times I pushed files to it then instantly rebooted.  :-DD

 

Offline PELL

  • Regular Contributor
  • *
  • Posts: 55
  • Country: cn
Re: Hacking the Rigol DHO800/900 Scope
« Reply #462 on: November 20, 2023, 09:47:51 am »
Corrupted SD card?

No worries about it. I think this is some kind of bug. Because I have the same error right out of the box.

Probably because the system expected to be booted from a real NAND flash rather than an SD card, and it tried to read the SD card as a normal storage device but failed.

Rigol didn't bother the Andriod too much, I believe they just downloaded the Andriod7 SDK from the dev board manufator when they developing the software. :-DD
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #463 on: November 20, 2023, 11:11:18 am »
Yep. We're not supposed to be seeing this stuff so they simply don't care.
 
The following users thanked this post: PELL

Offline SparkFire

  • Newbie
  • Posts: 4
  • Country: us
Re: Hacking the Rigol DHO800/900 Scope
« Reply #464 on: November 20, 2023, 04:06:56 pm »
Thanks Guys, glad to know I'm not the only one seeing the corrupted  SD card message. Probably will do a backup before I get too carried away.
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #465 on: November 20, 2023, 04:29:46 pm »
Thanks Guys, glad to know I'm not the only one seeing the corrupted  SD card message. Probably will do a backup before I get too carried away.

It doesn't say it's "corrupted"...
 

Offline SparkFire

  • Newbie
  • Posts: 4
  • Country: us
Re: Hacking the Rigol DHO800/900 Scope
« Reply #466 on: November 20, 2023, 05:39:11 pm »
See #462. Settings->Storage settings. What does yours say?
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #467 on: November 20, 2023, 06:41:09 pm »
See #462. Settings->Storage settings. What does yours say?

OK, it says it there.

I'm still not worried though.

Edit: I see it has "e2fsck" in the system. Who's brave enough to try to use it?  :popcorn:

Code: [Select]
adb shell e2fsck
« Last Edit: November 20, 2023, 06:46:22 pm by Fungus »
 

Online Fungus

  • Super Contributor
  • ***
  • Posts: 16854
  • Country: 00
Re: Hacking the Rigol DHO800/900 Scope
« Reply #468 on: November 21, 2023, 06:49:26 am »
I'm not going to mess around with mine at that level...  :)
 

Offline gabiz_ro

  • Regular Contributor
  • *
  • Posts: 114
  • Country: ro
Re: Hacking the Rigol DHO800/900 Scope
« Reply #469 on: November 21, 2023, 07:09:25 am »
I'm not sure but clicking on that message android system should offer option to fix this.
Anybody try that?
 
 

Offline Jajaho

  • Contributor
  • Posts: 22
  • Country: de
Re: Hacking the Rigol DHO800/900 Scope
« Reply #470 on: November 22, 2023, 11:08:27 am »
Hey everybody  :)

I just got my DHO 914S and thought I would join the fun.

I have two projects I thought would interest you all.
1. I'm designing a front cover for the 800/900 Series to be 3D printed. I'm planning on finishing the first prototype today.
2. I want to build myself one of those DIY PLA2216 described here on [Climbers.net][/https://climbers.net/sbc/clone-pla2216-logic-probe-analyzer/]
    However, I plan on improving the project in the way the author (Nikki Smith) proposes on the page. He mentions that he is working on those improvements himself.
    Does anybody have information on the progress of his second version?



 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6676
  • Country: de
Re: Hacking the Rigol DHO800/900 Scope
« Reply #471 on: November 22, 2023, 11:23:37 am »
    However, I plan on improving the project in the way the author (Nikki Smith) proposes on the page. He mentions that he is working on those improvements himself.
    Does anybody have information on the progress of his second version?

This might be of interest (check the whole thread from the linked post onwards):
https://www.eevblog.com/forum/testgear/low-cost-logic-analyzer-probe-for-rigol-mso5000-easyeda-project/msg5097933/#msg5097933
 
The following users thanked this post: Jajaho

Offline Mechatrommer

  • Super Contributor
  • ***
  • Posts: 11700
  • Country: my
  • reassessing directives...
Re: Hacking the Rigol DHO800/900 Scope
« Reply #472 on: November 22, 2023, 11:54:42 am »
    However, I plan on improving the project in the way the author (Nikki Smith) proposes on the page. He mentions that he is working on those improvements himself.
    Does anybody have information on the progress of his second version?

This might be of interest (check the whole thread from the linked post onwards):
https://www.eevblog.com/forum/testgear/low-cost-logic-analyzer-probe-for-rigol-mso5000-easyeda-project/msg5097933/#msg5097933
are there low cost logic probe available for sale? i cant find a link or price. do we have to build our own?...
Nature: Evolution and the Illusion of Randomness (Stephen L. Talbott): Its now indisputable that... organisms “expertise” contextualizes its genome, and its nonsense to say that these powers are under the control of the genome being contextualized - Barbara McClintock
 

Offline ebastler

  • Super Contributor
  • ***
  • Posts: 6676
  • Country: de
Re: Hacking the Rigol DHO800/900 Scope
« Reply #473 on: November 22, 2023, 12:02:41 pm »
are there low cost logic probe available for sale? i cant find a link or price. do we have to build our own?...

The low-cost version (which can only handle TTL/CMOS levels) is available on ebay.com. Search for "MSO5000 logic probe" or "PLA2216". Should be $70 to $80, including a set of cheap grabbers.
 
The following users thanked this post: Mechatrommer

Offline bulba99

  • Contributor
  • Posts: 44
  • Country: pl
Re: Hacking the Rigol DHO800/900 Scope
« Reply #474 on: November 22, 2023, 06:12:37 pm »
I performed a backup test of the SD card without removing the warranty sticker.
I tested the received file with the script from the link:
https://www.eevblog.com/forum/testgear/hacking-the-rigol-dho800900-scope/msg5165031/#msg5165031
Positive result.
Backup time less than 1 hour.

The test was performed on Linux.
I fixed it a bit, now it works every time I start it.
Code: [Select]
adb connect <IP Address>:55555
adb root
adb connect <IP Address>:55555
adb pull /dev/block/mmcblk1 mmcblk1.img

If someone has removed the warranty sticker, please perform a test of starting the oscilloscope from the SD card with the content of the file received as above.
I don't have that option
« Last Edit: November 22, 2023, 07:24:29 pm by bulba99 »
 
The following users thanked this post: AceyTech


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf