Working on window 10
I've been working on Yun with 1.6.4 for some months. Originally there was an issue with not seeing the wireless yuns. That was fixed by 1.6.4 so I have been through the diagnostics for that issue.
Just purchased a Yun mini so need to work with 1.7.7 to get the correct board type
Now with 1.7.7 i'm not seeing any wireless yuns.
I have bonjour installed and working and listing all my yuns
Can anyone help please?
1.7.7 is arduino.org's software so you should probably be asking on their forum. You might consider trying to use arduino.cc's 1.6.5r5 IDE instead as there is much more active development, don't be fooled by .org's version number.
Thanks for the reply.
I have the latest IDE at 1.6.5 and also the latest hourly release but the yun mini board is not listed so I'm a bit stuck. Is it possible for the 1.5.5 release to include the yun mini?
I don't have the yun or yun mini but looking at the specs they appear to be the same, just in a different form factor. Have you tried using your yun mini with arduino.cc's IDE 1.6.5 or hourly build with the yun selected in the Tools>board menu?
koaiwi:
Thanks for the reply.
I have the latest IDE at 1.6.5 and also the latest hourly release but the yun mini board is not listed so I'm a bit stuck. Is it possible for the 1.5.5 release to include the yun mini?
You could ask on their issue tracker to make the core for the yun mini available for use in Arduino.cc's board manager.
https://github.com/arduino-org/Arduino/issues
However as the Arduino IDE side is just an AVR chip, you could try adding it yourself!
Here are the changes that you'd have to add to the AVR core in 1.6.5
https://github.com/arduino-org/Arduino/commit/4d313bfd157ebfa7dc5e9a84724ff2af4c248c02
But as Pert mentioned, just try the standard yun first (although I suspect you may have to change at least the USB vid & pid values).