Introduction

I strongly recommend upgrading the BIOS whenever an update is available: https://www.soekris.com/downloads.htm

Since it’s not necessarily obvious how to do it, I’ll explain the process.

Installation

A small package will be needed:

1
apt-get install lrzsz

Upgrading

  • Connect to your BIOS monitor using minicom and run the download command:
1
> download

Or try this if it doesn’t work:

1
> download -
  • We’ll send the file using sx:
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
$ sx -X ~/b5501_133.bin > /dev/ttyUSB0 < /dev/ttyUSB0
Sending b5501_133c.bin, 784 blocks: Give your local XMODEM receive command now.
Xmodem sectors/kbytes sent:  96/12kRetry 0: NAK on sector
Xmodem sectors/kbytes sent:  97/12kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 131/16kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 132/16kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 528/66kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 529/66kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 578/72kRetry 0: NAK on sector
Xmodem sectors/kbytes sent: 579/72kRetry 0: NAK on sector
Bytes Sent: 100352   BPS:1519

Transfer complete

Once completed, flash and reboot:

1
2
3
4
> flashupdate
?Updating BIOS Flash ,,,,,,,,,,,,,,,,,,,,,,,,,,,,..,,,,.... Done.

> reboot

Reference

Last updated 01 Dec 2010, 21:25 +0200. history