Skip to content

Commit

Permalink
tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tblaha committed Aug 1, 2023
1 parent f36d462 commit 512cdad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sudo apt install make iptables
3. To expose the Pi zero's USB port to your local laptop: `sudo make pi-attach-usb`
4. To connect to the Pi, run `sudo make pi-connect` and enter password (`pi` by default).
- This also sets up appropriate `iptables` rules on the host so that the pi can access the outside world through another interface on the host computer.
- ~~If you can connect, but the `pi` still doesnt have internet, try to reconnect to the Wifi, or run `sudo route add default gw 10.0.0.<your_ip> wlan0`~~ (should be fixed in release 0.1.1)
- ~~If you can connect, but the `pi` still doesnt have internet, try to reconnect to the Wifi, or run `sudo route add default gw 10.0.0.<your_ip> wlan0`~~ (should be fixed in release 0.2.0)

## Deploy cmake applications on the Pi

Expand Down
4 changes: 2 additions & 2 deletions cross-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ put at the _end_ of the command above:
--sync # syncronize the rootfs with the pi. Do this on first command, or if libraries/includes changed in the /lib or /usr dir of the pi. Omitting is much faster, of course.
--clean-build # deletes the entire build-aarch64-linux-gnu folder from the local tree before compilation
--debug # sets -DCMAKE_BUILD_TYPE=Debug
--deploy=/some/directory/on/pi: # upload the build-aarch64-linux-gnu directory to pi using rsync after building
--processes=8: # passed to make as make -j <processes>. Default is 8.
--deploy=/some/directory/on/pi # upload the build-aarch64-linux-gnu directory to pi using rsync after building. NOTE: this will delete everything in that directory!
--processes=8 # passed to make as make -j <processes>. Default is 8.
```

## Handy Docker commands
Expand Down
1 change: 1 addition & 0 deletions pi-gen-extra/stageK/05-extra-packages-rovio/00-packages
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tree
# for UART debugging
minicom
# for ROVIO cross compile/linking
libopencv-dev
libeigen3-dev
libyaml-cpp-dev
libboost-dev
Expand Down

0 comments on commit 512cdad

Please sign in to comment.