Re: [Qemu-discuss] Starting troubles in running stm32f4 on an i386

2015-03-06 Thread Peter Maydell
On 7 March 2015 at 00:54, Jakob Bohm jb-gnumli...@wisemo.com wrote: Life would be so much easier if the Arm machines supported by the Linux kernel, qemu etc. were more like the PC architectures: Well, perhaps, but the ARM ecosystem is not like x86. In x86 everything in the world is basically

Re: [Qemu-discuss] Starting troubles in running stm32f4 on an i386

2015-03-04 Thread Peter Maydell
On 4 March 2015 at 20:16, Srinath M srinath3...@gmail.com wrote: I am new to qemu and want to run a program meant for arm-cortex-m3 on an i386. So i ran the following command ./qemu-system-arm -cpu cortex-m3 -S -s -singlestep -nographic -m 513 -kernel hello.elf I get the following output

Re: [Qemu-discuss] Starting troubles in running stm32f4 on an i386

2015-03-04 Thread Srinath M
The binary is for a very custom board. http://autoquad.org/ I have replaced the sensor reading tasks with an onboard simulation that feeds 'virtual sensor values' to the STM32F4. This way the executable is now entirely self contained and doesn't call any physical sensors etc I would rather alter