comparison README @ 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
comparison
equal deleted inserted replaced
6:0775b86c4a28 7:d584d7b50f10
127 like the original 2015-09 approach - therefore, it does not impose any load on 127 like the original 2015-09 approach - therefore, it does not impose any load on
128 the firmware's trace buffers, and it can work with RVTMUX running at any baud 128 the firmware's trace buffers, and it can work with RVTMUX running at any baud
129 rate, even plain 115200. However, the slower the RVTMUX serial channel runs, 129 rate, even plain 115200. However, the slower the RVTMUX serial channel runs,
130 the slower will the virtual LCD update, hence running the serial line at 812500 130 the slower will the virtual LCD update, hence running the serial line at 812500
131 baud is still preferable. To change the RVTMUX serial baud rate from 115200 bps 131 baud is still preferable. To change the RVTMUX serial baud rate from 115200 bps
132 to 812500 bps in your Magnetite firmware build, follow these steps: 132 to 812500 bps in your Magnetite firmware build, simply add a
133 133 TR_BAUD_CONFIG=TR_BAUD_812500 argument to your ./configure.sh line,
134 * Run ./configure.sh like you normally would, selecting the UI-enabled config 134 and remember to pass the -B812500 option to rvinterf when talking to such
135 of interest for your target. 135 trace-speed-increased firmware.
136
137 * Go into the build directory, and before running 'make', edit
138 config/swconfig.cfg - it is one of the config headers generated by the
139 configure.sh process. In that configuration header file, change the
140 TR_BAUD_CONFIG setting from TR_BAUD_115200 to TR_BAUD_812500.
141
142 * Run 'make' or 'make ram' as desired after editing the swconfig.cfg header.
143
144 And of course remember to pass the -B812500 option to rvinterf when talking to
145 such trace-speed-increased firmware.