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

File Location #111

Open
Drakat opened this issue Jul 8, 2020 · 1 comment
Open

File Location #111

Drakat opened this issue Jul 8, 2020 · 1 comment

Comments

@Drakat
Copy link

Drakat commented Jul 8, 2020

Okay, I probably am asking something thats been answered but could not find it for the life of me.

Compiling firmware for a friend, so Ill have no access to his printer to connect to mine,.,.

Where does the finished, compiled firmware end up on the computer.. Or how to I upload it somewhere to send to him

Thanks in advance all!

@David-Maisonave
Copy link

David-Maisonave commented Dec 17, 2020

The finished compiled firmware file name is "firmware.hex", and it's store under a sub-folder which is under the following Marlin folder "Marlin\.pio\build".
For example, on my setup where I'm compiling a Mega 2560 board, the full file name and path is: "C:\[MarlinBuilds-Using-MarlinConf]\MyMarlinBuild1\Marlin\.pio\build\mega2560\firmware.hex"

Under the same folder there's also a file called "firmware.elf". That file also gets built and might be needed on some targets and/or requirements.

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

2 participants