From 2172a2c084eca5bf1f13d2d0b62bc4fb41d271d2 Mon Sep 17 00:00:00 2001 From: ZaneDev Date: Mon, 16 Mar 2026 20:49:42 +0000 Subject: [PATCH 1/2] Added new page for useful things, still under construction. --- Jibo Workshop HRI 2024.md | 0 Useful Items.md | 7 +++++++ index.md | 1 + 3 files changed, 8 insertions(+) mode change 100755 => 100644 Jibo Workshop HRI 2024.md create mode 100644 Useful Items.md mode change 100755 => 100644 index.md diff --git a/Jibo Workshop HRI 2024.md b/Jibo Workshop HRI 2024.md old mode 100755 new mode 100644 diff --git a/Useful Items.md b/Useful Items.md new file mode 100644 index 0000000..57ff703 --- /dev/null +++ b/Useful Items.md @@ -0,0 +1,7 @@ +Jibo has many different interesting things that sometimes you can get confused! This document contains things that are nice to know for tinkering or developing for Jibo Revival. +# Useful Ports +### 8779 +This port has the skills manager. From here you can do a semi-reboot by stopping and starting the "@be/Be" skill. +# Useful Files +### Placeholder for splash +This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash \ No newline at end of file diff --git a/index.md b/index.md old mode 100755 new mode 100644 index e00ac7f..ca660e7 --- a/index.md +++ b/index.md @@ -16,6 +16,7 @@ This is a vault base around the jibo revival project, everything we have discove Uncategorized: [[Jibo Workshop HRI 2024]] + [[Useful Items]] Documentation: -- 2.43.0 From c5b080bf559f8b49e23eb74897f2953d89ce8d4e Mon Sep 17 00:00:00 2001 From: ZaneDev Date: Mon, 16 Mar 2026 21:09:37 +0000 Subject: [PATCH 2/2] Added path for Jibo Splash --- Useful Items.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Useful Items.md b/Useful Items.md index 57ff703..5ffaa7d 100644 --- a/Useful Items.md +++ b/Useful Items.md @@ -1,7 +1,9 @@ Jibo has many different interesting things that sometimes you can get confused! This document contains things that are nice to know for tinkering or developing for Jibo Revival. # Useful Ports +> [!INFORMATION] +> You might not be able to access some ports if you haven't unblocked them on Jibo's firewall. ### 8779 This port has the skills manager. From here you can do a semi-reboot by stopping and starting the "@be/Be" skill. # Useful Files -### Placeholder for splash +### /opt/jibo/Jibo/Skills/@be/be/resources/JiboSplash.png This file allows you to edit the splash screen. One thing to clarify is that it is only the splash screen for the Be skill meaning it will only edit the splash seen when you restart "@be/Be" or in the 'second boot stage' when Jibo spins and shows the splash \ No newline at end of file -- 2.43.0