Skip to content

Instantly share code, notes, and snippets.

@schamp
Created January 11, 2017 20:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schamp/aaebced0ea4a76492803f131cc228cc1 to your computer and use it in GitHub Desktop.
Save schamp/aaebced0ea4a76492803f131cc228cc1 to your computer and use it in GitHub Desktop.
Build a custom Chip image

How to.

Start with this: https://github.com/MayhemOfHell/NTC-Kit/wiki

git clone https://github.com/MayhemOfHell/NTC-Kit.git
cd NTC-Kit
bash Install.sh

At this point, Build.sh will build 4.4.11, which we don't want. Go to buildroot_orig and run

make nconfig

And set the kernel version to 4.4.13-ntc-mlc. Set your custom suffix to something you'll recognize, like your initials.

Now run build:

bash Build.sh

At some point it may fail because of wext_priv.patch. Do this:

mv buildroot_orig/output/linux/wext_priv.patch buildroot_orig/output/linux/wext_priv.patch.old

and try again:

bash Build.sh

Go have a coffee or something, it takes forev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment