Search found 107 matches
- Sun Sep 18, 2016 10:41 pm
- Forum: Root and update from any firmware level
- Topic: Root and update from ANY firmware level (copy/paste code friendly)
- Replies: 13
- Views: 61316
Root and update from ANY firmware level (copy/paste code friendly)
Yes, ANY firmware level including firmware before the DNS snafu. To gain root, connect via UART and Ground pin#29 See: http://www.rootwink.com/viewtopic.php?f=4&t=72 setenv bootargs 'noinitrd console=ttyAM0,115200 rootfstype=ubifs ubi.mtd=5 root=ubi0:rootfs rw gpmi init=/bin/sh'; nand read ${loa...
- Sun Sep 18, 2016 7:43 pm
- Forum: Root a new out of the box Wink
- Topic: Rooting out of the box
- Replies: 15
- Views: 68812
Re: Rooting out of the box
Old firmware Images? Does anybody have copies of the the old firmware images that contained the php expolit? I would like to create a clone of the wink-hub-images.s3.amazonaws.com, but place the old image as the newest and change the checksums in the manifests, with the hope that my wink hub will a...
- Wed Sep 14, 2016 6:05 am
- Forum: Help me, I can't do xyz
- Topic: File System Error...can not boot
- Replies: 4
- Views: 13709
Re: File System Error...can not boot
I have most of the various images... Root, updater, kernel, etc... Ranging back to the early days. I even have the beta, staging, and other random non-production ones too.
If anyone wants a hub that follows the beta or staging, I'll list a rooted hub on eBay for you the way you want it.
If anyone wants a hub that follows the beta or staging, I'll list a rooted hub on eBay for you the way you want it.
- Wed Sep 14, 2016 6:01 am
- Forum: Help me, I can't do xyz
- Topic: File System Error...can not boot
- Replies: 4
- Views: 13709
Re: File System Error...can not boot
If you can boot into the updater partition, then go straight to the upgrade. The upgrade doesn't pick and choose what files to update, it actually wipes out the entire partition replacing it with a new one. So updating the primary from the update boot should get you going. If it thinks you are alrea...
- Fri Sep 02, 2016 12:09 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: ACTION REQUIRED: Your Wink Hub needs to be replaced
- Replies: 7
- Views: 25769
Re: ACTION REQUIRED: Your Wink Hub needs to be replaced
My understanding is that the original method had an SSL cert pair required to perform updates. Well, that cert expired and there was no alternate method to perform updates basically rendering the unit unable to perform updates through any reasonable method.
- Tue Aug 30, 2016 8:39 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: cf_url for 02.68
- Replies: 0
- Views: 9877
cf_url for 02.68
[root@flex-dvt database]# cat cf_url sw_pkg_url=https://hub-updates.winkapp.com/00.01/02.68/upgrade_00.01.txt md5_manifest=346046b0ce311d3b6342fdf033261594 [root@flex-dvt database]# or a copy/paste friendly version cat << EOF > /database/cf_url sw_pkg_url=https://hub-updates.winkapp.com/00.01/02.68/...
- Tue Aug 30, 2016 7:59 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: cf_url for 02.66
- Replies: 0
- Views: 9603
cf_url for 02.66
[root@flex-dvt database]# cat cf_url
[root@flex-dvt database]#
Code: Select all
sw_pkg_url=https://hub-updates.winkapp.com/00.01/02.66/upgrade_00.01.txt
md5_manifest=521bd4c0eff74dccc6d2d520be08f365
[root@flex-dvt database]#
- Tue Aug 30, 2016 7:57 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: cf_cert contents
- Replies: 0
- Views: 9436
cf_cert contents
/database/cf_cert contents -----BEGIN PUBLIC KEY----- MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAumZE0qsNgtTQNCOhqx8+ +3DQG33HIvgqdPJ9qa4A9rdtuTADJ3FUnO53+EQYFuZaZ8RK76DQddtqCUzRyra7 JI9RTXxYX4VWxTMEfKMoi2R79BFPOXg61Q3ZCZ4RP2gz1Mkso59ULNziLmeSQwSK udeTSmkcLUql9Ygtx8iro+JiFBr6wwyLFm+KblkRvk7aYjctdJv...
- Mon Jun 06, 2016 10:28 pm
- Forum: Upgrade to current firmware maintaining root
- Topic: Howto update to 01.01
- Replies: 90
- Views: 195459
Re: Howto update to 01.01
I'm trying to do the upgrade from 2.19 to 2.49 and when I run /root/platform/upgrade.sh in step 4 i get the error message "URL or certificate information missing, update canceled." It looks like i'm missing /database/cf_url and /database/cf_cert. Does anyone know where I can get these? Al...
- Tue Jan 05, 2016 10:40 am
- Forum: Help me, I can't do xyz
- Topic: Can not SFTP into Hub
- Replies: 1
- Views: 8608
Re: Can not SFTP into Hub
My initial guess would be your sftp client might be updated requiring a higher level of encryption than the wink hub supports. I'd make sure the ssh/sftp profile supports a compatible mac and cipher which I believe to be aes128-ctr and/or hmac-md5. If you attempt to ssh to your wink with -vvv (verbo...