Search found 6 matches
- Mon Oct 05, 2015 7:32 pm
- Forum: How does it work?
- Topic: Sniffing the Lutron radio
- Replies: 10
- Views: 28342
Re: Sniffing the Lutron radio
Never mind. It's working just fine. Turns out pressing the reset button on the Wink hub to reboot isn't as graceful as issuing a reset command! Doh! My Pico is now controlling multiple lights through OpenHAB. It's beautiful! I'm heading to the store and will get a bunch more of these Picos! Thanks a...
- Mon Oct 05, 2015 6:59 pm
- Forum: How does it work?
- Topic: Sniffing the Lutron radio
- Replies: 10
- Views: 28342
Re: Sniffing the Lutron radio
Good day! First off, thanks for sharing your work. It's awesome! :) I have Lutron-spy installed on my hub following these instructions: https://www.reddit.com/r/winkhub/comments/3d5hu5/lutronspy_binaries/ I configured /etc/remote-config.json with the info matching my openhab config. On Wink hub rebo...
- Sat Jul 11, 2015 5:26 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: Rooting ANY firmware level... the hard way
- Replies: 21
- Views: 77037
Re: Rooting ANY firmware level... the hard way
IT WORKS!!!!!!!!
Many many thanks. The "mount -a" is what was missing...
I followed the rest of the instructions and I can now SSH to my hub using my own set of SSH keys. It's awesome.
OpenHAB here I come!
Many many thanks. The "mount -a" is what was missing...
Code: Select all
mount -a
ubiattach -p /dev/mtd3
I followed the rest of the instructions and I can now SSH to my hub using my own set of SSH keys. It's awesome.
OpenHAB here I come!
- Tue Jul 07, 2015 7:14 am
- Forum: Upgrade to current firmware maintaining root
- Topic: Rooting ANY firmware level... the hard way
- Replies: 21
- Views: 77037
Re: Rooting ANY firmware level... the hard way
I pasted the entire (normal) boot process here: http://pastebin.com/UVLREnut
And the logs from trying to follow the instructions here: http://pastebin.com/ScRtrCaP
Thanks for your help!
And the logs from trying to follow the instructions here: http://pastebin.com/ScRtrCaP
Thanks for your help!
- Tue Jul 07, 2015 6:57 am
- Forum: Upgrade to current firmware maintaining root
- Topic: Rooting ANY firmware level... the hard way
- Replies: 21
- Views: 77037
Re: Rooting ANY firmware level... the hard way
UBOOT environment looks identical to yours... Printenv looks like this: app_boot=run appboot_args && nand read ${loadaddr} app-kernel 0x00400000 && bootm ${loadaddr} app_boot_bad=run updater_args; setenv bootargs ${bootargs} badapp; nand read ${loadaddr} updater-kernel 0x00300000; bo...
- Sun Jul 05, 2015 8:09 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: Rooting ANY firmware level... the hard way
- Replies: 21
- Views: 77037
Re: Rooting ANY firmware level... the hard way
Good day! First off, many thanks for publishing your findings on Wink investigation. It's awesome! My hub is at 1.1 (updated by the app) I followed the instructions above yet I get a failure when executing the ubiattach command... U-Boot 2014.01-14400-gda781c6-dirty (Apr 30 2014 - 22:35:38) CPU: Fre...