forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Description
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
Labels
No labels