magicstone1412 Posted July 1, 2019 Posted July 1, 2019 As the title says, I would like to ask your help if you still keep some old working orange pi one plus image. I have downloaded some images in https://dl.armbian.com/orangepioneplus/ but none of them work with my boards. I could not SSH to the board or it says `Network error: Connection refused` As far as I know orange pi one plus H6 image OPi One Plus - 5.1.0-sunxi64 works with board. Please share your working image download links. Thank you for your help
Igor Posted July 1, 2019 Posted July 1, 2019 5 hours ago, magicstone1412 said: Please share your working image download links. No, we will continue to hide out all working images 1
martinayotte Posted July 2, 2019 Posted July 2, 2019 19 hours ago, Igor said: No, we will continue to hide out all working images @Igor, getting back to more serious stuff, seeing this post yesterday, I've downloaded the Armbian_5.89.190626_Orangepioneplus_Debian_stretch_dev_5.1.12.img, and it was effectively crashing during boot, and creating a boot loop after 10 seconds wait. I've decided to compile my own image and ended up with Armbian_5.90_Orangepioneplus_Debian_stretch_dev_5.1.15.img which works without issue. I don't know where is the issue, maybe the fact that I always compile my own image without Wireguard ... 1
Igor Posted July 2, 2019 Posted July 2, 2019 29 minutes ago, martinayotte said: I don't know where is the issue, maybe the fact that I always compile my own image without Wireguard ... At least we know something. That could be related, but on the other hand, there were changes elsewhere ... @magicstone1412 This is build system: https://github.com/armbian/build Make two builds for Opi one Plus with additional parameters: 1. EXPERT="yes" WIREGUARD="yes" 2. EXPERT="yes" WIREGUARD="no" Boot images and report what works and not. 1
guidol Posted July 2, 2019 Posted July 2, 2019 3 hours ago, martinayotte said: I don't know where is the issue, maybe the fact that I always compile my own image without Wireguard ... for any special reason or only personal "taste"?
martinayotte Posted July 2, 2019 Posted July 2, 2019 16 minutes ago, guidol said: for any special reason or only personal "taste"? Maybe both ... Several months ago, the compile with Wireguard was broken, since then, I do all my own builds without it ...
Igor Posted July 2, 2019 Posted July 2, 2019 2 minutes ago, martinayotte said: Several months ago, the compile with Wireguard was broken, since then, I do all my own builds without it ... Since they are paying attention that it works on Armbian. I got message few hours ago saying: "20190702 is released, which should work on all your kernels." 2
magicstone1412 Posted July 3, 2019 Author Posted July 3, 2019 On 7/2/2019 at 9:38 PM, Igor said: @magicstone1412 This is build system: https://github.com/armbian/build Make two builds for Opi one Plus with additional parameters: 1. EXPERT="yes" WIREGUARD="yes" 2. EXPERT="yes" WIREGUARD="no" Boot images and report what works and not. Sorry I dont know why VirtualBox hang on my computer. I could not make it run with Ubuntu ISO, getting stuck at installation screen. After that I tried Vagrant but it has similar issues. So I could not build image. Maybe I will try later on the other machine. On 7/2/2019 at 8:58 PM, martinayotte said: I've decided to compile my own image and ended up with Armbian_5.90_Orangepioneplus_Debian_stretch_dev_5.1.15.img which works without issue. I don't know where is the issue, maybe the fact that I always compile my own image without Wireguard ... Could you please upload your image in the download link. I will try your image first.
Igor Posted July 3, 2019 Posted July 3, 2019 43 minutes ago, magicstone1412 said: Sorry I dont know why VirtualBox hang on my computer. Ask for help and try again.
martinayotte Posted July 4, 2019 Posted July 4, 2019 21 hours ago, magicstone1412 said: Could you please upload your image in the download link. That should be working : https://gofile.io/?c=lDWzy8
magicstone1412 Posted July 4, 2019 Author Posted July 4, 2019 3 hours ago, martinayotte said: That should be working : https://gofile.io/?c=lDWzy8 Thank you so much. It works well on the board. On 7/3/2019 at 11:52 PM, Igor said: Ask for help and try again. I found the similar errors here. I have removed "Windows Hypervisor Platform" and the Virtual Box is okay now on my computer. I am using Vagrant and try to build. Thank you for your help
Werner Posted July 6, 2019 Posted July 6, 2019 I built an image for the OPi1+ today and it works well. Default options, so it includes wireguard.
Igor Posted July 7, 2019 Posted July 7, 2019 13 hours ago, Werner said: Default options, so it includes wireguard. It was disabled due to problemshttps://github.com/armbian/build/blob/master/lib/configuration.sh#L72 but can now be switched back, since things are under control nowhttps://github.com/armbian/build/blob/master/lib/compilation-prepare.sh#L46 Images on the download section were rebuild. They are tested and have WG.
Werner Posted July 7, 2019 Posted July 7, 2019 I could modprobe wireguard with this image, so I assume that it is included ¯\_(ツ)_/¯ 1
magicstone1412 Posted July 7, 2019 Author Posted July 7, 2019 On 7/2/2019 at 9:38 PM, Igor said: 1. EXPERT="yes" WIREGUARD="yes" 2. EXPERT="yes" WIREGUARD="no" Boot images and report what works and not. Sorry this is the first time I build image file so I dont know where I should put these parameters? I have built some images for orange pi one+ but it looks like I did something wrong because the output images have the same size (about 1.2Gb) After the building process was completed, I saw something like this command ./compile.sh BOARD=orangepioneplus BRANCH=next RELEASE=stretch BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no I have tried to include your parameters by using this ./compile.sh BOARD=orangepioneplus BRANCH=next RELEASE=stretch BUILD_DESKTOP=no KERNEL_ONLY=no KERNEL_CONFIGURE=no EXPERT="yes" WIREGUARD="yes" But it looks like that is not the correct way!
Werner Posted July 7, 2019 Posted July 7, 2019 It is...kind of. Remove the "" from yes and no and you are good to go. Anyways as stated above a freshly built image from the script will work, regardless of wireguard.
Recommended Posts