Build 32
This commit is contained in:
parent
1cf24aede8
commit
1589b4c5b3
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
To upgrade the F16V5 firmware:
|
||||
|
||||
1. Download the chosen F16V5 firmware fl3 file. This file will be named Falcon_16_Firmware_<build>.fl3
|
||||
1. Download the chosen F16V5 firmware fl3 file. This file will be named Falcon_16_Firmware_V5_<build>.fl3
|
||||
2. Either
|
||||
- Place the file onto an SD card and place that SD card in the SD slot on the controller and reboot
|
||||
the conntroller. When the controller boots it will copy the file into flash ram on the board. Remove
|
||||
|
|
Binary file not shown.
|
@ -0,0 +1,12 @@
|
|||
To download the FL3 file:
|
||||
|
||||
1. Click on the .fl3 file above
|
||||
2. Near the right hand side of the screen will be a Raw button followed by 2 icons. The rightmost button is the download. Click that button to download the file.
|
||||
3. The file will download to the usual location when you download files to your computer.
|
||||
4. Now you can upload the file to the controller or place it on an SD card to load it.
|
||||
|
||||
If the controller complains the file is not valid the most likely reasons are downloading it incorrectly or trying to apply F16 firmware onto a F48 or vice-versa.
|
||||
|
||||
If all else fails email Support and we will email you the file.
|
||||
|
||||
WARNING: Do NOT right click on the filename and select "Save Link As" ... this will not download a valid file!
|
|
@ -0,0 +1,20 @@
|
|||
To upgrade the F48V5 firmware:
|
||||
|
||||
1. Download the chosen F48V5 firmware fl3 file. This file will be named Falcon_48_V5_Firmware_<build>.fl3
|
||||
2. Either
|
||||
- Place the file onto an SD card and place that SD card in the SD slot on the controller and reboot
|
||||
the conntroller. When the controller boots it will copy the file into flash ram on the board. Remove
|
||||
the SD card when done and reboot the controller; or
|
||||
- Navigate to the settings page on the controller web menu and select the "Update Firmware" link and
|
||||
upload the downloaded fl3 file. Once done the controller will reboot.
|
||||
3. During the reboot the controller will validate the firmware. If it is incomplete or invalid the controller
|
||||
will tell you and delete the firmware without changing anything.
|
||||
4. If valid the controller will upgrade the firmware in generally the following order
|
||||
- CPU 1
|
||||
- CPU 2
|
||||
- ESP (the wifi module code)
|
||||
- ESP Files (the wifi web interface)
|
||||
5. Then it will erase the firmware files from flash ram (so it doesnt keep doing the upgrade)
|
||||
6. If successful the OLED screen and the status web page should show the correct build number. To check the
|
||||
ESP (wifi) updated you will need to access the wifi page. If you dont use the wifi interface then you can
|
||||
ignore this.
|
|
@ -36,5 +36,16 @@ Build 31 : 2024-04-09
|
|||
- Fix : Recorder mode sometimes produces invalid FSEQ files
|
||||
- Fix : Add missing test patterns to input pins
|
||||
|
||||
Build 32 : 2024-07-29
|
||||
- Enh : Add a command playlist item
|
||||
- Enh : Add soft fuse support (Advanced)
|
||||
- Enh : Add F48V5 support
|
||||
- Fix : Improve gamma tables
|
||||
- Fix : Send FPP ping when first powered on
|
||||
- Fix : Settings load not working from JSON file
|
||||
- Fix : Reverse + Zig Zag on same string not supported
|
||||
|
||||
Build 33 : 2024-xx-xx
|
||||
|
||||
*** If there is a fix in an unreleased build you believe would help fix an issue you are experiencing then reach out to us at
|
||||
support@pixelcontroller.com and we will provide you a pre-release.
|
||||
|
|
Loading…
Reference in New Issue