DLO-138 icon indicating copy to clipboard operation
DLO-138 copied to clipboard

Download compiled binary

Open Einstein2150 opened this issue 3 years ago β€’ 8 comments

Can someone give me a compiled download? I compiled mine with no errors, flashed it but there is only a white screen. I've downgraded the library like it is mentioned in the manual.

Flashing the stock firmware install without problems πŸ€·πŸ»β€β™‚οΈ

Einstein2150 avatar Jul 20 '21 14:07 Einstein2150

hello

you try to put this line in the first line os setup? afio_cfg_debug_ports(AFIO_DEBUG_NONE);

` // ------------------------ void setup() { // ------------------------ afio_cfg_debug_ports(AFIO_DEBUG_NONE); DBG_INIT(SERIAL_BAUD_RATE); DBG_PRINT("Dual channel O Scope with two logic channels, ver: "); DBG_PRINTLN(FIRMWARE_VERSION);

// set digital and analog stuff
initIO();

// load scope config or factory reset to defaults
loadConfig(digitalRead(BTN4) == LOW);

// init the IL9341 display
initDisplay();

}

`

ArielBaravalle avatar Jul 21 '21 09:07 ArielBaravalle

The binaries are here: https://github.com/ardyesp/DLO-138/tree/master/binaries They are five years old, I have no idea if they are made with the latest sources.

CM630 avatar Aug 30 '21 18:08 CM630

I tried flashing the precompiled binary too but it didn't work for me.

kittenarmy avatar Oct 29 '23 14:10 kittenarmy

β€žit didn't work for me.β€œ is not too descriptive. What happenned after you flashed the device?

CM630 avatar Nov 06 '23 16:11 CM630

β€žit didn't work for me.β€œ is not too descriptive. What happenned after you flashed the device?

I just got white screen IRRC. From my digging I think my DSO-138 has a different LCD to the expected 9341. I'm waiting for ST Link to arrive to do some dev as I got tired of soldering jumpers for each compile.

kittenarmy avatar Nov 07 '23 13:11 kittenarmy

... I got tired of soldering jumpers for each compile.

I soldered 2 breadboard jumper wires on it and bridged them on the breadboard πŸ˜…

Einstein2150 avatar Nov 10 '23 20:11 Einstein2150

... I got tired of soldering jumpers for each compile.

I soldered 2 breadboard jumper wires on it and bridged them on the breadboard πŸ˜…

Aha I just did the same. :smile: Seems like even basic things like getting the board LED to flash or TFT black screen needs that afio_cfg_debug_ports(AFIO_DEBUG_NONE); which renders SWD/STLink useless. Oh well. :disappointed_relieved:

kittenarmy avatar Nov 10 '23 23:11 kittenarmy

Did someone succeed to make a working BIN from the source? The uploaded BIN works for me, but it needs some fixes. And all the BINs that I have build do not work, and for some reason their size is greater.

CM630 avatar Jan 03 '24 20:01 CM630