# HG changeset patch # User Mychaela Falconia # Date 1521173620 0 # Node ID d584d7b50f108a4c30bd1f0cbcee0b5f40367435 # Parent 0775b86c4a28b253c1578b6e1525878360f76922 README: simplified way of setting TR_BAUD_CONFIG to TR_BAUD_812500 diff -r 0775b86c4a28 -r d584d7b50f10 README --- a/README Fri Mar 16 03:50:38 2018 +0000 +++ b/README Fri Mar 16 04:13:40 2018 +0000 @@ -129,17 +129,7 @@ rate, even plain 115200. However, the slower the RVTMUX serial channel runs, the slower will the virtual LCD update, hence running the serial line at 812500 baud is still preferable. To change the RVTMUX serial baud rate from 115200 bps -to 812500 bps in your Magnetite firmware build, follow these steps: - -* Run ./configure.sh like you normally would, selecting the UI-enabled config - of interest for your target. - -* Go into the build directory, and before running 'make', edit - config/swconfig.cfg - it is one of the config headers generated by the - configure.sh process. In that configuration header file, change the - TR_BAUD_CONFIG setting from TR_BAUD_115200 to TR_BAUD_812500. - -* Run 'make' or 'make ram' as desired after editing the swconfig.cfg header. - -And of course remember to pass the -B812500 option to rvinterf when talking to -such trace-speed-increased firmware. +to 812500 bps in your Magnetite firmware build, simply add a +TR_BAUD_CONFIG=TR_BAUD_812500 argument to your ./configure.sh line, +and remember to pass the -B812500 option to rvinterf when talking to such +trace-speed-increased firmware.