├── README.md ├── bins ├── bootloader.bin.xz ├── env.bin.xz └── reserved.bin.xz ├── install_log ├── 00.create-emmc-partition.sh ├── 01.install-armbian-emmc.sh ├── 09.rename-log.sh ├── batch.sh └── node-list.txt ├── logs ├── android-boot-node-03.log ├── android-dev-block-n03.log ├── android-df-h-node-03.log ├── android-fstab-n03.log ├── n1-preboot-ctrl-c.log ├── uboot-help.log ├── uboot-printenv-node-03.log └── uboot-printenv.log ├── refs ├── offset-android.sh ├── offset.sh ├── partition-table-format-of-phicomm-n1.md └── use-single-partition-to-boot-linux-on-phicomm-n1.md └── uboot.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/README.md -------------------------------------------------------------------------------- /bins/bootloader.bin.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/bins/bootloader.bin.xz -------------------------------------------------------------------------------- /bins/env.bin.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/bins/env.bin.xz -------------------------------------------------------------------------------- /bins/reserved.bin.xz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/bins/reserved.bin.xz -------------------------------------------------------------------------------- /install_log/00.create-emmc-partition.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/install_log/00.create-emmc-partition.sh -------------------------------------------------------------------------------- /install_log/01.install-armbian-emmc.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/install_log/01.install-armbian-emmc.sh -------------------------------------------------------------------------------- /install_log/09.rename-log.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/install_log/09.rename-log.sh -------------------------------------------------------------------------------- /install_log/batch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/install_log/batch.sh -------------------------------------------------------------------------------- /install_log/node-list.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/install_log/node-list.txt -------------------------------------------------------------------------------- /logs/android-boot-node-03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/android-boot-node-03.log -------------------------------------------------------------------------------- /logs/android-dev-block-n03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/android-dev-block-n03.log -------------------------------------------------------------------------------- /logs/android-df-h-node-03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/android-df-h-node-03.log -------------------------------------------------------------------------------- /logs/android-fstab-n03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/android-fstab-n03.log -------------------------------------------------------------------------------- /logs/n1-preboot-ctrl-c.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/n1-preboot-ctrl-c.log -------------------------------------------------------------------------------- /logs/uboot-help.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/uboot-help.log -------------------------------------------------------------------------------- /logs/uboot-printenv-node-03.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/uboot-printenv-node-03.log -------------------------------------------------------------------------------- /logs/uboot-printenv.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/logs/uboot-printenv.log -------------------------------------------------------------------------------- /refs/offset-android.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/refs/offset-android.sh -------------------------------------------------------------------------------- /refs/offset.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/refs/offset.sh -------------------------------------------------------------------------------- /refs/partition-table-format-of-phicomm-n1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/refs/partition-table-format-of-phicomm-n1.md -------------------------------------------------------------------------------- /refs/use-single-partition-to-boot-linux-on-phicomm-n1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/refs/use-single-partition-to-boot-linux-on-phicomm-n1.md -------------------------------------------------------------------------------- /uboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/laris/Phicomm-N1/HEAD/uboot.md --------------------------------------------------------------------------------