[okl4-developer] booting fails on pxa270
kashin Lin
kashin08 at gmail.com
Wed Sep 5 19:15:09 EST 2007
Hi,
i build okl4 for pxa270 using following machine configuration:
class creator(pxa):
virtual = False
timer_driver = "pxa250_timer"
uart = "FFUART"
subplatform = "pxa270"
drivers = [timer_driver] + pxa.drivers
skyeye = "creator.skyeye"
memory = pxa.memory.copy()
memory['physical'] = [(0xa0000000L, 0xa3FFFFFFL)] //RAM CONFIGURATION
memory['rom'] = [(0x00000000L, 0x01FFFFFFL)]
cpp_defines = pxa.cpp_defines + [("PLATFORM_PXA", 1),
("SERIAL_FFUART",1), ("CONFIG_PXA270", 1), ("CONFIG_SUBPLAT_PXA270", 1)]
and linux configuration is as attached.
after building it. i load the image on 0xa0000000 on real embedded board
and jump to there.
but it just stops when booting. the output messages is:
========================================
myuu-boot$ go a0000000
## Starting application at 0xA0000000 ...
OKL4 - (provider: Open Kernel Labs) built on Sep 4 2007 03:31:16 using gcc
vers
ion 3.4.4.
init_spaceids:125: Init spaceids 256 spaces
Fast Bus Mode Enabled
Turbo Mode
*****************************************
* Iguana system, Copyright 1996-2006 *
* ERTOS - National ICT Australia *
*****************************************
vbase is 0x1302000, vend is 0xcfffffff
addr is 0x1302000, vbase is 0x1302000
PXA25X OS Timer driver starting...
PXA25X wrap handler installed
Using FFUA *(STOP HERE)
========================================
can anyone give me some suggestions about what may be the cause of this
status
and how can i fix it?
thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.okl4.org/pipermail/developer/attachments/20070905/4b3a6e0e/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: l4linux_config_creator
Type: application/octet-stream
Size: 8242 bytes
Desc: not available
Url : http://lists.okl4.org/pipermail/developer/attachments/20070905/4b3a6e0e/attachment.obj
More information about the Developer
mailing list