9

When cross-compiling a Linux kernel the final stage of the build fails because mkimage is not installed.

Which package do I need to install to my new 'Ubuntu Trusty' installation to get the mkimage utility.

I couldn't find any references. Any suggestions?

Yuval
  • 315
  • 2
  • 3
  • 10

1 Answers1

23

The package you are looking for is named u-boot-tools.

Scolytus
  • 16,338
  • 6
  • 46
  • 69