Update building.md

This commit is contained in:
shubhamsharma44 2024-10-17 20:56:08 +05:30 committed by GitHub
parent 3d9baafc55
commit 467b014668
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ As example to build the rpi4 version;
$ make clean
$ make rpi4_64
```
Building an image on the above stated devlopment machne takes around 3-4 hours. If you have a higher specification build machine, the building time can be as fast (or slow, depending on your point of view) as ~2 hours.
Building an image on the above stated development machine takes around 3-4 hours. If you have a higher specification build machine, the building time can be as fast (or slow, depending on your point of view) as ~2 hours.
When everything goes fine the following images/files will be available within the ./release directory;
#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.img
@ -71,7 +71,7 @@ This is the raw flashable disk image that can be flashed to your to be used disk
<br>* At current time this file is about ~1.4GB.
#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.img.xz
This is the same raw flashable disk image that can be flashed to your to be used disk (SD-Card, USB-Stick, SSD, SATA, etc), however xz compressed. This save bandwith if it needs to be downloaded and certain disk image utilities such as the Raspberry Pi Disk imager have native support to flash these type of files without uncompressing them first.
This is the same raw flashable disk image that can be flashed to your to be used disk (SD-Card, USB-Stick, SSD, SATA, etc), however xz compressed. This save bandwidth if it needs to be downloaded and certain disk image utilities such as the Raspberry Pi Disk imager have native support to flash these type of files without uncompressing them first.
<br>* At current time this file is about ~450MB.
#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.swu
@ -84,4 +84,4 @@ This is the same firmware update file as above, however again xz compressed to s
#### OpenVoiceOS_{CONFIG}_{TIMESTAMP}.vdi & OpenVoiceOS_{CONFIG}_{TIMESTAMP}.vdi.xz
These files are Virtual Disk Images, where the .xz is again compressed for the same reasons as above. This VDI can be imported as virtual disk within Virtual Machine's. Bare in mind that these virtual disk images do not yet contain unused space, so for proper use of them make sure you extend them within the VM software to the disk size of choose (8 GB is more then enough).
<br>* At current time these files are about ~700MB and ~450MB.
<br>* At current time these files are about ~700MB and ~450MB.