zImage is created. I am using gcc version
4.5.2 (Sourcery G++ Lite 2011.03-41)
Please let me know if I am missing something.
Thanks & Regards,
Tushar
On Wed, 05 Oct 2011 18:56:51 +0530 wrote
>On 4 October 2011 06:07, TusharK wrote:
> I tried executing QEMU (realview-smp ARM11MPCor
Hi,
I would like to debug the head.S code. I compiled the kernel with the debug
information and put the breakpoints at start_kernel, __init_begin,
decompress_kernel, __start functions. But all these breakpoints except
start_kernel were never hit. Always the execution is stopped at start_kernel
would be
good if you could also try this at your end.
Thanks & Regards,
Tushar
On Thu, 06 Oct 2011 13:43:52 +0530 wrote
>On 6 October 2011 04:43, TusharK wrote:
> (1) Does your kernel boot on the real hardware?
> I do not have real hardware to test my kernel. But what
Hello,
I am not getting any reply on this query. I do not know how should I use this
combination and really stuck because of this. Can somebody from QEMU devel
quickly provide me help in this regard? I do not know what is taking time to
answer this query. Let me know if anything is needed from
Hi,
I tried executing QEMU (realview-smp ARM11MPCore) with Linux kernel 2.6.39.3,
but it failed. Kernel itself is not getting decompressed.
I am executing below command.
qemu-system-arm -M realview-eb-mpcore -cpu arm11mpcore -kernel
arch/arm/boot/zImage -m 256M -append "root=/dev/sda conso
Hi,
I would like to know whether I can make fewer changes into existing QEMU to
support my new custom board? I am planing to use IPs from ARM and Synopsys. So
Whatever IPs I am planning to use from ARM and Synopsys are available in QEMU?
If not how can I add support in QEMU?
Basically I woul
Hello,
I tried executing QEMU (realview-smp ARM11MPCore) with Linux kernel 2.6.39.3,
but it failed. Kernel itself is not getting decompressed. I compiled the kernel
with realview-smp_config and build was successful. Can you please let me know
how can test QEMU + ARM11MPcore combination.
Th