Willkommen! Anmelden Ein neues Profil erzeugen

Erweiterte Suche

Creality V2.2 board for CR10S5 firmware issues.

geschrieben von EngineerTech 
Creality V2.2 board for CR10S5 firmware issues.
26. December 2021 19:40
Hello everybody,

I have been having a lot of issues with an older SKR board so I decided to go back to Creality with a V2.2 silent board. I am having a really hard time tracing down issues. With the normal Marlin firmware it will build with no issues, however when I change the configuration files using the examples from the Marlin github I am getting some problems that to be quite honest I do not understand I am hoping somebody here can help me out. Here is what I've got, it's been long enogh ago when I flashed the SKR board Arduino IDE was still the way to go. This is what I get when I try to "build" via autobuild

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell [aka.ms]

PS C:\Marlin\Marlin-2.0.x> platformio run -e mega2560
Processing mega2560 (platform: atmelavr; board: megaatmega2560; framework: arduino)
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: [docs.platformio.org]
PLATFORM: Atmel AVR (3.4.0) > Arduino Mega or Mega 2560 ATmega2560 (Mega 2560)
HARDWARE: ATMEGA2560 16MHz, 8KB RAM, 248KB Flash
DEBUG: Current (avr-stub) On-board (avr-stub, simavr)
PACKAGES:
 - framework-arduino-avr 5.1.0
 - toolchain-atmelavr 1.70300.191015 (7.3.0)
Converting Marlin.ino
LDF: Library Dependency Finder -> [bit.ly]
LDF Modes: Finder ~ chain, Compatibility ~ soft
Found 6 compatible libraries
Scanning dependencies...
Dependency Graph
|--  0.5.1
|   |--  1.0
|   |--  1.0
|--  1.0
|--  1.0
|--  2.0
|--  1.0
Building in release mode
Compiling .pio\build\mega2560\src\src\inc\Warnings.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\dogm\marlinui_DOGM.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\dogm\u8g_dev_tft_upscale_from_128x64.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\dogm\u8g_dev_uc1701_mini12864_HAL.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\dogm\u8g_fontutf8.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\dogm\ultralcd_st7920_u8glib_rrd_AVR.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\extui\ui_api.cpp.o
Compiling .pio\build\mega2560\src\src\lcd\fontutils.cpp.o
Marlin\src\inc\Warnings.cpp:554:4: warning: #warning "Disabled CONFIGURATION_EMBEDDING because the target usually has less flash storage. Define FORCE_CONFIG_EMBED to override." [-Wcpp]
   #warning "Disabled CONFIGURATION_EMBEDDING because the target usually has less flash storage. Define FORCE_CONFIG_EMBED to override."
    ^~~~~~~
In file included from Marlin\src\lcd\dogm\marlinui_DOGM.cpp:46:0:
   #include "../../../_Bootscreen.h"
            ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** [.pio\build\mega2560\src\src\lcd\dogm\marlinui_DOGM.cpp.o] Error 1
================================================================================================== [FAILED] Took 5.78 seconds ================================================================================================== 

Environment    Status    Duration
-------------  --------  ------------
mega2560       FAILED    00:00:05.781
============================================================================================= 1 failed, 0 succeeded in 00:00:05.781 =============================================================================================PS C:\Marlin\Marlin-2.0.x> echo "done" >"C:\Users\Dad\AppData\Local\Temp\ipc"
PS C:\Marlin\Marlin-2.0.x>

In diesem Forum dürfen leider nur registrierte Teilnehmer schreiben.

Klicke hier, um Dich einzuloggen