From: sean <yskim@human-rh.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [ Ramdisk crc error ]
Date: Fri, 14 Nov 2008 18:40:56 +0900 [thread overview]
Message-ID: <000301c9463d$18434160$48c9c420$@com> (raw)
I've upgrade the capacity of Ram size from 256M to 512M on my custom board
based on SEQUOIA.
(U-boot Version:2008.10-rc2)
I built a ramdisk image which is 72MB.( Also, I modified rd_size to 73728)
When I boot up my board, I've got a message like below.
.
.
RAMDISK: Compressed image found at block 0
crc error
EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
.
.
Why does "crc error" occur??
If I use ramdisk image which is 4MB, "crc error" is not appeared.
And also if I use u-boot for 256MB on 512MB board, "crc error" is not
appeared.
Here are my U-boot source which I modified to upgrade memory.
Sequoia.h
#define CFG_MBYTES_SDRAM (512)
Sdram.c
Everything Related DDR Control Register
Init.s
tlbentry( CFG_SDRAM_BASE_2nd, SZ_256M, CFG_SDRAM_BASE_2nd, 0,
AC_R|AC_W|AC_X|SA_G|SA_I )
amcc-common.h
#define CFG_SDRAM_BASE_2nd 0x10000000
Thanks.
next reply other threads:[~2008-11-14 9:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-14 9:40 sean [this message]
2008-11-14 13:46 ` [U-Boot] [ Ramdisk crc error ] Jerry Van Baren
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='000301c9463d$18434160$48c9c420$@com' \
--to=yskim@human-rh.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.