
19 Jul
2005
19 Jul
'05
5:39 p.m.
Wolfgang Denk wrote:
In message 20050719073213.49786.qmail@web30712.mail.mud.yahoo.com you wrote:
Thanks to Wolfgang Denk, Catalin Marinas, and Peter Pearse, I now have 2.6.12-rmk1 running with base.cramfs on the PB-ARM926EJ-S. The following documentation is for reference:
...
- Copy the uImage from flash to SDRAM:
cp 0xbbccddee 0x7fc0 0x123456
...
- Bootup
bootm 0x7fc0
The "cp" step (4.) is redundant. Instead, just type "bootm 0xbbccddee".
Not on Versatile, where we have not yet implemented CONFIG_HAS_DATAFLASH correctly. At present one must copy the kernel image into the load address before using bootm.
I have this on my list of patches to make....
Peter