File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 base_os_path=tmp/base_os.img.xz
8787 python download_base_os.py -o ${base_os_path}
8888 python download_builtin_files.py --unzip tmp/dl_builtin_files
89- builtin_files_dir=tmp/dl_builtin_files/sys_builtin_files
89+ builtin_files_dir=tmp/dl_builtin_files/maixcam_builtin_files
9090 ./gen_os.sh $base_os_path $release_path $builtin_files_dir 0 maixcam
9191 os_filename=${os_version_name}.img.xz
9292 os_filepath=`pwd`/images/$os_filename
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Here’s what each parameter means:
4545Example command:
4646
4747``` shell
48- ./gen_os.sh ' /home/xxx/.../LicheeRV-Nano-Build/install/soc_sg2002_licheervnano_sd/images/2024-08-13-14-43-0de38f.img' ../../dist/MaixPy-4.4.21-py3-none-any.whl ' /home/xxx/.../sys_builtin_files ' 0 maixcam-pro
48+ ./gen_os.sh ' /home/xxx/.../LicheeRV-Nano-Build/install/soc_sg2002_licheervnano_sd/images/2024-08-13-14-43-0de38f.img' ../../dist/MaixPy-4.4.21-py3-none-any.whl ' /home/xxx/.../maixcam_builtin_files ' 0 maixcam-pro
4949```
5050
5151After waiting for the built-in apps to compile and copy, you should find a ` maixcam-pro-2024-08-15-maixpy-v4.4.21.img.xz ` system image in the ` MaixPy/tools/os/tmp ` directory.
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ title: 为 MaixCAM 编译系统
4343
4444举例:
4545``` shell
46- ./gen_os.sh ' /home/xxx/.../LicheeRV-Nano-Build/install/soc_sg2002_licheervnano_sd/images/2024-08-13-14-43-0de38f.img' ../../dist/MaixPy-4.4.21-py3-none-any.whl ' /home/xxx/.../sys_builtin_files ' 0 maixcam-pro
46+ ./gen_os.sh ' /home/xxx/.../LicheeRV-Nano-Build/install/soc_sg2002_licheervnano_sd/images/2024-08-13-14-43-0de38f.img' ../../dist/MaixPy-4.4.21-py3-none-any.whl ' /home/xxx/.../maixcam_builtin_files ' 0 maixcam-pro
4747```
4848
4949等待编译内置应用以及拷贝完成,在 ` MaixPy/tools/os/tmp ` 目录下机会有一个` maixcam-pro-2024-08-15-maixpy-v4.4.21.img.xz ` 系统镜像了。
Original file line number Diff line number Diff line change 33
44version_major = 4
55version_minor = 11
6- version_patch = 2
6+ version_patch = 3
77
88__version__ = "{}.{}.{}" .format (version_major , version_minor , version_patch )
You can’t perform that action at this time.
0 commit comments