changeset 7:d584d7b50f10

README: simplified way of setting TR_BAUD_CONFIG to TR_BAUD_812500
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 16 Mar 2018 04:13:40 +0000
parents 0775b86c4a28
children 0efa0f4081a0
files README
diffstat 1 files changed, 4 insertions(+), 14 deletions(-) [+]
line wrap: on
line diff
--- 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.