UEFI
firmware to the BredOS one.UEFI
resolution fix.UEFI
installtion .zip file found here.3.2 in-place update
-> FAT32 formated USB Stick.3.3 Update through flasher
-> A CH341A-based flasher.A very handy pack including the flasher, clip, and other useful accessories can be ordered here:
https://www.aliexpress.com/item/32263275388.html
If the link has expired, feel free to give us a heads-up on Discord or Telegram.
You can install our UEFI
firmware from within the Radxa UEFI by following these steps:
BuildOptions
BurnImage.efi
cix_flash_all.bin
cix_flash_ota.bin
FlashUpdate.efi
Shell.efi
startup.nsh
VariableInfo.efi
UEFI
. If you have trouble accessing the UEFI Settings, check this guide.Boot Manager
-> UEFI Shell
to enter the command line interface.After a successful update, shut down the board and disconnect it from the power source for at least 10 seconds!
If you have trouble booting the Prions UEFI
or prefer using a flasher follow the steps below.
Ensure that your flasher is set to 1.8 volts! Use the 1.8V-Adapter to do this.
flashrom
.sudo pacman -S flashrom
du ./cix_flash_all.bin
6288062 ./cix_flash_all.bin
In the example above the file size is 6288062
.
<your file size here>
with the file size from the command above.dd if=/dev/zero bs=1 count=$((8388608 - <your file size here>)) >> ./cix_flash_all.bin
Ensure that your board is disconnected from power while removing or inserting the SPI chip!
The SPI chip on the Prion is socketed for easy removal. The socket is located between the CPU fan header and the GPIO port. To easily locate the chip refer to the documentation by Radxa found here.
sudo flashrom -p ch341a_spi -w ./cix_flash_all.bin
If you see the text "VERIFIED," the firmware has been flashed correctly.