Author Topic: [Telit] "CRC error loading default env" with Telit GE863-PRO³. What now?  (Read 9613 times)

Horsa

  • Moderator
  • Full Member
  • *****
  • Posts: 145
  • Trenz Electronic GmbH
    • Trenz Electronic GmbH
When booting the Linux reference distribution on your Telit GE863-PRO³, you can happen to get the following error message:
Code: [Select]
CRC error loading default envU-Boot 1.2.0 (Jul  1 2008 - 17:21:48)- 18 TelitThis 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.
Code: [Select]
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
« Last Edit: January 12, 2011, 12:44:24 PM by Hengist »