Pages:
Author

Topic: Efudd Z-Series Fuddware 2.3 -Z11/Z11e/Z11j/Z9/Mini - page 23. (Read 45520 times)

jr. member
Activity: 559
Merit: 4
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason

Will you be fixing the fan control for the mini batch 4's? I know some who could benefit from your file but has the fan temp issue.

Thank you for your feedback.

Jason


Wasn't feedback it was a question.
member
Activity: 504
Merit: 51
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason

I tested the firmware on a Z9 mini and didnt really make any diffference?


What batch mini?
For batch1, benefits are minimal at best.
For later batches, the ability to tune your system on a per board basis can net you +5% or more.

This firmware was targeted and focused for the Z9s -- it only exists on the mini at the rest of users.

If it does not gain you anything, no harm, no foul and I thank you for trying it out!

Jason
newbie
Activity: 60
Merit: 0
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason

I tested the firmware on a Z9 mini and didnt really make any diffference?
member
Activity: 504
Merit: 51
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason

Will you be fixing the fan control for the mini batch 4's? I know some who could benefit from your file but has the fan temp issue.

Thank you for your feedback.

Jason
jr. member
Activity: 559
Merit: 4
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason

Will you be fixing the fan control for the mini batch 4's? I know some who could benefit from your file but has the fan temp issue.
member
Activity: 504
Merit: 51
Folk,

Firmware 2.1d has been released which corrects an issue with firmware certificate expiration. Please upgrade to this release.

If you are a paid user, you will have to reapply your license after upgrading.

Thank you,

Jason
member
Activity: 504
Merit: 51
PAID FIRMWARE USERS: Please download and apply your license file again -- same download link as last time. This is a required upgrade to ensure your miners will keep running due to a certificate expiration issue.

This message was written approximately 12/20/18 eastern time at 10pm -- you will need to do this to ensure your miners continue to operate as expected.

DEVFEE Users - I have created an updated license file for the Mini and large units that can be applied to your 2.1(c) firmware. This is updating the "dev fee" license so that it is not expired. This can be installed by going to the "Upgrade" page on your miner and uploading the license -- it will then say "license applied successfully" if performed properly. These files will be automatically included in the next firmware release, but this is the quickest way to get an update out to you.

All users: Please upgrade to 2.1d, which has just been released. This will resolve the early certificate expiration issue which causes a failure to connect in some circumstances.

Thank you,

Jason

member
Activity: 504
Merit: 51
Folk,

There was a downtime where authorization could not occur for approximately 1 hr and 12 minutes that has just been corrected. I sincerely apologize. The mistake was purely mine where I let a certificate expire right at midnight eastern time. This has been resolved and won't happen again -- I've put things into place as part of correcting this failure.

For paid users, the chances of hitting this were very slim.

Just so folk know, if there is ever an issue, please email me to e at fudd.net -- I'll respond asap. I'd like to thank one of the users for sending me an email and pointing out the issue  --- from the time I was notified until it was resolved was approximately 42minutes out of the total outage of 72 minutes.

Thank you,

Jason
newbie
Activity: 9
Merit: 0
just curious have you been working any on the voltage control? Smiley
member
Activity: 504
Merit: 51
Jason

  2.1c mini firmware on a batch 4 has the fan wide open. Same as factory batch 1 firmware no temp on 2 bards and fan wide open.  If you use the newest from Bitmain as your base for your mods it should run on all batches with the fan and temp working correctly.

Thank you for your feedback.
jr. member
Activity: 559
Merit: 4
Jason

  2.1c mini firmware on a batch 4 has the fan wide open. Same as factory batch 1 firmware no temp on 2 bards and fan wide open.  If you use the newest from Bitmain as your base for your mods it should run on all batches with the fan and temp working correctly.
member
Activity: 504
Merit: 51
Do you have any clear directions to get all of your files off the miner when downgrading back to the stock firmware. It appears that some files are not changed back to factory and license files are left in the skel folder.


hi chip,

Thank you for asking. You'll note that /etc/skel is part of the ramfs and as such, is part of the firmware image itself, and as such, cannot be separate or "left behind" as you suggest since it simply does not work that way. When you flash any image on this system, the entire rom/ramfs is replaced en whole, except for /config.

So, the only thing that is left behind is /config and the associated contents. If you'd like, you can ssh in and run the following and then reboot to get that "factory fresh feeling" you seek. This will result in the mac address being regenerated and you getting that nice shiny new car smell all over again. If you'd prefer your randomized mac address not be reset, then simply remove everything but /config/mac.

"rm -rf /config"

Let me know if I can assist you in any other way.

Jason


So other then the license file what other hidden files do you have on the machine? I found 2 hidden so far .freqs and .uid. Is there any other I need to know about so I can get all of them off the machine.

Same answer as my previous applies. I've told you exactly where things are already: downgrade to any other firmware and rm -rf /config. All gone! Heck, if you don't rm -rf /config, it's still fine on any previous firmware!

Have a nice day.

Jason
jr. member
Activity: 559
Merit: 4
Do you have any clear directions to get all of your files off the miner when downgrading back to the stock firmware. It appears that some files are not changed back to factory and license files are left in the skel folder.


hi chip,

Thank you for asking. You'll note that /etc/skel is part of the ramfs and as such, is part of the firmware image itself, and as such, cannot be separate or "left behind" as you suggest since it simply does not work that way. When you flash any image on this system, the entire rom/ramfs is replaced en whole, except for /config.

So, the only thing that is left behind is /config and the associated contents. If you'd like, you can ssh in and run the following and then reboot to get that "factory fresh feeling" you seek. This will result in the mac address being regenerated and you getting that nice shiny new car smell all over again. If you'd prefer your randomized mac address not be reset, then simply remove everything but /config/mac.

"rm -rf /config"

Let me know if I can assist you in any other way.

Jason


So other then the license file what other hidden files do you have on the machine? I found 2 hidden so far .freqs and .uid. Is there any other I need to know about so I can get all of them off the machine.
member
Activity: 504
Merit: 51
Folk,

I am going to resume selling licenses to disable the dev fee. If you are interested, PM me with the number of machines you want a license for of each type. I will respond with additional details on how to proceed.

Thank you,

Jason

Sent you a PM about this, mate. Thank you!

Thank you-- apologies for the delay. Responded.

Jason
newbie
Activity: 5
Merit: 0
Folk,

I am going to resume selling licenses to disable the dev fee. If you are interested, PM me with the number of machines you want a license for of each type. I will respond with additional details on how to proceed.

Thank you,

Jason

Sent you a PM about this, mate. Thank you!
member
Activity: 504
Merit: 51
Do you have any clear directions to get all of your files off the miner when downgrading back to the stock firmware. It appears that some files are not changed back to factory and license files are left in the skel folder.


hi chip,

Thank you for asking. You'll note that /etc/skel is part of the ramfs and as such, is part of the firmware image itself, and as such, cannot be separate or "left behind" as you suggest since it simply does not work that way. When you flash any image on this system, the entire rom/ramfs is replaced en whole, except for /config.

So, the only thing that is left behind is /config and the associated contents. If you'd like, you can ssh in and run the following and then reboot to get that "factory fresh feeling" you seek. This will result in the mac address being regenerated and you getting that nice shiny new car smell all over again. If you'd prefer your randomized mac address not be reset, then simply remove everything but /config/mac.

"rm -rf /config"

Let me know if I can assist you in any other way.

Jason
jr. member
Activity: 559
Merit: 4
Do you have any clear directions to get all of your files off the miner when downgrading back to the stock firmware. It appears that some files are not changed back to factory and license files are left in the skel folder.
member
Activity: 504
Merit: 51
Folk,

New license sales will end on 12/24 along with the completion of the PS4 contest. New features will only go to preexisting paid or dev fee users at that point in time.

Thank you.

Jason
newbie
Activity: 27
Merit: 0
thanks
member
Activity: 504
Merit: 51
Friendly reminder/bump - Contest for PS4 is on-going through 12/24, drawing will be on christmas day.

Mini and large licenses are available again to disable the dev-fee, please PM me.

Thank you,

Jason
Pages:
Jump to: