[U-Boot-Users] Problem with the prompt

Hi all,
When u-boot is loaded on board following messages come on my board.
U-Boot 1.3.3 (Jul 2 2008 - 10:34:34)
DRAM: 256 MB
ERROR: too many flash sectors
Flash: 64 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
$
If I don't press any key, within 1 minute above things repeat on hyper terminal again. Actually till user doesn't press anything, above messages should not repeat on hyper terminal.
Kindly note that
1) CONFIG_BOOTDELAY -1
And none of the below #defines are enabled
CONFIG_BOOT_RETRY_TIME
CONFIG_BOOT_RETRY_MIN
CONFIG_AUTOBOOT_KEYED
CONFIG_AUTOBOOT_PROMPT
CONFIG_AUTOBOOT_DELAY_STR
CONFIG_AUTOBOOT_STOP_STR
CONFIG_AUTOBOOT_DELAY_STR2
CONFIG_AUTOBOOT_STOP_STR2
CONFIG_ZERO_BOOTDELAY_CHECK
CONFIG_RESET_TO_RETRY

Problem might be in SDRAM configuration. Just check it...
Regards,
Karthikeyan
________________________________
From: u-boot-users-bounces@lists.sourceforge.net [mailto:u-boot-users-bounces@lists.sourceforge.net] On Behalf Of navin karnam Sent: Wednesday, July 02, 2008 11:36 AM To: u-boot-users@lists.sourceforge.net Subject: [U-Boot-Users] Problem with the prompt
Hi all,
When u-boot is loaded on board following messages come on my board.
U-Boot 1.3.3 (Jul 2 2008 - 10:34:34)
DRAM: 256 MB
ERROR: too many flash sectors
Flash: 64 MB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
$
If I don't press any key, within 1 minute above things repeat on hyper terminal again. Actually till user doesn't press anything, above messages should not repeat on hyper terminal.
Kindly note that
1) CONFIG_BOOTDELAY -1
And none of the below #defines are enabled
CONFIG_BOOT_RETRY_TIME
CONFIG_BOOT_RETRY_MIN
CONFIG_AUTOBOOT_KEYED
CONFIG_AUTOBOOT_PROMPT
CONFIG_AUTOBOOT_DELAY_STR
CONFIG_AUTOBOOT_STOP_STR
CONFIG_AUTOBOOT_DELAY_STR2
CONFIG_AUTOBOOT_STOP_STR2
CONFIG_ZERO_BOOTDELAY_CHECK
CONFIG_RESET_TO_RETRY

On Wednesday 02 July 2008, navin karnam wrote:
When u-boot is loaded on board following messages come on my board.
U-Boot 1.3.3 (Jul 2 2008 - 10:34:34)
DRAM: 256 MB ERROR: too many flash sectors
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Flash: 64 MB *** Warning - bad CRC, using default environment
In: serial Out: serial Err: serial
$
I suggest that you first solve the problem above with the "too many flash sectors". Most like you only need to increase CFG_MAX_FLASH_SECT in your board config file.
Best regards, Stefan
===================================================================== 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@denx.de =====================================================================
participants (3)
-
Karthikeyan Kadirvel, Chennai
-
navin karnam
-
Stefan Roese