Revision 6fd5a427 README.txt

View differences:

README.txt
137 137
AMiRo-OS. If you did not receive a copy of AMiRo-BLT with AMiRo-OS, you can find
138 138
all code and documentation at <https://opensource.cit-ec.de/projects/amiro-os>.
139 139
Instructions for installation and how to use the software provided by AMiRo-BLT
140
can be found on the web page or in the project's readme file.
140
can be found on the web page or in the project's readme file. It is highly
141
recommended to install AMiRo-BLT in the same directory as AMiRo-OS and ChibiOS
142
and name its root directory 'amiro-blt'.
141 143

  
142 144

  
143 145

  
......
193 195

  
194 196
After compilation, you always have to flash the generated program to the robot.
195 197
Therefore you need to install the SerialBoot tool provided by the AMiRo-BLT
196
project. Furthermore the tool must be accessible globally under the environment
197
variable 'SERIALBOOT'. You can do this by appending the following line to your
198
~/.bashrc file:
198
project. By default AMiRo-OS assumes AMiRo-BLT to be installed in the same
199
folder and its root directory to be named 'amiro-blt'. If this is the case, it
200
will automatically detect the SerialBoot tool. Otherwise the tool must be
201
accessible globally under the environment variable 'SERIALBOOT'. You can make
202
it so by appending the following line to your ~/.bashrc file:
199 203

  
200 204
  export SERIALBOOT=</absolute/path/to/the/SerialBoot/binary>
201 205

  

Also available in: Unified diff