# hikey970-ubuntu-image **Repository Path**: Hyperion-LR/hikey970-ubuntu-image ## Basic Information - **Project Name**: hikey970-ubuntu-image - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-11 - **Last Updated**: 2024-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Hikey970 Ubuntu Image This is a Ubuntu system image for Hikey970 SBC ONLY ## Download [Release Page](https://github.com/mengzhuo/hikey970-ubuntu-image/releases) ## Usage ``` fastboot flash system ubuntu_*.sparse.img ``` Login ``` username: hi password: hikey970 ``` Expend disk (no reboot required) ``` $ resize2fs /dev/sdd12 # max usage of disk ``` ## Build from source Install required ``` apt install android-tools-fsutils qemu-user-static debootstrap ``` ``` git clone https://github.com/mengzhuo/hikey970-ubuntu-image cd hikey970-ubuntu-image ./build.sh ```