freebsd / crochet

Build FreeBSD images for RaspberryPi, BeagleBone, PandaBoard, and others.
BSD 2-Clause "Simplified" License
611 stars 188 forks source link

Wandboard boot issue #66

Closed teverett closed 10 years ago

teverett commented 10 years ago

The latest build of wandboard acts differently than the previous ones. U-boot connects at 115200 8-n-1, but I need to set my serial client to 9600 in order to log in to the RS-232 console. I don't recall this being the case previously.

kientzle commented 10 years ago

I recall hearing about some changes a month or so ago -- ask on freebsd-arm@ for details -- that allow the console RS-232 baud rate to be changed. So you may have to add something to explicitly tell the kernel what baud rate you want.

teverett commented 10 years ago

Ive changed ttys to specify that the serial console is 115200 8-n-1. It works now so I'm doing one last build and check before I commit.