FS-9061 v1.4 update – LxNETES 2.3

for ConnectME

 

 

 

Last Updated: 07/08/10        Fix Count: 4

 

 
Title
Faster SDRAM refresh cycle for high temperatures
 
Date Fixed: 07/08/2010
 
Description:
The patch enables firmware to boot and run above 70°C
 
Files: 
http://ftp1.digi.com/support/patches/LxNETES_ConnectME_SDRAM.patch
 
Dependencies:
This patches requires FS-9061 CD version 1.4 is previously installed.
 
Release Notes:
Save enclosed file in your project directory, e.g. /targets/LxNETES/project_digi_me/LxNETES_ConnectME_SDRAM.patch
 
execute:
 
# cd /targets/LxNETES/project_digi_me
# patch -p1 <LxNETES_ConnectME_SDRAM.patch
 
then rebuild your project:
 
# source LxNET.sh
# bash prepare.sh
# make clean
# make
 
 
 
Title
New Flash Support for Connect ME
 
Case:  internal
 
Date Fixed: 07/07/09
 
Description

The patch enables firmware to boot on modules equipped with new flash chip: M29DW323DB

 

Files:

http://ftp1.digi.com/support/patches/LxNETES_ConnectME_newflash.tbz2

 

Dependencies

This patches requires FS-9061 CD version 1.4 is previously installed.

 

Release Notes:

Save enclosed file in your project directory, e.g. /targets/LxNETES/project_digi_me/LxNETES_ConnectME_newflash.tbz2
execute:
 
# cd /targets/LxNETES/project_digi_me
# tar xjf LxNETES_ConnectME_newflash.tbz2
 
then rebuild your project:
# source LxNET.sh
# sh prepare.sh      <= if this is showing errors, use "bash prepare.sh"
# make clean
# make
 
 
Title
Timer issue
 
Case:  internal
 
Date Fixed: 09/27/07
 
Description
The patch fixes system hangs or deadlocks caused by the ethernet driver, when using timers (in applications or other drivers).

 

Files:

LxNETES_ConnectME_fix_ethled.diff

 

Dependencies

This patches requires FS-9061 CD version 1.4 is previously installed.

 

Release Notes:

To apply the patch save the enclosed file in your project directory, e.g. under /targets/LxNETES/project_digi_me/LxNETES_ConnectME_fix_ethled.diff
and execute:
 
# cd /targets/LxNETES/project_digi_me
# patch -p0 < LxNETES_ConnectME_fix_ethled.diff
 
then rebuild your project:
# source LxNET.sh
# sh prepare.sh
# make clean
# make
 
 
Title
FS-9061 CD Upgrade to 1.4p1
 
Case:  internal
 
Date Fixed: 08/01/07
 
Description
LxNETES add-on CD for ConnectME v1.4 patch 1.
This add-on to LxNETES 2.3 is an upgrade for the ConnectME development kit.
It includes support for the 2MB as well as the 4MB ConnectME and includes support for Network LED, BOA web browser etc.
 
Fixes in v1.4:
- documentation addons
- fix for serial driver (modify serial driver for changing RTSCTS at runtime)
- fix for serial driver (set ~RTS if flip buffer runs out of space to avoid lost of received chars)
- fixed flash eeprom placement in DIGI_ME (4MB) modules
- fixed LED Network activity timer issue
 

 

Files:

9061connectme1_4p1.tbz2

 

Dependencies

These patches require FS-9061 CD version 1.1, 1.2 or 1.3 is previously installed

 

Release Notes:

Deflate the tar file and run install.tcl

Please refer to the readme file included in the .tar for additional details.