From: Stefano Babic <sbabic@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] How to resolve CRC issue in Uboot and maintain the env variables
Date: Fri, 25 Nov 2011 16:05:49 +0100 [thread overview]
Message-ID: <4ECFAECD.7090407@denx.de> (raw)
In-Reply-To: <4ECF9B45.8060409@easunreyrolle.com>
On 25/11/2011 14:42, Zaheer Sheriff wrote:
> Stefan,
>
> I thought the error is generic, I never know it is processor or board
> specific error.
You are wrong. It is not the same thing to store on NAND, on CFI flash,
on I2C Eprom, on .....
> Here are the details:
> OMAPL138 EVM board u-boot version 2011.9 NOvember release.
^--- September
> modified env in da850 config file as :
> -------
> /*
> * Linux Information
> */
> #define LINUX_BOOT_PARAM_ADDR (PHYS_SDRAM_1 + 0x100)
> #define CONFIG_CMDLINE_TAG
> #define CONFIG_SETUP_MEMORY_TAGS
> #define CONFIG_BOOTARGS "mem=32M console=ttyS2,115200n8 noinitrd
> rw ip=10.1.5.115:10.1.5.69:10.1.5.1:255.255.255.0::eth0: root=/dev/nfs
> nfsroot=10.1.5.69:/home/targetNFS"
> #define CONFIG_BOOTCOMMAND "if mmc rescan 0:1; then fatload mmc 0:1
> 0xc0700000 uImage; bootm c0700000; fi;"
> #define CONFIG_BOOTDELAY 3
> #define CONFIG_EXTRA_ENV_SETTINGS "ethaddr=00:08:ee:03:6a:c4\0"
> ---------------------------
> Will this extra env creates CRC error.
This is only the default environment when no environment is found. After
the first time the environment is set, it is not used again.
>
> this is my env variable:
>
> setenv bootcmd 'sf probe 0;sf read c0008000 40000 340000; go c0008000'
Well, the environment in da850_am18xxevm.h (I assume, you have not yet
said *exactly* which board you used as reference) starts at offset
0x40000. And it seems you put some code at this offset, else why do you
want run it...
Are you sure you are not overwriting the SPI flash ?
Best regards,
Stefano Babic
--
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
prev parent reply other threads:[~2011-11-25 15:05 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-25 10:51 [U-Boot] How to resolve CRC issue in Uboot and maintain the env variables Zaheer Sheriff
2011-11-25 12:22 ` Stefano Babic
2011-11-25 13:42 ` Zaheer Sheriff
2011-11-25 15:05 ` Stefano Babic [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4ECFAECD.7090407@denx.de \
--to=sbabic@denx.de \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox