遇见数据集

ax650适配飞牛OS数据包

收藏
魔搭社区2026-08-16 更新2026-08-16 收录
官方服务:

资源简介:

# AX650 fnOS Data Package This repository contains offline demo media and an Immich deployment bundle for an AX650 device running fnOS. ## Contents | Path | Description | | --- | --- | | `image/fnos_AX650N_Demo_V1.1.31_AXSDK_V3.16.0_20260810-144946.axp` | fnOS/AX650 demo application package. | | `immich/immich-axera-aarch64-v3.0.1.zip` | Offline Immich package for 64-bit ARM (AArch64), including Compose files and Docker image archives. | | `immich/deploy-immich.sh` | Interactive deployment script for installing and configuring Immich on fnOS. | | `data/videos/` | Sample 4K video files (HEVC and AVC) for media playback tests. | | `data/pictures/` | Picture-asset notes used by the demo package. | | `video/ax650-fnOS-demo-video.mp4` | AX650 fnOS demonstration video. | The package is approximately 4 GB when unpacked. The Immich archive and media files are large binary assets; keep them intact when copying or distributing this directory. ## Immich deployment The deployment script is intended for an AX650/fnOS host with Docker support. Run it from the `immich` directory in an interactive terminal: ```bash cd immich chmod +x deploy-immich.sh ./deploy-immich.sh ``` The script requests the current fnOS username and password, validates `sudo` access, and performs the following stages by default: 1. Extract the offline Immich archive. 2. Load Docker image archives. 3. Prepare `/opt/immich_data` and start PostgreSQL, Redis, and Immich Server. 4. Start Immich Machine Learning and connect it to the server. 5. Create or log in the initial administrator and configure the ML endpoint. 6. Upload supported images from the extracted package's `data` directory. 7. Wait for image-processing jobs to finish. 8. Create the fnOS desktop shortcut and print service status. To run only a contiguous range, pass a stage or range such as `03` or `05-07`: ```bash ./deploy-immich.sh 05-07 ``` Stages 06–08 depend on their preceding stages. In particular, image upload (06) requires administrator/ML configuration (05), image processing (07) requires upload (06), and shortcut creation (08) requires processing (07). ### Useful environment variables All variables are optional and are read before the script starts: | Variable | Purpose | Default | | --- | --- | --- | | `DEPLOY_STAGES` | Stage or range to execute (for example, `01-04`). | `01-08` | | `SKIP_EXTRACT` | Skip archive extraction when the target directory already exists (`0`/`1`). | `0` | | `SKIP_DOCKER_LOAD` | Skip loading Docker image archives (`0`/`1`). | `0` | | `UPLOAD_LIMIT` | Upload only the first *N* images for a test run; `0` means all. | `0` | | `COOLDOWN_*_SECONDS` | Add a delay after the corresponding high-load stage. | `0` | Example test run: ```bash UPLOAD_LIMIT=10 ./deploy-immich.sh 05-06 ``` ## Requirements and cautions - Run on the target fnOS AX650 host, not on a regular desktop machine. - The host must provide `docker`, Docker Compose, `sudo`, `unzip`, `curl`, `jq`, `tar`, and the other standard utilities checked by the script. - Stop all existing Immich containers before starting at stage 01–03. Later stages preserve the existing Immich container state. - The script recreates `/opt/immich_data`; back up any existing Immich data before deployment. - The script uses the built-in initial account `abc@163.com` with password `abc` and prints these credentials at completion. Change the password immediately after the first login and do not expose the deployment host to an untrusted network. - The script temporarily backs up fnOS desktop entries and restores them on exit before creating the Immich shortcut. ## Media samples The files under `data/videos/` and `video/` are demonstration assets for testing AX650/fnOS playback and media-management workflows. Check the individual file licenses and distribution permissions before publishing them outside the intended demo environment.

提供机构:
maas
创建时间:
2026-08-11
二维码
社区交流群
二维码
科研交流群
商业服务