UBoot 1.1.3 FS.1a  LxNETES 3.2

For FSF CC9U/UNC90

 

 

 

Last Updated: 12/17/07         Fix Count: 1

 

 
Title
UBoot 1.1.3 FS.1a update
 
Case:  internal
 
Date Fixed: 09/06
 
Description
Customers buying single modules (or big batches) which are not part of a kit, NEED TO UPDATE to the U-Boot version their development was based on!!!
 
DIGI does not give any guarantee on the firmware which is delivered on single or batch modules!
These modules are intended to be programmed with custom firmware (bootloader+OS), so we are only programming them with something to check that the hardware is working.
 
For example, the CC9U/UNC90 FS-0373 module comes with:  U-Boot 1.1.4 (Dec  7 2006 - 13:43:25)  FS.3-rc
This is an unreleased version that customers should not use for production.
 
Customers must either use the U-Boot version they used during their development, or they must update to a newer one like Uboot 1.1.3 FS.1a.  In the latter case, customers will need to verify/test their OS again against the newer U-Boot version.
 
U-Boot 1.1.3 FS.1a was officially released (Sept. 2006), and is recommended for the CC9U/UNC90.
 
 

Files: U-Boot 1.1.3 FS.1a Binary

 

Special Instructions

 

upgrade/downgrade instructions for U-Boot on CC9U/UNC90:
a) via TFTP
* place the new U-Boot binary image with filename: u-boot-unc90dev.bin into the download folder of your TFTP server
* connect TFTP server host and development board with mounted CC9U with ethernet cross cable
* interrupt U-Boot from autoboot to get U-Boot prompt on serial console and enter:
* enter command: tftp 20100000 u-boot-unc90dev.bin
* if upload was successfull continue, if not check your TFTP server connection until last step succeeded
ONLY CONTINUE IF UPLOADING VIA TFTP SUCCEEDED!
* enter command: protect off 1:0-3; erase 10000000 1003ffff
* enter command: cp.b 20100000 10000000 $(filesize)
* reset or enter: reset
 
b) updating U-Boot via USB
* place the new U-Boot binary image with filename: u-boot-unc90dev.bin into the root directory of a USB memory stick (the stick should have only one partition)
plugin the USB stick into the development board USB connector
* interrupt U-Boot from autoboot to get U-Boot prompt on serial console
* enter command: usb reset; fatload usb 0 20100000 u-boot-unc90dev.bin
* if upload was successfull continue, if not try different memory stick until last step succeeded
ONLY CONTINUE IF UPLOADING VIA USB SUCCEEDED!
* enter command: protect off 1:0-3; erase 10000000 1003ffff
* enter command: cp.b 20100000 10000000 $(filesize)
* reset or enter: reset

 

Dependencies

This patch also requires the installation of the following patch(es):

None