I ordered a few of these too. They took 10 days from order to delivery - not bad for China!
Here's what came in the package:
- The board itself, packed in bubble wrap and an antistatic ziplock bag.
- A 16Gb micro SD card, already in the slot, preloaded with Linux. It's not necessary to work through the getting started guide at first; you can just plug it in and take a look.
- A 5V wall wart - with an American plug on it, and I don't have an adapter. Doh! Not a huge problem though, since I have a 5V supply already.
- Mini USB cable.
There are no mounting holes. Are these things so price sensitive that they couldn't afford to drill four holes in the corners? Building anything real around this will involve using it as a daughterboard.
Decoupling is, as mac.6 says, minimal. There are no parts at all on the underside of the board; I expected at least a few capacitors near the power pins.
At power on, Linux boots in about 5 seconds. The board draws about 200mA while booting, dropping to 160mA once up.
Taking a quick look at the peripherals:
The micro USB port is connected via a CP2102N USB-to-serial chip to PS UART 1. Obviously this limits flexibility - it can't enumerate as a HID, say, or as multiple serial ports - but the data sheet claims that it runs at up to 3 Mbaud, so there should be plenty of throughput.
The Ethernet PHY is an IP101GA. It links up at 100Mbps, and I measured the throughput at 98 Mbps in both directions. Not too shabby! I didn't measure the latency.
I took a quick look at the IO headers too. The first observation is that there aren't many ground pins; maybe there'll be crosstalk between the adjacent IOs. There aren't a lot of power pins, either.
At least some of the IO pins appear to be routed as length matched differential pairs. Maybe it's possible to use them at high speed. I haven't looked closely, though.