Strange... I thought the config mode was configured as CH1... must be something to do with the dual client/ap mode.
If you connect at 74880 baud to the Oak, you should *always* get some output when you connect the power, as the bootloader starts up at that rather odd baud rate.
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x40100000, len 3632, room 16
tail 0
chksum 0xc0
load 0x3ffe8000, len 352, room 8
tail 8
chksum 0x82
csum 0x82
OakBoot v1 - N,BP,4
However, yes, otherwise you won't get any output, as by default the oak config mode is compiled with serial messages turned off. Otherwise you would connect at 115200 baud, and it would give you info at that baud rate. Only way you'll get output now is if your sketch has serial output and is running (except for the bootloader at 74880 baud).
Looking like this is either an error on the particle end, or maybe the Oak needs a reflash beat it into submission.