[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] MicroBlaze-uCLinux system simulator is running Linux shell



>Hi Antti,
>
>antti@openchip.org wrote:
>
>> there is no Panic any more after rebuilding >> the kernel, and the
simulator goes to sash 
>> shell, full log can be seen there
>> 
>> http://uclinux.openchip.org/

>> Impressive - any details on the simulation 
>> architecture?  Are you simulating the entire >> system (which
would be great for new port 
>> bring-up), or is it an instruction set 
>> simulator with stubs for peripherals?
>>
>> Cheers,
>>
>> John

Hi John,

it is currently emulating mbvanilla to the minimimal extent to run to
the prompt - its strange the the console works with no UART
interrupts! I would not have believed that!
but it does. Maybe because the emulated uartlite TX is never busy so
all data is sent out instantly always and TX buffer never filled.

it is planned to have the simulator to parse
.MHS file and load peripheral support modules using module handler
mapping file.

at the moment I am stuck with systemACE support, I enabled it in
kernel, then I had to enable DOS partition as well after that the
system is initialized, but after first read sector commands there
comes IRQ what is handled correctly - sysace irq reset, re-enabled
INTC IAR reset, then there is one read to sysace status register, and
thats where booting hangs!

so I am not sure where the problem is, as I have not had uClinux with
sysace working so far. :(

antti

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/