Welcome! Log In Create A New Profile

Advanced

atom compile mks robin light help

Posted by bckslyr2003 
atom compile mks robin light help
January 13, 2020 09:10PM
i need help i miss arduino lol



process palette error----
Working

python version 2.7.16
ERROR - no environment for this board
BOARD_MKS_ROBIN_LITE


platformio error

Using cache: C:\Users\kenny\.platformio\.cache\ef\df460c1010f097a34aa45fea525d81ef
Unpacking...
IOError: [Errno 2] No such file or directory: 'C:\\Users\\kenny\\Desktop\\zip\\MKS-Robin-master\\MKS-Robin-master\\MKS Robin Lite2
\\firmware\\Marlin2.0-MKS-Robin_lite2\\.piolibdeps\\mks_robin_lite\\_tmp_installing-jyepcm-package\\LiquidTWI2-30aa480782053c7ffd3
01031e8809a98a2eb063f\\examples\\HelloWorld_i2c\\HelloWorld_i2c.ino':
File "C:\Users\kenny\.platformio\penv\lib\site-packages\platformio\builder\main.py", line 151:

env.SConscript("$BUILD_SCRIPT")
File "C:\Users\kenny\.platformio\packages\tool-scons\script\..\engine\SCons\Script\SConscript.py", line 541:
return _SConscript(self.fs, *files, **subst_kw)
File "C:\Users\kenny\.platformio\packages\tool-scons\script\..\engine\SCons\Script\SConscript.py", line 250:
exec _file_ in call_stack[-1].globals
File "C:\Users\kenny\.platformio\platforms\ststm32\builder\main.py", line 98:
target_elf = env.BuildProgram()
File "C:\Users\kenny\.platformio\packages\tool-scons\script\..\engine\SCons\Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "C:\Users\kenny\.platformio\penv\lib\site-packages\platformio\builder\tools\platformio.py", line 140:
_build_project_deps(env)
File "C:\Users\kenny\.platformio\penv\lib\site-packages\platformio\builder\tools\platformio.py", line 48:
project_lib_builder = env.ConfigureProjectLibBuilder()
File "C:\Users\kenny\.platformio\packages\tool-scons\script\..\engine\SCons\Environment.py", line 224:
return self.method(*nargs, **kwargs)
File "C:\Users\kenny\.platformio\penv\lib\site-packages\platformio\builder\tools\piolib.py", line 1027:
project.install_dependencies()
File "C:\Users\kenny\.platformio\penv\lib\site-packages\platformio\builder\tools\piolib.py", line 859:
lm.install(uri)
File "c:\users\kenny\.platformio\penv\lib\site-packages\platformio\managers\lib.py", line 301:
force=force,
File "c:\users\kenny\.platformio\penv\lib\site-packages\platformio\managers\package.py", line 696:
Process Palette: PIO Build
pwd: C:/Users/kenny/Desktop/zip/MKS-Robin-master/MKS-Robin-master/MKS Robin Lite2/firmware/Marlin2.0-MKS-Robin_lite2
build_type: build

Working

python version 2.7.16
ERROR - no environment for this board
BOARD_MKS_ROBIN_LITE
Re: atom compile mks robin light help
January 13, 2020 10:30PM
The script automatically gets the environment from src/pins/pins.h

It should have the following lines. In this case the comments are important, they are used by this script.

#elif MB(MKS_ROBIN_LITE)
  #include "stm32/pins_MKS_ROBIN_LITE.h"        // STM32F1                                env:mks_robin_lite

So it should set mks_robin_lite as the environment
Re: atom compile mks robin light help
January 13, 2020 10:37PM
I also not your trying to use marlin from makerbase-mks

This is really bad idea, they don't update and patch as they should...

Please use the real marlin github [github.com]
Re: atom compile mks robin light help
January 13, 2020 11:45PM
from what i read i have to use the marlin from makerbase this board uses closed software im not 100% sure ill look into pins.h ty
Re: atom compile mks robin light help
January 13, 2020 11:51PM
does this look right?
Attachments:
open | download - Capture121.JPG (35.5 KB)
Re: atom compile mks robin light help
January 14, 2020 12:01AM
well official marlin firmware compiles now to set it up for my tronxy a8 ty for your help
Re: atom compile mks robin light help
January 14, 2020 12:18AM
Quote
bckslyr2003
does this look right?

no, there needs to be a space between the // and the STM32F1

I removed the space and I get your error above...
Sorry, only registered users may post in this forum.

Click here to login