Closed SimonIT closed 1 year ago
@guysoft
Hey, where did you get this line to come from?
sudo -u pi pip3 install --user virtualenv-tools3
Its not part of the armbian variant code which is from here: https://github.com/guysoft/CustomPiOS/tree/devel/src/variants/armbian
Can you provide the full build log?
Ok, I can see where that happens now
It looks like the line from this commit: e5fc9bfb
Line: https://github.com/guysoft/OctoPi/blob/devel/src/modules/octopi/start_chroot_script#L340
@cp2004 Any reason to install this as user? can we install it globally?
Considering to install it not as user.
Not actually sure on that one - the user-fix script would need a modification if it ended up in a different place, since that uses the user installation. As long as the permissions on OctoPrint's virtualenvironment aren't changed it should be fine.
Fixed. Try pulling latest devel and build now. I tested using Armbian_23.02.0-trunk_Cubieboard_sid_edge_6.1.11-1.1.0
and it builds here now.
Okay, I tried building it, and it worked :tada: The thing is, somehow I can't access it. It doesn't connect to the network via Ethernet (it doesn't have WiFi). I tried the original CLI and minimal armbian images, and both show up. I also hooked up a monitor, but there I got only an output with the android from the onboard flash
I have no hardware to test - does flashing the base image work?
Yes, the unchanged CLI an minimal images work. I can access them via SSH.
I tried finding a log of the boot from the altered images, but couldn't find any meaningful in the /var/log directory. I also couldn't find any place to buy this board
I'm trying to build OctoPi with the Sid minimal Armbian image.
After researching, that the armbian image has to go into
src/image-armbian
(and not intosrc/image-variants
like mentioned in some issues) it finally started to build withsudo bash -x ./build_dist armbian
.But after some waiting, it failed with this error: