Closed guysoft closed 6 years ago
Seriously interested for the Orange PI PC. Will try this branch, thanks for good work!
Could you give some more information how to build with Armbian?
src/image-variants
Armbian
and end with .zip
.git checkout armbian
cd src
sudo ./build armbian
or if you using the vagrant method:
git checkout armbian
cd src/vagrant
sudo ./run_vagrant_build.sh armbian
Like any other variant.
To confirm the build is indeed using the correct variant you can see in the config setting its picking the Armbian image, here is an example output:
--> Building VARIANT armbian, FLAVOR default
Sourcing variant config /OctoPi/src/variants/armbian/config...
================================================================
Using the following config:
OCTOPI_APT_CACHE = /OctoPi/src/workspace-armbian/aptcache
OCTOPI_APT_PROXY =
OCTOPI_BUILD_REPO_MIRROR =
OCTOPI_CHROOT_SCRIPT_PATH = /OctoPi/src/chroot_script
OCTOPI_COMMIT = 11f143544c51e016d20bb469390a9856a01a365c
OCTOPI_CURAENGINE_ARCHIVE = https://github.com/Ultimaker/CuraEngine/archive/15.04.6.zip
OCTOPI_CURAENGINE_VERSION = 15.04.6
OCTOPI_FBCP_REPO_BRANCH =
OCTOPI_FBCP_REPO_BUILD = https://github.com/tasanakorn/rpi-fbcp
OCTOPI_FBCP_REPO_DEPTH = 1
OCTOPI_FBCP_REPO_SHIP = https://github.com/tasanakorn/rpi-fbcp
OCTOPI_IMAGE_ENLARGEROOT = 400
OCTOPI_IMAGE_PATH = /OctoPi/src/image
OCTOPI_IMAGE_RASPBIAN = no
OCTOPI_IMAGE_RESIZEROOT = 500
OCTOPI_INCLUDE_CURAENGINE = yes
OCTOPI_INCLUDE_HAPROXY = yes
OCTOPI_INCLUDE_MJPGSTREAMER = yes
OCTOPI_INCLUDE_OCTOPIPANEL = no
OCTOPI_INCLUDE_OCTOPRINT = yes
OCTOPI_INCLUDE_WIRINGPI = no
OCTOPI_MJPGSTREAMER_REPO_BRANCH = master
OCTOPI_MJPGSTREAMER_REPO_BUILD =
OCTOPI_MJPGSTREAMER_REPO_DEPTH = 1
OCTOPI_MJPGSTREAMER_REPO_SHIP = https://github.com/jacksonliam/mjpg-streamer.git
OCTOPI_MOUNT_PATH = /OctoPi/src/workspace-armbian/mount
OCTOPI_OCTOPIPANEL_REPO_BRANCH = master
OCTOPI_OCTOPIPANEL_REPO_BUILD =
OCTOPI_OCTOPIPANEL_REPO_DEPTH = 1
OCTOPI_OCTOPIPANEL_REPO_SHIP = https://github.com/jonaslorander/OctoPiPanel.git
OCTOPI_OCTOPRINT_REPO_BRANCH = master
OCTOPI_OCTOPRINT_REPO_BUILD =
OCTOPI_OCTOPRINT_REPO_SHIP = https://github.com/foosel/OctoPrint.git
OCTOPI_OVERRIDE_HOSTNAME = octopi
OCTOPI_PATH = /OctoPi/src
OCTOPI_POSTSCRIPT =
OCTOPI_PRESCRIPT =
OCTOPI_PYPI_INDEX =
OCTOPI_ROOT_PARTITION = 1
OCTOPI_SCRIPT_PATH = /OctoPi/src
OCTOPI_WORKSPACE = /OctoPi/src/workspace-armbian
OCTOPI_ZIP_IMG = /OctoPi/src/image-variants/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67.zip
================================================================
/OctoPi/src/workspace-armbian /OctoPi
Archive: /OctoPi/src/image-variants/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67.zip
inflating: Armbian_5.10_Cubox-i_Debian_jessie_3.14.67.raw
You can see its extracting Armbian_5.10_Cubox-i_Debian_jessie_3.14.67.raw.
If you want to re-run it, delete the folder src/workspace-armbian
@universam1 Any luck? I was considering building it for you on condition you test it and report back here.
@guysoft Sorry for late reply - I was struggling with Wifi driver on Armbian.
I am very willing to test, thanks for help!
Having following issues when running the build under Ubuntu 14.04 VM:
++ this_command='apt-get update'
+ apt-get update
Err:1 http://ports.ubuntu.com xenial InRelease
Could not resolve 'ports.ubuntu.com'
...
E: Failed to fetch http://ports.ubuntu.com/pool/main/a/....
... and so on, fails at the end.
Looks like the mounted image cant reach out to internet, although the URLs that fail all are resolvable if tried manually from within the VM.
Any ideas?
EDIT:
Found the reason, the pre-shipped resolv.conf
src
/ variants / armbian / filesystem / root / etc / resolv.conf `
does not fit to my needed VM settings. So just replace this file with the VM ones.
Better would be, to use the VMs resolve.conf instead of shipping one.
@guysoft Awesome, works fantastic! :-D
jessie 5.14 still has wifi issues, but if anyone interested I created a working repo: https://github.com/universam1/rtl8188eu
I tried with Xenial, but vagrant failed because of the box image which can be fixed with using bento/ubuntu14.4. Next issue cffi is not available so had to use pip instead. This failed because of missing rights for .cache, can be fixed by using su -u with option -H.
But your image work perfect, thanks for the good work!
Can you send pull requests for those changes?
Any news on this?
As far as I know it works. Just pick a device and build for it. There are. 40+ devices supported so I cannot build for them all.
Yes it runs stable since weeks! No issues, thanks!
Thanks. Universam1 what device did you use i have a orange pi lite
Also how did you go about installing?
I use a orange pi pc with 1gb ram. That's never needed, 512 will be way enough.
Am Montag, 12. September 2016 schrieb tedo2007 :
Thanks. Universam1 what device did you use i have a orange pi lite
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/guysoft/OctoPi/issues/232#issuecomment-246376844, or mute the thread https://github.com/notifications/unsubscribe-auth/AKWT2VDtVXdRF0xpF7_xEx2HayidDCXWks5qpWmSgaJpZM4IuHZh .
Branch has been merged In case anyone missed that
Sorry for the dumb question but what does that mean?
Can you be more specific - what do you mean by "that"?
Sorry, what does merged mean when it comes to the branch. I know what branching means.
Disregard. Figured it out. Thanks
I hate to be "that guy" but I have been struggling to get OctoPrint running on Armbian 5.25 when installed manually. Won't autostart on boot, and doesn't recognize USB port.
I am very new to linux, and have no idea how to build one from here. I have the Armbian 5.25 Desktop version with Ubuntu Xenial image, how do I go about making this for the Orange Pi Lite using Armbian 5.25 and Octoprint?
I don't have a computer that runs linux, I guess I could try and get a VM going. Could it be built on the Orange Pi?
Thank you in advance for any help.
There is a good guide here http://www.orangepi.org/orangepibbsen/forum.php?mod=viewthread&tid=594 That goes through the steps. I've done it but couldn't get autostart as well so just use Terminal to start it and run int he background then close the shell and leave it be. I'm a noon to Linux as well so learning as I go as well.
@anthonywob OctoPi can be built for Armbian. I think knowing how to build is much better, it lets you switch the base image when a new image is out. Long winding guides is why I built OctoPi.
@poorredneck Can you please link the exact base image you want? There is already an OrangePi build at the top of this issue here: https://github.com/guysoft/OctoPi/issues/232#issuecomment-230454412 It could help if you explain why you need a different one.
Armbian 5.25 Desktop Direct Download Link: https://dl.armbian.com/orangepilite/Ubuntu_xenial_default_desktop.7z
My issue is more of ignorance than anything lol. This Orange Pi is the first time I've touched linux in 10 years. I dabbled with it in high school but most of that knowledge is gone. Is the version linked above a "server" version (no desktop GUI) I would like to retain the desktop GUI as I will eventually be using this PI for not just Octoprint, and would just like to have a GUI environment.
I am running that version of Armbian right now, with Octoprint installed manually but as stated above can not get it to auto boot, or recognize USB/Serial port. I was using a very old image before hand but CPU scaling was broken and was stuck at min frequency no matter what I tried to fix it. Because it is so old, no-body would support it or assist with debugging it. Everybody says to start fresh. I did just that but now I have no working Octoprint for the reasons listed above.
Thank you for the fast response!
@anthonywob that is exactly the same article that I used. My issue is when I close the terminal shell the instance of Octoprint stops as well. Also there is not USB/Serial. Only option on the drop down is Auto and that doesn't work.
So just to make sure I understand this correctly. Presumption #1: I can build this on the Orange Pi Presumption #2: I can download any version of Armbian, just copy it to the /img/src directory.
The tutorial is assuming I have more knowledge than I really do. I can usually figure stuff out, but I'm just having difficulty with this.
The Armbian 7z that is downloaded will contain a .img file. I am to unzip the .img file, then ZIP that .img file with the proper naming structure outlined above. Armbian.zip would work.
I then copy that file to /img/src/
The next step you say : git checkout armbian
Is this assuming I have cloned it to the OrangePi first? $ git -clone https://github.com/guysoft/OctoPi.git
Ok, so I have burned and setup the image you posted using Armbian 5.14 listed above... but how the hell do I connect to WiFi? nmtui doesn't work on the command line. Tried running sudo nmtui-connect and says not found. I edited the octopi-network.txt file on the boot partition but that did not work.
Would it be possible for somebody to build a version using the image here: https://dl.armbian.com/orangepilite/Ubuntu_xenial_default_desktop.7z
I don't know enough to help you out with the process I used. Start the Octoprint server ./run Then press ctrl + z "this stops/pauses the process" Then type bg "moves the process to the background" Then type disown -h "makes it so it doesn't end when you close the shell"
I'm going to attempt to build one with the image of my choice. Does this have to be done on the Orange Pi or can I use a linux VM? I've downloaded Ubuntu 16.10 on a virtual box.
Damnit, I can't even unzip the freakin image file without doing something wrong! I get a screen full of errors with access denied, then prompts to over write existing files that are different sizes. There is no existing folder there that I'm extracting to so I don't understand how there could be over write prompts.
I am supposed to use 7zip to unzip the .img file correct?
I am willing to paypal somebody $$$ to just please just build an octoprint image file using the armbian 5.25 desktop for the orange pi lite. I'm so fed up with getting close enough to smell it and then something not working.
@poorredneck Thats a full desktop image, why not use https://www.armbian.com/donate/?f=https://dl.armbian.com/orangepilite/Ubuntu_xenial_default.7z ? Or better still the debian build at: https://www.armbian.com/donate/?f=https://dl.armbian.com/orangepilite/Debian_jessie_default.7z
Also check out the known issues, expect wifi problems with the built in wifi: https://www.armbian.com/orange-pi-lite/
Tell me which one you want and I can build it for you.
Hi Guysoft, thank you very much for your help. It is sincerely appreciated.
I would like to use the one with full desktop image. I feel alot more comfortable with having a GUI, and I have a plan for using the HDMI out with a 7" LCD to display the web interface on the 3D Printer, using the Pi as both the octoprint server and to display the web page. I have tried touch UI, and didn't care for it.
https://dl.armbian.com/orangepilite/Ubuntu_xenial_default_desktop.7z
Thank you again for your help!
I figured I'd post this to help any others in case they come across this. I finally got octoprint to start on its own with Armbian 5.25 desktop.
My OrangePi is setup so the "default" user (the user that logs into the desktop environment on startup) is octoprint. The user that runs the OctoPrint software is "pi".
I followed the instructions here, to the letter (except changing the username, on that tutorial the username created to run OctoPrint is "octoprint." Really doesn't matter what the username is as long as you remember to change the username where applicable.
Once you get everything installed per the tutorial correctly, you should be able to run octoprint manually with no issues (from a SSH terminal)
Note: "pi" is the username OctoPrint is installed to, probably "octoprint" if you follow the tutorial exactly.
$ /home/pi/OctoPrint/./run
If that works and starts octoprint, the do the following below.
Make the startup script I copied this from a tutorial to auto run VNC on startup, and just kept srewing around with it until I got it to work. If this is something dangerously stupid, or wrong... sorry... I did the best I could by googling. This is what happens when you just google stuff until it works. For all i know this is a huge security flaw. I don't know, use at your own risk... Here's where I copied it from: http://raspberrypi.stackexchange.com/questions/23134/how-can-i-get-tightvnc-to-start-automatically-on-startup
Open nano
$ nano
Paste this into it
#!/bin/sh
### BEGIN INIT INFO
# Provides: octoprint
# Required-Start: $local_fs
# Required-Stop: $local_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start/stop tightvncserver
### END INIT INFO
# Set the USER variable to the name of the user to start tightvncserver under
export USER='pi'
eval cd ~$USER
case "$1" in
start)
sudo su - $USER -c "/home/pi/OctoPrint/./run"
echo "Starting OctoPrint server for $USER "
;;
esac
exit 0
Ctrl X to exit and save it as /etc/init.d/octoprint
$ chmod 755 /etc/init.d/octoprint
$ update-rc.d octoprint defaults
If that doesn't work:
$ update-rc.d /etc/init.d/octoprint defaults
That didn't work for me it was doubling the directory.
It now starts on boot every time. Thank you everyone for your help.
@poorredneck The post above kinda defies the idea of OctoPi. Why give people complex instructions?
I don't understand what the issue is. I have found many other posts on various forums where people cannot get autostart to work on a manual installation of Armbian and I feel pretty f***ING proud of myself for figuring it out, considering I am a newb to linux. I simply posted what I did to get it to work, in the hopes some other noob like me will find it on Google and get it to work.
If it's complex please offer a better alternative, that is new user friendly (IE step by step)
Many, many tutorials for things Linux related are assuming people who are reading them are all ready experts on the command line or Linux in general. This is why many people stick with Windows and Mac. It's too intimidating to even get started, then you get frustrated and quit.
If I misinterpreted your post I apologize.
@poorredneck Here you go, this is a build (which you will have to test, because I have no OrangePi): https://storage.googleapis.com/octoprint/Armbian_5.25_Orangepilite_Ubuntu_xenial_default_3.4.113_desktop-0.14.0.zip
I'm sorry I don't have all the time to explain. I am just also have a startup company to run, and this is all volunteer work, I not getting paid for this. I rely on other people making guides, explaining, testing etc. Either that or I have no time to maintain OctoPi. I can tell you there is some code I need to commit to get this to work, there is a bug in pip/configuration thing which I need to report (will link here when I do). Its not for the newbies (yet). But its cool you are figuring this out on your own. I know there is a learning curve.
This is the bug in pip: https://github.com/pypa/pip/issues/4290
@guysoft @universam1 I'm trying to work through this Octopi Install. I flashed the image guysoft provided in the comments for the Orange Pi Pc. It booted as usual change passwords etc (Using a monitor). I've tried to locate the device on my network but it doesn't show up. octopi.local doesnt work either. So how do I access octoprint? I'm assuming that once I can connect via network simply going to the IP address in my browser will pull up Octoprint and I can begin the setup as usual. Is this correct? If so I'l keep troubleshooting my network connection - any tips in that department will also be appreciated. Thanks.
@anthonywob You need to set up your network connection, if you are having issues setting up wireless I suggest you try first an ethernet connection.
Also what is the output of sudo ifconfig -a
?
@guysoft I'm not using wifi. Currently have Ethernet connected. I attached an image of the output as I can't connect via SSH yet as it's not on the network.
Perhaps your network is on ipv6?
What is the output of sudo mii-tool eth0
?
Im not sure. Output to that command is: negotiated 100baseTx-FD, link ok
I checked my router and I have not enable ipV6 so I should still be on ipV4. test-ipv6.com confirms I'm still on ipV4 - if this is what you mean.
Also, looks like the orange pi is showing up in my LAN connected devices with only this: FE80::D84D:2AFF:FEAF:9F8 unknown DA:4D:2A:AF:09:F8 Ethernet 0-00-00 00:00:00.00 but not IP address usually there are two entries: 192.16.0.# "the name of device" "MAC address" "connection type" "expiration" (then a repeat with the IP address changed to FE80:: (numbers and letters) "device name" etc
So it seems for some reason my router isn't assigning this device an ipV4 address only an ipV6 even though it assign ipV4 for all my other devices. Using the ipV6 i was able to SSH into the orangepi and set it up. using: ifconfig eth0 192.168.0.100 I can manually assign an IP address and connect through my browser but this last until a reboot, on rebooting the ipV4 is lost. Is there a way to permanently assign the ipV4 address? Tomorrow I will work on getting a webcam linked - if the one I have lying around ends up working.
This seems to be worth to ask on Arabian fourm why that happens. Its going a little beyond the knowledge I have of their system. It might be something they came across.
You can set up a static IP using /etc/network/interfaces
. Here are instructions on that.
Hi, Thanks for providing this wonderful resource! I'm trying to build a version of octopi from Armbian_5.27_Orangepilite_Debian_jessie_default_3.4.113 and I'm getting the following error message:
Device Boot Start End Sectors Size Id Type
Armbian_5.27_Orangepilite_Debian_jessie_default_3.4.113.img1 2048 3327999 3325952 1.6G 83 Linux
Command (m for help): The partition table has been altered.
Syncing disks.
e2fsck 1.42.13 (17-May-2015)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
/dev/loop0: 48524/78400 files (0.1% non-contiguous), 219918/313344 blocks
resize2fs 1.42.13 (17-May-2015)
Resizing the filesystem on /dev/loop0 to 415744 (4k) blocks.
The filesystem on /dev/loop0 is now 415744 (4k) blocks long.
Resized parition 1 of Armbian_5.27_Orangepilite_Debian_jessie_default_3.4.113.img to +400 MB
burr
1
Mounting image Armbian_5.27_Orangepilite_Debian_jessie_default_3.4.113.img on /home/john/git/OctoPi/src/workspace-armbian/mount, offset for boot partition is 1048576, offset for root partition is 1048576
~/git/OctoPi/src/workspace-armbian/mount ~/git/OctoPi/src/workspace-armbian ~/git/OctoPi/src
Injecting variant pre script from /home/john/git/OctoPi/src/variants/armbian...
'/home/john/git/OctoPi/src/variants/armbian/filesystem' -> './filesystem'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root' -> './filesystem/root'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc' -> './filesystem/root/etc'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc/network' -> './filesystem/root/etc/network'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc/network/interfaces' -> './filesystem/root/etc/network/interfaces'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc/resolv.conf' -> './filesystem/root/etc/resolv.conf'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc/wpa_supplicant' -> './filesystem/root/etc/wpa_supplicant'
'/home/john/git/OctoPi/src/variants/armbian/filesystem/root/etc/wpa_supplicant/wpa_supplicant.conf' -> './filesystem/root/etc/wpa_supplicant/wpa_supplicant.conf'
cp: missing destination file operand after 'usr/bin'
Try 'cp --help' for more information.
Build.log attached. build.log.txt
Any ideas?
@gyrex I think its faling on the line
#black magic of qemu-arm-static
cp `which qemu-arm-static` usr/bin
which means you don't have qemu-arm-static
installed, which is a requirement listed in the README
@guysoft Thanks for your prompt response! I'm trying to build this in a vm using an i386 version of ubuntu and can't find qemu-arm* in apt-get. Will this work or do I need to build this on an ARM system?
Hey, The nightly builds are also done on a i386 machine. I suggest you use the vagrant build method as described here
Thanks for your help @guysoft OK, the package on ubuntu is "qemu-user-static" and I got a little further but now I'm getting another build error. Build log attached.
Any ideas mate?
Hey all, I have opened a new branch called
armbian
, which has a variant under that name that lets you build OctoPi on Armbian. There is a a big list of devices that run armbian. And it would be interesting to hear if anyone there is a call for a popular device.For now I am testing using a HummingBoard kindly provided by SolidRun, and it seems like OctoPrint, wifi system and webcams work smoothly. The beta image of the HummingBoard is available here: https://storage.googleapis.com/octoprint/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67-0.14.0_beta.zip
md5: https://storage.googleapis.com/octoprint/Armbian_5.10_Cubox-i_Debian_jessie_3.14.67-0.14.0_beta.zip.md5