by phobiac » Wed Jul 25, 2012 1:09 am
$this->bbcode_second_pass_quote('WarheadsSE', 'Y')ou.. wha?
Tx <-> Rx not Tx <-> Tx
I... well then. Can you tell I'm fairly new to this? I was following the logic that you match the green to to green, so to speak, so I stuck Tx to Tx. I've got it working now and get an output over the serial connection. Thank you for pointing out that foolish mistake.

Anyway, now I seem to have an even stranger issue. Here's what I get
$this->bbcode_second_pass_code('', 'U-Boot 2010.09 (Oct 23 2010 - 11:51:16)
Marvell-PinkPogo by Jeff Doozan
SoC: Kirkwood 88F6281_A0
DRAM: 256 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: egiga0
88E1116 Initialized on egiga0
Hit any key to stop autoboot: 0
## Error: "bootcmd_usb" not defined
## Error: "bootcmd_ubi" not defined
## Error: "bootcmd_pogo" not defined
resetting ...
')
If I interrupt autoboot, I get to a prompt that says "Marvell>>" and has some commands. I'm assuming that those three bootcmd_* bits that aren't defined are how uboot knows how to boot? So I've just got to set those again and should be good to go? Thank you very much for your help so far.