Edit: So I tried to flash my Yun with your kernel and rfs via TFTP. Everything went ok. Then I watched it boot from the Serial Console.
However after it boots nothing seems to work. I can connect to the Yun wifi, but I can't reach the setup webpage, I can't ping it on hard wired connection, etc.
Maybe I'm misunderstanding what this image is, but does it have any of the "Yun" stuff on it? Or is it just a headless OpenWRT image that works on the Yun?
The image has the wifi and eth ports bridged (I wouldn't call this a default setup). This makes Luci unreachable if the Yun is plugged into a local network because connecting a laptop to the Yun via wifi just causes the laptop to get an IP from the main network. In my case my home router is 192.168.1.1, so trying to reach the Yun just caused me to reach my local router. I had to disconnect my laptop from my home network, disconnect the Yun from the home network, then connect to the Yun directly over wifi so I could disable the bridge.
Not sure why, but the hard wired ethernet refuses connections. I can't reach Luci or connect via SSH on the hardwired port. Only wifi is working at the moment.
This image does not have Python 3.4, it has Python 2.7.9. You need to do opkg install python3 to get python 3.4.
Only flash the Kernel and System image. Keep in mind you can't follow the guide exactly, because RedSnake's images have a different file name than what is in the guide.
Only flash the Kernel and System image. Keep in mind you can't follow the guide exactly, because RedSnake's images have a different file name than what is in the guide.
Can you burn the image without using UBoot? I mean, can you burn it using Yun's webpanel?
mart256:
Python 3.4 would be very good, Im awaiting the fixes to the version
I will warn you that Python 3.4 seems to have a few problems in OpenWRT. If you need external libraries for your program Python 3.4 will probably not work for you.
I couldn't install ANY external modules for Python 3.4. Even pip would not install. All setup.py files crash because there is a config/Makefile directory missing. I tried to create the directory manually but it did not help.
This is most likely a problem with OpenWRT, not RedSnake's image. I posted the problem on OpenWRT forums but no one responded.
New images coming soon! (Take some time to build )
@mart256
If you install the image via webpanel (sysupgrade) make sure you don't use the "Keep settings" function! (untick it! - This is important)
In the current config you reach the webpanel at 192.168.1.1 - This will be changed in the next image to the default Arduino Yun IP.
Hey, good to know you fixed all that. Does python3.4 fit in yun's flash? Ive got like 4mb free, I know i can use sd to expand, but I like having the packages on board.
I was wondering if with this update, the Yun supports the 802.11r protocol to enable the Fast BSS Transition which requires the latest version of OpenWrt.