Re: [Qemu-devel] Baremetal Netduino2 -- cannot output on UARTs 2-4

2016-10-06 Thread Alistair Francis
On Thu, Oct 6, 2016 at 2:52 PM, Seth K wrote: > You're right, qemu was not happy with that command line, but your pointer > really helped me out, thank you!! I think a combination of my > misunderstanding what the arguments meant, and a weird bug with this chip, > resulted in my complete confusion

Re: [Qemu-devel] Baremetal Netduino2 -- cannot output on UARTs 2-4

2016-10-06 Thread Seth K
You're right, qemu was not happy with that command line, but your pointer really helped me out, thank you!! I think a combination of my misunderstanding what the arguments meant, and a weird bug with this chip, resulted in my complete confusion. Using the command line: ../qemu/arm-softmmu/qemu-sys

Re: [Qemu-devel] Baremetal Netduino2 -- cannot output on UARTs 2-4

2016-10-04 Thread Alistair Francis
On Mon, Oct 3, 2016 at 1:25 PM, Seth K wrote: > I have made a bare metal "Hello World" program for the Netduino2. I have > pushed it here: > > https://github.com/skintigh/baremetal_netduino2 > > It should output "Test 1/4" to USART 1, "Test 2/4" to USART 2, "Test 3/4" > to USART 3 and "Test 4/4" t

[Qemu-devel] Baremetal Netduino2 -- cannot output on UARTs 2-4

2016-10-03 Thread Seth K
I have made a bare metal "Hello World" program for the Netduino2. I have pushed it here: https://github.com/skintigh/baremetal_netduino2 It should output "Test 1/4" to USART 1, "Test 2/4" to USART 2, "Test 3/4" to USART 3 and "Test 4/4" to UART 4. What actually happens in QEMU is only the first