Always consult the official Owners Manuals first

Firmware

From Fractal Audio Wiki
Revision as of 16:22, 15 July 2021 by Iaresee (talk | contribs) (Added a section with details on how to rollback)
Jump to navigation Jump to search

Icon-firmware.png

About firmware numbering

"Major revisions occur when there's a substantive change to the modeling algorithms." [1]

Firmware and Drivers

Firmware is the operating system for the processors. It can be updated. Official versions can be found on Fractal Audio's website. Beta versions are released on the user forum.

Drivers are the software that allows the firmware and editors to communicate with other hardware through USB. Depending on the processor, an USB driver for Windows computers or a driver for Apple computers may be required. These can be found on Fractal Audio's website.

Some processors rely on specific firmware for hardware USB communications, which also be updated (seldom). These specific firmware updates can also be found on Fractal Audio's website.

Checking the firmware version

Go to the Utility menu to see the version of the installed firmware. Some devices display the version on the Home page.

Fractal-Bot displays the current version upon connecting.

Download new firmware

Icon-firmware.png

Install new firmware

Fractal-Bot.png

Firmware is installed using Fractal-Bot, through USB.

In some case Fractal-Bot needs to operate in a special mode. Press CTRL (Windows) or Command (Mac), and click the dropdown menu to reveal and select the hidden “Utility” option. Then select the output port.

Updating firmware does not erase the presets.

Firmware installation on an Axe-Fx III takes about 5-7 minutes.

Firmware release notes

Doc.png

Read the release notes for present and previous firmware versions:

Update the editor

After updating the firmware, the editor's definitions needs to be refreshed. If the editor doesn't recognize the updated firmware automatically, do it manually.

Sometimes a new version of the editor has to be released and installed to support the new firmware feature. Software editor updates are provided once a new, non-beta, firmware has been released. Editor updates usually lag by no more than a couple of business days.

Audition presets after updating

Updated firmware may cause changes in your presets. Read the firmware release notes and verify your presets.

About changes in amp modeling:

  • if new firmware includes changes in amp modeling, these are often implemented under the hood. As an user you DO NOT need to do anything, UNLESS the firmware release notes instruct otherwise.
  • sometimes the firmware itself can't (or won't) enforce fixes or improvements and leaves it to the user to implement these. In such cases the release notes will tell you to "deselect-and-reselect" a specific amp type in existing presets (aka a "soft reset").
  • if the new firmware includes major changes to the modeling, re-selecting every amp type in your presets is recommended, as will be stated in the release notes. It's a chore, but necessary to take advantage of improvements.

About resetting the Amp block

Troubleshooting

Emergency boot recovery

Built-in backup firmware in the Axe-Fx III, Axe-Fx II XL and XL+, FX8 and AX8 allows quick recovery in case of complications during or after updating.

Axe-Fx III — hold down PAGE LEFT and PAGE RIGHT while cycling power until the Emergency Utility menu appears. Update the firmware using Fractal-Bot. Read this too

FM3 — hold down PAGE LEFT and PAGE RIGHT while cycling power until the Emergency Utility menu appears. Update the firmware using Fractal-Bot.

Axe-Fx II XL/XL+ — hold down Page Left and Page Right while cycling power until the Emergency Utility menu appears. Update the firmware using Fractal-Bot.

FX8 — hold down SETUP and power the unit on. Hold the button for about 1 second beyond the power up, then release. The unit will now allow you to install firmware using Fractal-Bot

AX8 — hold down SHIFT and power the unit on. Hold the button for about 1 second beyond the power up, then release. The unit will now allow you to install firmware using Fractal-Bot

If the unit sounds bad after an update, try this: Reset system parameters

"There's multiple levels of error checking. First the USB endpoint is a bulk endpoint so it has guaranteed transmission. Then each packet has a checksum. Then the entire image has a checksum. Finally the image written to the FLASH is compared to the downloaded image byte-by-byte. It's virtually impossible to have corrupted firmware image." [2]

Emergency Boot Recovery is different from the procedure to bypass a corrupt preset at startup. To do the latter, read this: Corrupt preset at startup

Empty preset / No presets

Read this

Will repeating the installation of firmware fix issues?

The official response to this is that reinstalling the same firmware will not fix an issue resulting from installing new firmware.

FAQ

Doc.png

(from the Owner's Manuals for the Axe-Fx III and FM3)

Q: How do I know the upgrade worked?

A: Check your firmware version anytime by pressing the SETUP button (Push-knob E) on the Home page. The version is displayed at the top of the SETUP menu.

Q: Can I skip versions to go from a very old firmware version to a much newer one?

A: You can upgrade from any version to any other version. When you skip versions it is recommended that you also read the Release Notes for all interim versions, all of which are included with every firmware release.

Q: Will updating my firmware erase, modify or “upgrade” my factory presets?

A: Firmware updates do not erase customized presets. However, firmware updates may alter the sound of existing presets. Always read Release Notes before updating. Saving presets after a firmware update can render them incompatible with previous versions. It is always wise to create a full back up using Fractal-Bot before a major update. Firmware updates do not upgrade Factory Presets. Updated Factory Presets, when offered, are released as a separate update on our web site support page. Fractal-Bot can be used to transmit this update in the same way it is used to update firmware.

Q: The firmware update failed mysteriously. What should I do?

A: If the unit still boots normally, just try the update again. If successive failures occur, please delete and re-download the update file before trying again. Trying a different USB port or cable can also solve issues.

Q: After updating, the unit will no longer boot normally.

A: See “Recovery” on the next page.

Rolling Back to Older Firmware

You can rollback to a previous firmware. To do so, you need to take a complete backup of your system settings and presets _before_ updating to newer firmware. For instructions on how to take a backup please see Backup_and_restore.

You can find older firmware and editor releases at http://archive.axefx.fr/

To roll back to older firmware:

  • Use Fractal-Bot to install the old firmware
  • Reboot your hardware
  • Use Fractal-Bot to install the old system settings backup file
  • Reboot your hardware
  • Use Fractal-Bot to install the old preset bank files and IR bank files
  • Reboot your hardware

After the final reboot you'll want to switch back to the older editor software as editor software requires minimum firmware versions to work correctly.

More information

The Axe-Fx firmware is coded in C and assembly. [3]

"The Axe-Fx II can be reprogrammed at least 100,000 times." [4]

"Most DSP compilers include library functions for common signal processing functions. However every library I've seen makes the same mistakes in several important and oft-used functions. I can't disclose what functions and what those mistakes are but because of this we use our own hand-coded assembly functions for our own libraries. The results are measurable and audible especially when dealing with the special requirements of amp modeling. I should add that these libraries are low-level functions like FFT() and such. You're not going to find a library that implements a Tube Screamer or even something more granular like a diode clipping circuit. That all has to be developed in-house." [5]