EEVblog Electronics Community Forum

Products => Test Equipment => Topic started by: gmebey on June 29, 2017, 02:28:10 am

Title: rigup error with MSO1104Z-PLUS
Post by: gmebey on June 29, 2017, 02:28:10 am
I finally had some time to take a shot at unlocking my MSO1104Z-PLUS scope.

The memory dump went well, thanks for all the post out there about using the JTAG port to dump the memory.

However when I when to use rigup to view the commands I ran into an issue, and got the following error:

gerald@gerald-Vostro-200:~/rigup-0.4.1$ ./rigup
rigup: src/encode.c:20: EncodeSignature: Assertion `sig <= 0x0fffffffffffffff' failed.
Aborted (core dumped)
gerald@gerald-Vostro-200:~/rigup-0.4.1$


My scope info:
1) The header was NOT loaded, and I had to add it.
Model: MSO1104Z-S
S/N: DS1ZD1819xxxxx
Firmware: 00.04.03.SP2
Hardware: 6.1.4


A couple questions:
1) Where can I get a complete install for rigup, I'm running Ubuntu 14.04.
2) An easier option is if someone would crack the Memory Dump file for me.

Thanks,
Gerald
Title: Re: rigup error with MSO1104Z-PLUS
Post by: gmebey on July 09, 2017, 08:55:44 am
Update:

After some research I found out that the error was related to an issue with the MakeFile.

Error in MakeFile on line 8
      Original is "LDFLAGS := -O2 -Wl,-dead_strip"
      Change to "LDFLAGS := -O2"


serendipity make a comment in a post about a bad configuration in the MakeFile. See Post  (https://www.eevblog.com/forum/testgear/you-can%27t-unlock-a-mso1000z-series-scope-without-a-memory-dump-and-other-lessons/)