Skip to content

kernel cannot be built directly on the ci20 #23

@mcmechan

Description

@mcmechan

Building on the ci20 requires several packages to be installed in the latest debian image

apt-get install bc u-boot-tools

and then

make -j3 ci20_defconfig uImage

When compiled on my ext4 uSD card it takes about a hour

Personally I don't like to do things like compiles on non-removable media.

If you want to use menuconfig add libncurses5-dev

If you want access to the NAND filesystem you will need to install mtd-utils for the ubiattach command unless you are using the NAND as the boot device.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions