File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ brickman
22========
33
44The ev3dev Brick Manager.
5- Customised by my own opinion:
65
6+ Changes from original:
77* Open Roberta Lab removed.
8- * UI Design changed.
9- * All LEDs are now set to show disk activity by default.
10- * Compilation with LTO enabled .
8+ * UI design changed.
9+ * All LEDs are now showing disk activity by default.
10+ * Compilation with LTO.
1111
1212Hacking
1313-------
@@ -20,10 +20,11 @@ Hacking
2020
2121 sudo apt install docker-buildx-plugin docker-ce qemu-user-static qemu-system-arm binfmt-support
2222
23- * Enter the container
23+ * Enter the container (not really sure about the commands)
2424
2525 docker pull ev3dev/ev3dev-bullseye-ev3-base
26- -to be filled-
26+ docker run -dti --rm --network=host -v brickman:/brickman --name ev3 ev3dev/ev3dev-bullseye-ev3-base
27+ docker exec -it ev3 bash
2728
2829* Install build dependecies
2930
@@ -35,7 +36,12 @@ Hacking
3536
3637 sudo dpkg-buildpackage
3738
38- * Copy result * .deb file (located in parent directory) to EV3 and install it:
39+ * Exit container
40+ * Copy result * .deb file (located in parent directory) to EV3:
41+
42+ scp * .deb robot@ev3dev:~
43+
44+ * Drop to EV3 shell and install downloaded package:
3945
4046 sudo dpkg -i * .deb
4147
Original file line number Diff line number Diff line change 1+ brickman (0.11.0+fl0wey4) bullseye; urgency=medium
2+
3+ * Non-maintainer upload
4+ * Fix compilation on bookworm (thanks to Growflavor)
5+
6+ -- Flowey <stepanmasirov@gmail.com> Thu, 16 May 2024 15:06:37 +0000
7+
18brickman (0.11.0+fl0wey3) bullseye; urgency=medium
29
310 * Non-maintainer upload
You can’t perform that action at this time.
0 commit comments