News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

[Telit] "CRC error loading default env" with Telit GE863-PRO³. What now?

Started by Horsa, May 25, 2010, 10:33:49 AM

Previous topic - Next topic

Horsa

When booting the Linux reference distribution on your Telit GE863-PRO³, you can happen to get the following error message:
CRC error loading default envU-Boot 1.2.0 (Jul  1 2008 - 17:21:48)- 18 Telit
This can happen because the latest Linux reference ditribution does not match the U-Boot version on your module.
With U-Boot version "20 Telit", it has been proven that the following commands can get your module booting Linux correctly.
protect off D001CE00 D0020FFF
setenv bootcmd cp.b 0xd0021000 0x20200000 0xf7348\; bootm 0x20200000
setenv bootargs console=ttyS0,115200 mem=64M rootfstype=jffs2 root=/dev/mtdblock1 rw mtdparts=spi0.1-AT45DB321x:1221k(ARMboot)ro,- @1221k(root)
saveenv
protect on D001CE00 D0020FFF