-
Notifications
You must be signed in to change notification settings - Fork 2
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
error in vscode in compiling #4
Comments
@Bergateo The source code your are trying to use is behind Marlin official bug-fix, it does not have the board definition for robin nano v 1.3 Best way would be your download the latest Marlin Bug fix e compare line by line side by side and make your own configs (Configuration.h and Configuration_adv.h )
Here is an example how I did on my VSCode. |
so you are choosing the board "mks_robin_nano_v1_3_F4"? i was refearing to the chip code to choose the right board... and the one that corrisponde is the "BOARD_MKS_ROBIN_PRO_V2" (which has the STM32F407VE). i've also tried to find out the board that you've specified, on board.h, but i cannot find it even if i open the search window... can you open a branch with the files that you've edited so i can see directly what is out of place? |
Are you trying do build Marlin for Robin Nano v1.3 (or s v1.3) ? |
Perfect, You you need to use platformio and board directives defined here: https://github.com/makerbase-mks/MKS-Robin-Nano-V1.X And the latest Marlin Bug-fix (2.0.9.2) |
you mean this part?
because i've just downloaded again the folder of marlin 2.x.x version 2.0.9.2 but if i check in board.h there isn't the board that is specified.... |
I was checking https://github.com/SimoneCarnio/Flying-Bear-Ghost-5-Marlin-2.0-Firmware-Red3D-Edition code and he did a great work on making filament detect work on LGVL UI, that is not implemented on Marlin (and wont be unless he merge his code). To use the same UI, a bit more work on marlin code will be need, I would open a issue-request on his github. |
Here you go, I left a pre-compiled version with and copy-like config from Simone Carnio in the folder bin_MarlinColorUI, if you want to try and play with LVGL, just need to //#define TFT_COLOR_UI it will give you some errors, on compiling phase asking to enable another few thing... (but wont work, I would reach out to Simone Carnio , so he can merge the new butfix on his code) |
@willngton by the way i don't know if i will implement the LVGL cause i'm mounting a MKS H43 on the board, and it's on his way ;) but for adding it, the board does have to run marlin ;) and i'm still not sure if i should enable them, i think that at first i will try it out, and then maybe implement stuff ;) thanks, once more, for helping me! ;) another short question, i'm getting a bunch of file after the compiling, but i have to put in the sd card just the firmware.bin and the firmware.elf am i right? |
The file you need to transfer to your sd card would be inside the folder:
|
oh ok and only that? and now i'm struggling for adding the H43... 🤦🏻♂️ |
Hi everyone here again for a new problem...
i can't compile correctly the marlin fw for the MKS Robin Nano S 1.3...
i've tried to compile the fw as new and also some others fw already prepared for the flyingbear ghost 5 (but with a different board) and it works correctly with those already prepared,.. but if I change the parameters for the board in the configuration.h and platform.ini with my board informations, it gets a bunch of errors..
i've dowloaded this repository that seems working and from which i'm trying to edit it correctly; https://github.com/SimoneCarnio/Flying-Bear-Ghost-5-Marlin-2.0-Firmware-Red3D-Edition
this are the values that i'm changing:
default_env:mks_robin_pro2 (in platform.ini)
#define MOTHERBOARD BOARD_MKS_ROBIN_PRO_V2 (in configuration.h)
and this is the error that i get just only changing the configuration.h and platform.ini:
can someone help me through it please?
The text was updated successfully, but these errors were encountered: