LincStation N1 BIOS Online Upgrade Instructions

LincStation N1 BIOS Online Upgrade Instructions

Video tutorial:

bios-n1-0806

Step1:Login to Unraid and open the Terminal.

Step2:Run the followin command in Terminal.

sudo dmidecode -t 2 | grep -q "TVI8310X" && { wget https://www.lincos.ai/wp-content/uploads/2025/08/BIOS_N1_A7FD1BED_202507301518.tar -O /tmp/bios.tar && md5sum /tmp/bios.tar | grep -qi "500247473443b145c2a164f98b581f0c" && { mkdir -p /tmp/bios_temp; tar -xvf /tmp/bios.tar -C /tmp/bios_temp; ls /tmp/bios_temp && /tmp/bios_temp/afulnx_64 /tmp/bios_temp/LincStation_N1_A7FD1BED_202507301518.bin /P /N /X; } || echo "MD5 verification failed, abort update"; } || echo "Not need update."

Step3:BIOS update will proceed automatically.

Critical: Do not power off during BIOS update. Upon completion, the Terminal will display:

Step4:Reboot the system:

Step5:Check BIOS version in Unraid.

Version: LincStation_N1_A7FD1BED_202507301518

⚠️ Note:
If the Terminal shows "MD5 verification failed, abort update", rerun the command to retry.
If it displays "Not need update.", no further action is needed.

Scroll to Top