[U-Boot-Users] configure to run a xipImage

3 Apr
2007
3 Apr
'07
1:32 p.m.
Hello!
I would like to run a xipImage. I'm sure I have to tell u-boot that this is the case, but how? For the moment I have an xipImage that prints "Magic Bad Number" when I try to start it.
Greetings
--- Joakim Nordell

3 Apr
3 Apr
2:56 p.m.
In message MLEGLOMOGFHHOOFGOCHAGEBADAAA.tde02003@gmail.com you wrote:
I would like to run a xipImage. I'm sure I have to tell u-boot that this is the case, but how? For the moment I have an xipImage that prints "Magic Bad Number" when I try to start it.
This is on PowerPC, I assume?
An XIP image has the following properties: it is not compressed (IH_COMP_NONE), and load address is the current start address in memory (ntohl(hdr->ih_load) == addr); see "common/cmd_bootm.c" lines 320ff.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
You Don't Have To Be 'Damned' To Work Here, But It Helps!!!
- Terry Pratchett, _Eric_
6609
Age (days ago)
6609
Last active (days ago)
1 comments
2 participants
participants (2)
-
Joakim Nordell
-
Wolfgang Denk