Go to advanced search

by jtcave
Thu Aug 29, 2013 4:09 pm
Forum: Raspberry Pi OS
Topic: Using QEMU on ATOM, how does it performance compare to pi?
Replies: 1
Views: 501

Re: Using QEMU on ATOM, how does it performance compare to p

Just to clarify, you're running Raspbian on QEMU, which is itself running on an Atom CPU, right?

The Pi is going to be loads faster in that case.
by jtcave
Thu Aug 29, 2013 3:58 pm
Forum: Raspberry Pi OS
Topic: CDC-ACM Module
Replies: 2
Views: 3792

Re: CDC-ACM Module

Yes, Raspbian has CDC ACM drivers built in. They're plug-and-play, so /dev/ttyACM0 should show up when you plug your adapter in if it really is CDC ACM. At least, it did for my 56k modem. I've never used a mobile broadband adapter, and I don't know if they usually demand special snowflake drivers or...
by jtcave
Fri Aug 23, 2013 11:30 pm
Forum: Bare metal, Assembly language
Topic: ARM emulator FOR the RPi?
Replies: 18
Views: 5648

Re: ARM emulator FOR the RPi?

It isn't an emulator, but GDB will let you step through your program and look at memory locations, registers, the call stack, etc.

Go to advanced search