@@ -39,7 +39,7 @@ linked above.
39
39
40
40
The ` tacd ` serves a React-Based web interface to interactively remote control
41
41
the LXA TAC.
42
- If you want to use this web interface with you ` tacd ` build you should build it
42
+ If you want to use this web interface with your ` tacd ` build you should build it
43
43
from source using the dark witchcraft that is javascript dependency management:
44
44
45
45
$ cd web
@@ -49,7 +49,7 @@ from source using the dark witchcraft that is javascript dependency management:
49
49
### Building for your PC
50
50
51
51
The ` tacd ` contains stubs that make building a stripped-down version for your
52
- host PC possible. These can be useful for quickling checking if a change
52
+ host PC possible. These can be useful for quickly checking if a change
53
53
compiles, testing changes in the web interface or running unit tests.
54
54
55
55
#### Run ` tacd ` on your PC
@@ -107,7 +107,7 @@ documentation and add the following to the `.cargo/config.toml`:
107
107
"-C", "link-arg=--sysroot=[PATH_TO_YOUR_INSTALLED_SDK]/sysroots/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi",
108
108
]
109
109
110
- Remeber to update * both* paths so that they point to your installed SDK.
110
+ Remember to update * both* paths so that they point to your installed SDK.
111
111
Also remember to always source the SDK activation script before building for
112
112
the LXA TAC (and using a shell without a sourced SDK when building for the host
113
113
PC).
117
117
Then, you can use ` cargo build --target armv7-unknown-linux-gnueabihf ` to
118
118
compile the ` tacd ` .
119
119
The resulting binary is placed in ` target/armv7-unknown-linux-gnueabihf/release/tacd `
120
- and contains averything required to run the tacd, including the web interface.
120
+ and contains everything required to run the tacd, including the web interface.
121
121
It can thus just be copied to your LXA TAC and run instead of the existing
122
122
` tacd ` (remember to ` systemctl stop tacd ` the already running instance).
123
123
0 commit comments