Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download compiled binary #31

Open
Einstein2150 opened this issue Jul 20, 2021 · 8 comments
Open

Download compiled binary #31

Einstein2150 opened this issue Jul 20, 2021 · 8 comments

Comments

@Einstein2150
Copy link

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 🤷🏻‍♂️

@ArielBaravalle
Copy link

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();

}

`

@CM630
Copy link

CM630 commented Aug 30, 2021

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.

@kittenarmy
Copy link

kittenarmy commented Oct 29, 2023

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

@CM630
Copy link

CM630 commented Nov 6, 2023

„it didn't work for me.“ is not too descriptive.
What happenned after you flashed the device?

@kittenarmy
Copy link

„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.

@Einstein2150
Copy link
Author

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

I soldered 2 breadboard jumper wires on it and bridged them on the breadboard 😅

@kittenarmy
Copy link

... 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. 😄 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. 😥

@CM630
Copy link

CM630 commented Jan 3, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants