Fabian Peter Hammerle c92a60a148 add packages gcompat & libgcc to fix execution of `toitc` executable | 2 vuotta sitten | |
---|---|---|
CHANGELOG.md | 2 vuotta sitten | |
Dockerfile | 2 vuotta sitten | |
Makefile | 2 vuotta sitten | |
README.md | 2 vuotta sitten |
# host network for redirect back after login at
# https://auth.toit.io/oauth/authorize?[...]?redirect_uri=http://localhost/[...]
$ podman run --rm -it -v toit_home:/home/toit \
--network host docker.io/fphammerle/toit:TAG \
toit device info
$ podman run --rm -it -v toit_home:/home/toit \
--device /dev/ttyUSB0:/dev/ttyUSB0 --group-add keep-groups \
docker.io/fphammerle/toit:TAG \
toit serial monitor