Revision d8ed8c1c README.txt

View differences:

README.txt
107 107
copy of it as well. For the sake of compatibility, it is included in AMiRo-OS as
108 108
a Git submodule. It is highly recommended to use the ./setup.sh script for
109 109
initialization. Moreover, you have to apply the patches to ChibiOS in order to
110
make AMiRo-OS work properly. It is recommended to use the .setup.sh script for this
111
purpose.
110
make AMiRo-OS work properly. It is recommended to use the .setup.sh script for
111
this purpose.
112 112
If you would like to use a different kernel, you can add a subfolder in the
113 113
./kernel/ directory and adapt the scripts and operating system source code.
114 114

  
......
116 116
1.4 Low-Level Drivers
117 117
---------------------
118 118

  
119
Any required low-level drivers for the AMiRo hardware is available in an
119
Any required low-level drivers for the AMiRo hardware are available in an
120 120
additional project: AMiRo-LLD. It is included as a Git subodule and can be
121 121
initialized via the ./setup.sh script.
122 122

  
......
125 125
2 - RECOMMENDED SOFTWARE
126 126
------------------------
127 127

  
128
AMiRo-OS can take advanatge of an installed bootloader, which is recommended for
128
AMiRo-OS can take advantage of an installed bootloader, which is recommended for
129 129
the best experience. In order to use all features of AMiRo-OS it is also
130 130
recommended to install either the 'hterm' or 'gtkterm' application for accessing
131 131
the robot. To ease further development, this project offers support for the
......
157 157
can be reset by toggling the RTS signal on and off again, and you can access the
158 158
system shell of AMiRo-OS. If you need legacy support for older version of
159 159
AMiRo-BLT, you can replace the port value by '/dev/ttyUSB0'.
160
Advanced users can use several connections to multiple modules simultaneously.
161
Each additional programmer will be available as '/dev/ttyAMiRo<N>' (and
162
'/dev/USB<N>' respectively) with <N> being an integer number starting from zero.
163
Please note: Those interfaces are ordered by the time when they have been
164
detected by the operating system.
160 165

  
161 166

  
162 167
2.2 - QtCreator IDE

Also available in: Unified diff