qemu-discuss
[Top][All Lists]
Advanced

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

Re: [Qemu-discuss] qemu -kernel u-boot.bin


From: Matwey V. Kornilov
Subject: Re: [Qemu-discuss] qemu -kernel u-boot.bin
Date: Tue, 10 Jun 2014 19:49:23 +0400

Ok, It works as expected on qemu 1.7 when I put ELF u-boot for -kernel option.
I suppose info->entry somehow affects the cpu reset.


2014-06-10 17:25 GMT+04:00 Dale R. Worley <address@hidden>:
>> From: "Matwey V. Kornilov" <address@hidden>
>>
>> Could you please explain me what qemu should do in the following case?
>> I have u-boot.bin and I am running following command (both 1.3.1 and 1.7
>> have the same behavior):
>>
>> qemu-system-arm -M vexpress-a9 -cpu cortex-a9 -m 1024 -kernel u-boot.bin
>> -serial stdio
>>
>> Using -s command and remote gdb I see that u-boot.bin is placed to
>> 0x60000000 (which I suppose is the begin of the RAM) and execution is
>> started from 0x60000000, but after 3 asm instructions execution pointer
>> jumps to 0x60010000 (which is in the middle of some random u-boot
>> function). So, nothing works.
>>
>> Could you please point me, how should I find where is my problem?
>
> What are the three instructions that are executed?  It appears that
> the last of the three is a jump to 0x60010000.
>
> Dale



-- 
With best regards,
Matwey V. Kornilov
http://blog.matwey.name
xmpp:address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]