-
-
Notifications
You must be signed in to change notification settings - Fork 19.3k
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
[BUG] Errors compiling marlin for MKS Tinybee #27660
Comments
You need to use latest bugfix 2.1.x That libraries where update with raspberry pi 2040 code and broke thins Only bugfix has this patch |
latest bugfix was tried and doesn't work |
attach butfix config files |
first issue I see in your config files #define SERIAL_PORT 0 but tinybee doesnt have a -1 port. the usb cable is connected to CH340C chip then to uart 0 on the esp32 |
its for the built in wifi i believe |
No that use a socket (internal to chp communication) |
here is a newly downloaded bugfix config i just attempted to compile. Do you know what the right way is to configure the the mks mini v3 screen? Seems there is a lot of information that doesn't seem to line up. |
so built in esp32 wifi doesn't need a serial assigned for it at all? |
#define MKS_MINI_12864_V3 |
Hmm ok, do i just add those somewhere in conf.h? |
#define LED_USER_PRESET_STARTUP seems to be for a secondary neopixel and requires NEOPIXEL2_SEPERATE to be active |
Didn't receive a success when compiling completed but will assume it was. Think putting marlin in root directory is a must now. Will update if flashing has been successful and machine working. |
Did you test the latest
bugfix-2.1.x
code?Yes, and the problem still exists.
Bug Description
Trying to compile marlin for mks tinybee but get continuous errors with using provided firmware and new firmware. Trying to find a version that compiles successfully but with not much success so far. Seems to also have compilation issues when MKS mini 12864 v3 is selected.
makerbase-mks/MKS-TinyBee#125
Bug Timeline
No response
Expected behavior
Expected to get a successful compile when instructions where followed or changeable minor issues to be defined or undefined.
Actual behavior
Compilation failure with many warnings and partitions.bin created instead of firmware.bin and .elf
Steps to Reproduce
Attempt compile firmware provided by mks for mks tinybee
Version of Marlin Firmware
any
Printer model
any
Electronics
upgrade board
LCD/Controller
MKS 12864 mini v3
Other add-ons
No response
Bed Leveling
None
Your Slicer
None
Host Software
None
Don't forget to include
Configuration.h
andConfiguration_adv.h
.Additional information & file uploads
Desktop.zip
The text was updated successfully, but these errors were encountered: