This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000313] unable to execute linux kernel with Redboot


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000313





------- Additional Comments From lexaiu4@mail.ru  2006-09-19 10:40 -------
RedBoot(tm) bootstrap and debug environment [RAM]
Non-certified release, version UNKNOWN - built 13:01:49, Sep 19 2006

Platform: IXDP425 Development Platform (IXP42X 533MHz) BE
Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
Copyright (C) 2003, 2004, 2005, 2006 eCosCentric Limited
With this configuration the board works but to not be loaded a kernel

RAM: 0x00000000-0x02000000, [0x0016cc98-0x01fc1000] available
FLASH: 0x50000000 - 0x50800000, 64 blocks of 0x00020000 bytes each.
RedBoot> mfill -b 0x0016d000 -l 0x1000 -p 1
RedBoot> mfill -b 0x0016d000 -l 0x10000 -p 1
RedBoot> mfill -b 0x0016d000 -l 0x100000 -p 2
RedBoot> mfill -b 0x0016d000 -l 0xf00000 -p 5
RedBoot> mfill -b 0x0016d000 -l 0x1000000 -p 0
RedBoot> mfill -b 0x0016d000 -l 0x1a00000 -p 1
RedBoot>
RedBoot> load -r -v -b 0x01600000 /linux/kernel
Using default protocol (TFTP)
/
Raw file loaded 0x01600000-0x016fffff, assumed entry at 0x01600000
RedBoot> fis create -b 0x01600000 -l 0x1000000 -e 0x00800000 -r 0x01600000 zimage
** WARNING: RAM address: 0x01600000 may be invalid
   valid range is 0x00000000-0x02000000
Can't locate 1000000(16777216) bytes free in FLASH
RedBoot> fis create -b 0x01600000 -l 0xc0000 -e 0x00800000 -r 0x01600000 zimage
... Erase from 0x50080000-0x50140000: ......
... Program from 0x01600000-0x016c0000 at 0x50080000: ......
... Unlock from 0x507e0000-0x50800000: .
... Erase from 0x507e0000-0x50800000: .
... Program from 0x01fe0000-0x02000000 at 0x507e0000: .
... Lock from 0x507e0000-0x50800000: .
RedBoot> fis load zimage
RedBoot> exec -b 0x01600000
Length required for non-standard base address
RedBoot> exec
Using base address 0x01600000 and length 0x000c0000

it hang silently
=((

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]