From: Thomas Ruschival <ruschi79@gmx.net>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] copy to flash ... outside available flash
Date: Tue, 14 Nov 2006 10:48:00 +0000 [thread overview]
Message-ID: <20061114104800.6dfba789@localhost> (raw)
In-Reply-To: <20061113115625.6c0d99ca@localhost>
Here are the commands I loaded the image with:
now I got a different error. It claim the flash wasn't erased?
1.) load image
loadb 100000
// here I am sending the image
## Total Size = 0x0018cfc9 = 1626057 Bytes
## Start Addr = 0x00100000
2.) Verify The Image
=> imi
## Checking Image at 00100000 ...
Image Name: Simple Embedded Linux Framework
Created: 2005-06-07 12:59:15 UTC
Image Type: PowerPC Linux RAMDisk Image (gzip compressed)
Data Size: 1625993 Bytes = 1.6 MB
Load Address: 00000000
Entry Point: 00000000
Verifying Checksum ... OK
3.) erase the flash
=> erase 40100000 403FFFFF
.............. done
Erased 24 sectors
4.) Copying the image
=> cp 100000 40100000 18cfc9
Copy to Flash... Flash not Erased
What is this?? Now I can't even copy things into flash. After copying for
a while it brings this error.
Second attempt: istead of erasing 40100000 to 403FFFFF I erase what is
needed :
=> erase 4010000 +18CFC9
...... done
Erased 13 sectors
=> cp 100000 40100000 18CFC9
Copy to Flash... Flash not Erased
I have no clue what is going on here?
Any input for me?
thanks in advance
Thomas
next prev parent reply other threads:[~2006-11-14 10:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-13 11:56 [U-Boot-Users] copy to flash ... outside available flash Thomas Ruschival
2006-11-13 12:15 ` Martin Krause
2006-11-13 16:45 ` Tolunay Orkun
2006-11-13 19:38 ` Wolfgang Denk
2006-11-13 19:36 ` Wolfgang Denk
2006-11-14 10:48 ` Thomas Ruschival [this message]
2006-11-14 10:36 ` Demke Torsten-atd012
2006-11-14 21:14 ` Wolfgang Denk
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=20061114104800.6dfba789@localhost \
--to=ruschi79@gmx.net \
--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.