After some firmware testing I managed to get the 2MB Drive garbled.
I can normal boot into DFU, but if I boot the device normally it says “parameter record not found” while booting and it is not possible to save a new parameter set. When I connect the device to the PC, Windows says that the disk is not formatted. I tried to format it, but windows says “Cant finish formatting”. With linux I downloaded Dso.img.zip from seeedstudio.com/wiki/DSO_Qua … g_Firmware and wrote it to the disk, but no luck.
HW 2.72
FPGA 261
SYS 152
Does someone have an Idea how I can get it working again?
Is your DSO made by seeed, or is it a clone? (The ones made by seeed have “seeedstudio” logo on the back cover.)
It seems that there are some clones with 8MB flash memory of different type than the original DSO Quad. They require a special SYS revision, the normal .HEX files do not work.
It contains this file which might or might not be the SYS for 8M version, I don’t have such a device myself so cannot try it:
./SYS_V1.60/IAR_V6_Prpject/Exe/SYS_B160.hex
My current scope is 2MB, but if I get another and it is 8MB do you know whether that will run the community software app OK? That uses a different sys and I haven’t seen anything to say there is a 8MB compatible version of that.
It is very likely that it will not. The sector size has been increased from 512 bytes to 4kB, which has caused a few changes on the application side as well.
Too bad that the developers of the DSO Quad do not interact with the community - it would have been a trivial matter to preserve the API given to applications. In fact, I could do that in AlterBIOS, but I’m afraid it would break the official APP…