Browse Source

README rm device-tree-compiler and phytiumpi rm packages HOST_DOSFSTOOLS and HOST_MTOOLS

pull/24/head
lindongping 8 months ago
committed by weishanshan1084
parent
commit
3c11e63d60
  1. 1
      README.md
  2. 6
      configs/phytiumpi_sdcard.config

1
README.md

@ -29,7 +29,6 @@ Buildroot被设计为在x86 Linux系统上运行,我们只支持在ubuntu20.04
– unzip
– rsync
– file (must be in /usr/bin/file)
– device-tree-compiler
– bc
• Source fetching tools:
– wget

6
configs/phytiumpi_sdcard.config

@ -12,4 +12,8 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
BR2_PACKAGE_PHYTIUM_TOOLS=y
# Filesystem
BR2_TARGET_ROOTFS_EXT2_SIZE="15G"
BR2_TARGET_ROOTFS_EXT2_SIZE="5G"
# phytiumpi does not neet these tools to create the microSD image
BR2_PACKAGE_HOST_DOSFSTOOLS=n
BR2_PACKAGE_HOST_MTOOLS=n

Loading…
Cancel
Save