Skip to content
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

Creality Box 2.0 work too ? #52

Open
freeman5 opened this issue Dec 12, 2023 · 8 comments
Open

Creality Box 2.0 work too ? #52

freeman5 opened this issue Dec 12, 2023 · 8 comments

Comments

@freeman5
Copy link

Hi,

I see it nowhere, can you confirm me its working on WB02 ?

Thank you =)

@freeman5
Copy link
Author

Someone ,

@BJDevelopes
Copy link

Would like to answer this if you havent figured it out already. I picked up a Creality Box 2.0 recently and tried this and it works but you need to tweak the install script. Follow all steps as instructed until you get to part two, when you get to part 2 you need to tweak the install script to install a newer version of OctoPrint. Heres my tweaked script with instructions, feel free to use.

cd /tmp
wget https://raw.githubusercontent.com/BJDevelopes/test/main/2_octoprint_install.sh
chmod +x 2_octoprint_install.sh
./2_octoprint_install.sh

@umberd
Copy link

umberd commented Jan 14, 2024

Here: #54 , I proposed an update. It should be adapted with the version of Python.

If you want Octoprint 1.9.3:

cd /tmp 
wget https://raw.githubusercontent.com/gravfu/OctoWrt/main/scripts/2_octoprint_install.sh
chmod +x 2_octoprint_install.sh
./2_octoprint_install.sh

@felipesms
Copy link

Other error.

ared-workdir/build/sdk/staging_dir/toolchain-mipsel_24kc_gcc-12.3.0_musl/include/fortify -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/OctoPrint/venv/include -I/usr/include/python3.11 -c src/c/_cffi_backend.c -o build/temp.linux-mips-cpython-311/src/c/_cffi_backend.o
src/c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory
15 | #include <ffi.h>
| ^~~~~~~
compilation terminated.
error: command '/usr/bin/gcc' failed with exit code 1
[end of output]

thanks

@umberd
Copy link

umberd commented Feb 16, 2024

Other error.

ared-workdir/build/sdk/staging_dir/toolchain-mipsel_24kc_gcc-12.3.0_musl/include/fortify -fPIC -DFFI_BUILDING=1 -DUSE__THREAD -DHAVE_SYNC_SYNCHRONIZE -I/usr/include/ffi -I/usr/include/libffi -I/OctoPrint/venv/include -I/usr/include/python3.11 -c src/c/_cffi_backend.c -o build/temp.linux-mips-cpython-311/src/c/_cffi_backend.o src/c/_cffi_backend.c:15:10: fatal error: ffi.h: No such file or directory 15 | #include <ffi.h> | ^~~~~~~ compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1 [end of output]

thanks

can you try that?

opkg install python3-cffi

@Koky05
Copy link

Koky05 commented Feb 17, 2024

I try but it doesn't help. It ends with same error.

@felipesms
Copy link

https://www.youtube.com/watch?v=I5EKn4aWRdQ

cd /tmp
wget --no-check-certificate https://github.com/ihrapsa/OctoWrt/raw/main/scripts/1_format_extroot.sh
chmod +x 1_format_extroot.sh
./1_format_extroot.sh

cd /tmp
wget --no-check-certificate https://raw.githubusercontent.com/BJDevelopes/test/main/2_octoprint_install.sh
chmod +x 2_octoprint_install.sh
./2_octoprint_install.sh

@Koky05
Copy link

Koky05 commented Mar 2, 2024

I had lots of pain with this repo but in Discord support channel.I found new repo from shiwajiva

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants