arduino / openwrt-yun-1505

Updated build system for OpenWrt - Yun family boards
GNU General Public License v2.0
14 stars 5 forks source link

Update to 15.05.1 #4

Open isantolin opened 8 years ago

isantolin commented 8 years ago

New version has many security fixes

https://www.openwrt.org/

https://downloads.openwrt.org/chaos_calmer/15.05.1/

q2dg commented 7 years ago

LEDE is worthy too...https://lede-project.org/

DanielRIOT commented 7 years ago

Iv'e managed to build openwrt Designated Driver ( bleeding edge ) for the Yun using the .config form This repo as well as adding some sources for the build to feeds.conf.default

I have not gotten the Arduino web console to work yet but you can speak with LuCi at http:// ip-addr /cgi-bin/luci/ my Wlan also seemed buggy

There are some broken packages for the AR71xx ( AR9331 ) as shown by this

BusyBox v1.24.2 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 DESIGNATED DRIVER (1.6.2, 50107)
 -----------------------------------------------------
  * 2 oz. Orange Juice         Combine all juices in a
  * 2 oz. Pineapple Juice      tall glass filled with
  * 2 oz. Grapefruit Juice     ice, stir well.
  * 2 oz. Cranberry Juice
 -----------------------------------------------------
niallp commented 7 years ago

@DanielRIOT did you get any further on a fully working system ? I've found 1.6.2 seems to be fully functional on my old Yun's but would like to add another USB wifi driver. Unfortunately I can't find the .config that was used to generate it.

DanielRIOT commented 7 years ago

I've managed to get openwrt 15.05 ( this one ) to do most of what I needed it to do, I got Openwrt bleeding edge working with this config and the added sources for arduino ( 15.05 )

I'm also looking at LEDE as its more recently maintained .

are the settings you seek not in the menuconfig ( ' make menuconfig' ) - I remember seeing a few USB wireless drivers ( and GSM ) there

to search in menuconfig tap '/' and then type "usb"

niallp commented 7 years ago

Got the build going with Config.default after a couple issues (missing cryptodev file, downloaded manually from alternate site nwl.cc) and something with batman-adv (see https://github.com/openwrt-routing/packages/issues/210 for a patch) but while the kernel/rootfs boot and run OK, it hangs forever rebuilding the gpg-keys (lack of random perhaps ?) while the binaries from 1.6.2 work after a short delay ... something still different between what I built.

More digging, I'll figure it eventually ... thx.

facchinm commented 6 years ago

@isantolin @q2dg @niallp @DanielRIOT take a look here http://forum.arduino.cc/index.php?topic=515869.0 :smile:

DanielRIOT commented 6 years ago

Cool !

I've been porting my stuff over to LEDE, but have not flashed it to a Yun yet ( bootloader issues and I'm messing with some of the underlying 802.11 stack ), will give yours a go.

Awesome !