Skip to content

Commit

Permalink
Update repo name: BlueOS-docker -> BlueOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander committed Jul 14, 2023
1 parent d5eb92b commit 317d5fe
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions advanced-usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ specifies the requirements for a service page to appear in the sidebar
{{ easy_image(src="feedback", width=300, center=true) }}

Submit feedback about BlueOS via:
- [Issues on the GitHub repository](https://github.com/bluerobotics/BlueOS-docker/issues)
- [Issues on the GitHub repository](https://github.com/bluerobotics/BlueOS/issues)
- allows easily tracking changes,
and notification when complete/fixed
- Posts on [the Blue Robotics forum](https://discuss.bluerobotics.com)
Expand Down Expand Up @@ -326,7 +326,7 @@ The File Browser allows viewing, editing, downloading, and uploading BlueOS file
so the filenames use timestamps
- Can stream logs from external flight controllers (e.g. Pixhawks) if the
`LOG_BACKEND_TYPE` autopilot parameter is set to `MAVLink`
- [May be inconsistent](https://github.com/bluerobotics/BlueOS-docker/issues/457)
- [May be inconsistent](https://github.com/bluerobotics/BlueOS/issues/457)

{{ easy_image(src="log-browser", width=600) }}

Expand Down
6 changes: 3 additions & 3 deletions development/bootstrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ For an update the current core image gets shut down and the newly installed imag

## Codebase

[BlueOS-bootstrap](https://github.com/bluerobotics/BlueOS-docker/tree/master/bootstrap) is open source, and lives within the broader [BlueOS-docker](https://github.com/bluerobotics/BlueOS-docker) GitHub repository. [Issues](https://github.com/bluerobotics/BlueOS-docker/issues) can be used to report bugs or suggest features, and [Pull Requests](https://github.com/bluerobotics/BlueOS-docker/pulls) fixing bugs or adding new features are welcomed.
[BlueOS-bootstrap](https://github.com/bluerobotics/BlueOS/tree/master/bootstrap) is open source, and lives within the broader [BlueOS](https://github.com/bluerobotics/BlueOS) GitHub repository. [Issues](https://github.com/bluerobotics/BlueOS/issues) can be used to report bugs or suggest features, and [Pull Requests](https://github.com/bluerobotics/BlueOS/pulls) fixing bugs or adding new features are welcomed.

BlueOS-docker is set up with a [GitHub Action](https://docs.github.com/en/actions) that [automatically builds and deploys](https://github.com/bluerobotics/BlueOS-docker/blob/master/.github/workflows/test-and-deploy.yml#L90) a BlueOS-bootstrap image when changes are pushed to the GitHub repository.
BlueOS is set up with a [GitHub Action](https://docs.github.com/en/actions) that [automatically builds and deploys](https://github.com/bluerobotics/BlueOS/blob/master/.github/workflows/test-and-deploy.yml#L90) a BlueOS-bootstrap image when changes are pushed to the GitHub repository.
If you want to make use of that functionality you'll need a [DockerHub](https://hub.docker.com) account, and will need to specify your DockerHub username (`DOCKER_USERNAME`) and password (`DOCKER_PASSWORD`) in your fork's [GitHub secrets](https://docs.github.com/en/actions/security-guides/encrypted-secrets).

## Updating

It is [not yet possible to (nicely) update bootstrap through the BlueOS interface](https://github.com/bluerobotics/BlueOS-docker/issues/1510). The [BlueOS Version](../../advanced-usage#blueos-version) chooser only updates the [BlueOS-core](../core) image.
It is [not yet possible to (nicely) update bootstrap through the BlueOS interface](https://github.com/bluerobotics/BlueOS/issues/1510). The [BlueOS Version](../../advanced-usage#blueos-version) chooser only updates the [BlueOS-core](../core) image.

BlueOS-bootstrap versions are built at the same time as BlueOS-core versions, and they get bundled together in the Raspberry Pi images that can be flashed onto an SD card to install BlueOS onto it. Updating BlueOS-bootstrap without flashing an SD card is currently only possible through the [Terminal](../../advanced-usage#terminal):

Expand Down
Loading

0 comments on commit 317d5fe

Please sign in to comment.