comparison loadtools/defpath.c @ 44:b77005f6d315

loadtools: migration to /opt/freecalypso
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 26 Oct 2016 05:55:04 +0000
parents e7502631a0f9
children c5766d12360d
comparison
equal deleted inserted replaced
43:647a7bdba4be 44:b77005f6d315
2 * By default the loadagent.srec target utility and some hardware parameter 2 * By default the loadagent.srec target utility and some hardware parameter
3 * files are sought in an installation directory, to make the more common 3 * files are sought in an installation directory, to make the more common
4 * command line operations more manageable. 4 * command line operations more manageable.
5 */ 5 */
6 6
7 char default_helpers_dir[] = "/usr/local/share/freecalypso"; 7 char default_helpers_dir[] = "/opt/freecalypso/loadtools";
8 char default_loadagent_image[] = "/usr/local/share/freecalypso/loadagent.srec"; 8 char default_compalstage_dir[] = "/opt/freecalypso/target-bin";
9 char loadtool_help_file[] = "/usr/local/share/freecalypso/loadtool.help"; 9 char default_loadagent_image[] = "/opt/freecalypso/target-bin/loadagent.srec";
10 char loadtool_help_file[] = "/opt/freecalypso/helpfiles/loadtool.help";