From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodel Miguel Date: Tue, 16 Nov 2004 22:43:22 +0800 Subject: [U-Boot-Users] env_init hangs!!! Message-ID: <698a2fda041116064331445bc2@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I've searched the archives for this, but I'm not successful. I am porting u-boot_1.1.1 on an arm920t based board. I used SMDK2410 as my template for porting. I modified the flash, UART, and memsetup that would suit my board, however there were no messages displayed on the UART. I tried to trace which point in the u-boot code does my system hang. The program counter stops in the crc32 call in the env_init function ( ! CFG_ENV_ADDR_REDUND ). What could be causing my system to hang on the ff. line: if (crc32(0, env_ptr->data, ENV_SIZE) == env_ptr->crc) Thank you very much for your time. Best Regards, Rodel