Changes between Version 10 and Version 11 of buildroot


Ignore:
Timestamp:
01/22/2019 01:07:03 AM (5 years ago)
Author:
Bobby Jones
Comment:

Added Kconfig symbols to newport specific instructions

Legend:

Unmodified
Added
Removed
Modified
  • buildroot

    v10 v11  
    113113
    114114To configure buildroot for the Cavium CN80XX/CN81XX SoC found on the Newport product family:
    115  * Target options -> Target Architecture -> AArch64 (little endian)
    116  * Filesystem images -> tar the root filesystem -> Compression method (xz)
    117  * Filesystem images -> cpio the root filesystem
    118  * Filesystem images -> Compression method (xz)
     115 * Target options -> Target Architecture -> AArch64 (little endian) (BR2_aarch64)
     116 * Filesystem images -> tar the root filesystem -> Compression method (xz) (BR2_TARGET_ROOTFS_CPIO_XZ)
     117 * Filesystem images -> cpio the root filesystem (BR2_TARGET_ROOTFS_CPIO)
     118 * Filesystem images -> Compression method (xz) (BR2_TARGET_ROOTFS_TAR_XZ)
    119119
    120120This builds a ~500KiB output/images/root.tar.xz in less than 5 minutes on a typical Linux desktop.