Resource Download Summary
Operating system image
Version Description:
-
The system image with the suffix
.img.zip
is a dedicated image for SD card booting. It can be burned to SD through tools such asbalenaEtcher
,Rufus
,Win32DiskImager
on PC. -
The system image with the suffix
.zip
is an image for SSD and eMMC. You can use the official tooltitanflasher
to burn it to eMMC or SSD through a USB Type-C cable.
For OS iamge installation methods, please refer to: Install OS Image.
Ubuntu 23.10
Based on Ubuntu 23.10 community source code, adapted to the Desktop system image of Milk-V Jupiter.
Download Link: https://github.com/milkv-jupiter/jupiter-ubuntu-build/releases
The default password for the root
account in Ubuntu is milkv
.
Bianbu OS
Bianbu is an operating system officially launched by Spacemit that is deeply optimized for RISC-V architecture processors. It is built based on Ubuntu community source code and has versions such as Bianbu Desktop, Bianbu Minimal and Bianbu NAS.
Download Link: https://github.com/milkv-jupiter/jupiter-bianbu-build/releases
The default password for the root
account in the Bianbu system is milkv
.
-
milkv-jupiter-bianbu-*-desktop-*.zip
Bianbu desktop version.
ヒントThe
pose-tracker
andobject-detection
applications integrated by default in the desktop require a camera connection, which is not supported by the current hardware version.The desktop version of the firmware exceeds the 2G size limit set by github, so it is compressed and uploaded in two packages with suffixes
001
and002
. After downloading these two packages, you need to decompress them into a complete firmware package. In the graphical interface of Windows or Linux, right-click the.001
file and use tools such as 7zip or winrar to decompress it. These tools generally support decompression in volumes. If you decompress in the Linux command line, please refer to the following decompression command in the Ubuntu system:-
Install the 7zip tool:
sudo apt install p7zip-full
-
SD card version firmware:
7za x milkv-jupiter-bianbu-xxx.img.zip.001
The full firmware package after extraction is:
milkv-jupiter-bianbu-xxx.img.zip
-
eMMC and SSD version firmware:
7za x milkv-jupiter-bianbu-xxx.zip.001
-