Todo #3715
closedChange default serial speed to 115200
100%
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.
Updated by Renato Botelho over 10 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 4887afa18b1cef26ed28b44ded38afc8b344767b.
Updated by Trond Vindenes over 10 years ago
Tested with pfSense-2.2-DEVELOPMENT-4g-amd64-nanobsd-20140814-0656.img.gz, 115200 is now the default setting on a new install.
Connected to a serial port with the speed set to 115200 with no issues.
Updated by Renato Botelho over 10 years ago
- Status changed from Feedback to Resolved