diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5299c47 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.7z filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 48e6797..1c010bd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![alt text](logo.png "Jambula OS (Pi Edition)") # Jambula-OS -Jambula OS is a custom and embedded Linux distribution for use on SoC devices such as the Raspberry Pi +Jambula OS is a custom tailored Linux operating system designed for SoC devices such as the Raspberry Pi It is mainly used by our company i.e. Jambula Labs to build smart devices such as JambulaTV, a low cost and smart home hub that automates several tasks in your house or apartment while providing security and @@ -29,13 +29,13 @@ You will also need a Raspberry Pi 5 device with all accessories required to boot 1. Download the latest Jambula OS image to a temporary directory: - wget -P /tmp -c https://github.com/zikusooka/Jambula-OS/raw/main/jambulaOS-202407-181211-img.7z + wget -P /tmp -c https://github.com/zikusooka/Jambula-OS/raw/main/jambulaOS-202408-270740-img.7z 2. Extract the above image to a temporary directory using p7zip tool (https://www.7-zip.org/download.html) cd /tmp - 7za e /tmp/jambulaOS-202407-181211-img.7z + 7za e /tmp/jambulaOS-202408-270740-img.7z 3. Burn the resulting image i.e. sdcard.img to your SD card using a tool such as dd diff --git a/jambulaOS-202408-270740-img.7z b/jambulaOS-202408-270740-img.7z new file mode 100644 index 0000000..5be44c2 --- /dev/null +++ b/jambulaOS-202408-270740-img.7z @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce035ce2dca74664bc8071bf50fad73a75f3f132c76e5391a6cff54874871740 +size 460994199 diff --git a/jambula_os_setup.png b/jambula_os_setup.png index c76d1b4..0c79279 100644 Binary files a/jambula_os_setup.png and b/jambula_os_setup.png differ