Building firmware #54
Unanswered
ErnestasRaitelaitis
asked this question in
Q&A
Replies: 1 comment 9 replies
-
What is missing? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello people.
First of all I want to say that I'm new to GRBL and everything what it depends on.
But I have some knowledge building and uploading marlin FW.
I have read all issues of read.me files (which I found)
First I tried to build firmware with VS Code and platformio (it didn't go at all as I could not find any info on how to create platformio.ini file), then I have read LPC176x read.me and there was note about MCUExpress, so I have downloaded it.
Pulled the source: git clone --recurse-submodules https://github.com/grblHAL/LPC176x.git
Opened folder in MCUExppress, changed my_machine.h file
#define BOARD_BTT_SKR_14_TURBO
#define TRINAMIC_ENABLE 2209
#define SDCARD_ENABLE 1
everything else left commented.
tried to build got firmware.bin file (250KB)
flashed to board, and looks like in firmware missing some stuff.
Maybe can anybody pinpoint me in the right direction what I'm doing wrong and how to fix it?
Firmware.map.txt
Thank you for your time and effort
Beta Was this translation helpful? Give feedback.
All reactions