# ice_images **Repository Path**: thead-linux/ice_images ## Basic Information - **Project Name**: ice_images - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-12-24 - **Last Updated**: 2022-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Images rivision ## File : md5sum | File | md5sum | |:--------------------|:---------------------------------| | u-boot-with-spl.bin | 5d4831d0eee8af45b4bb53b67238752a | | boot.ext4 | 8bcad5492b58c7e49448e01660e387d7 | | ├── fw_jump.bin | dcb10bf679ab2c67e030728c51c64463 | | ├── hw.dtb | a0780dd034e680a5904863bd42a11485 | | └── uImage | d53ced5daa8c4ba1fda21bd39e7448fa | | debian-rootfs.ext4 | 527dc3111ba9de7f0feb99dbf268f2d3 | ## File : commit 1. u-boot-with-spl.bin : c55418bc40306e4d3fabe073af39def7022e0409 2. boot.ext4 ├── fw_jump.bin : 3ca843d7e5926db8138334d03d95862c35fc9f8a ├── hw.dtb └── uImage : ed7c271ba76ff2390b0aebcb241baa6592cc30a1 3. debian-rootfs.ext4 ```bash mmdebstrap --architectures=riscv64 sid debian_rootfs \ --include="debian-ports-archive-keyring,net-tools,wget,openssh-server,haveged" \ --dpkgopt='path-exclude=/usr/share/man/*' \ --dpkgopt='path-include=/usr/share/man/man[1-9]/*' \ --dpkgopt='path-exclude=/usr/share/locale/*' \ --dpkgopt='path-include=/usr/share/locale/locale.alias' \ --dpkgopt='path-exclude=/usr/share/doc/*' \ --dpkgopt='path-include=/usr/share/doc/*/copyright' \ --dpkgopt='path-include=/usr/share/doc/*/changelog.Debian.*' \ --dpkgopt='path-exclude=/usr/share/{doc,info,man,omf,help,gnome/help}/*' \ "deb http://mirrors.aliyun.com/debian-ports sid main" \ "deb http://mirrors.aliyun.com/debian-ports unreleased main" ``` 4. Windows 下 u-boot 烧写工具 CCT 下载地址: https://yoctools.oss-cn-beijing.aliyuncs.com/CCT_V0.95.zip 5. fastboot 烧写工具下载地址: https://developer.android.google.cn/studio/releases/platform-tools