Project

General

Profile

Actions

Todo #3715

closed

Change default serial speed to 115200

Added by Jim Pingle almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Console Menu
Target version:
Start date:
06/20/2014
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

The default serial console speed should be changed to 115200 to be more in line with current hardware.

To ensure both the boot blocks and the kernel and other functions all use the right default speed, we can use:

make.conf needs: BOOT_COMCONSOLE_SPEED=115200
Kernel config needs: options CONSPEED=115200
/boot.config: -S 115200 (or whatever optional speed is set by the user in the config)
/boot/loader.conf: comconsole_speed="115200"

Also the list of serial speeds offered in the GUI should be reversed with 115200 at the top and proceeding in descending order.

Actions

Also available in: Atom PDF