Page 2 of 2

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Sun Feb 03, 2019 1:48 am
by ArkEngr
I took another ultimate vocore and flashed it to ver 18.06
Then I tested the hard wired ethernet port with ifconfig to see if it had an ip 4 address, No address.
Then I added the mods per above and it had an ip 4 address.
Then I removed modifications until I had the bare minimum and still had a ip 4 address.
I found all I needed was these lines:
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0 6t'

I don't know why this works, but the hardwired ethernet port doesn't work for me without them.
none of the other lines were changed.

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Tue Feb 05, 2019 12:27 am
by ArkEngr
loaded the firmware file labeled 20190204.bin
Took screen shot of luci Status Overview screen. See image NotConn.png
added lines below to /etc/config/network
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '0 6t'

rebooted then
Took screen shot of luci Status Overview screen. See image IsConn.png

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Tue Feb 05, 2019 8:06 pm
by ICore
New firmware works perfect out of the box.

Ethernet and Wifi both working.

I have even managed to setup a VPN on the vocore2 Ultimate.

wi-fi modem <----> vocore2 wi-fi STA <-----> vocore2 wi-fi AP <-----> laptop wi-fi connection

OR

wi-fi modem <----> vocore2 wi-fi STA <-----> vocore2 ethernet <-----> laptop ethernet connection

Thanks Vonger!

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Thu Mar 21, 2019 9:10 pm
by Marvin27
Vonger wrote:(...) Lite is not ready, but soon.

Hey Vonger.
When will the image for the Lite version be available?

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Fri Mar 22, 2019 6:27 am
by Vonger
Already ready, please check vocore.io/v2.html. latest version is 20190316.bin
If you do not want to build from scratch, this firmware will help you.

Also I removed some preinstalled package, such as VPN, mjpeg-stream, because now opkg works pretty well, you can directly download from openwrt official site.

Re: OpenWRT 18.06.0 images for vocore/vocore2

Posted: Fri Mar 22, 2019 10:28 am
by Marvin27
Vonger wrote:Already ready, please check vocore.io/v2.html. latest version is 20190316.bin
If you do not want to build from scratch, this firmware will help you.

Also I removed some preinstalled package, such as VPN, mjpeg-stream, because now opkg works pretty well, you can directly download from openwrt official site.


Thanks Vonger!