Thursday, July 5, 2012

[Solved]"mkimage" command not found - U-Boot images will not be built



Problem: "mkimage" command not found - U-Boot images will not be built

Solution: sudo apt-get install uboot-mkimage

               make the kernel again

13 comments:

  1. And now it says Invalid CPU type for or1k.

    ReplyDelete
  2. i easily solved the pblm....thank you very much...

    ReplyDelete
  3. after trying the above it shows

    Err http://archive.ubuntu.com/ubuntu/ natty/main u-boot-tools amd64 2010.12-2
    404 Not Found [IP: 91.189.91.13 80]
    Err http://archive.ubuntu.com/ubuntu/ natty/main uboot-mkimage all 2010.12-2
    404 Not Found [IP: 91.189.91.13 80]
    Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/u-boot/u-boot-tools_2010.12-2_amd64.deb 404 Not Found [IP: 91.189.91.13 80]
    Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/u/u-boot/uboot-mkimage_2010.12-2_all.deb 404 Not Found [IP: 91.189.91.13 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

    ReplyDelete
  4. any body reply to my question ?

    ReplyDelete
  5. run apt-get update or try with --fix-missing

    ReplyDelete
  6. hi ,
    am getting below error while "sudo apt-get install uboot-mkimage"

    E: Package 'uboot-mkimage' has no installation candidate

    Please help

    ReplyDelete
    Replies
    1. Then you can try to install u-boot-tools
      "sudo apt-get install u-boot-tools", worked for me

      Delete
    2. thank you very much. very easily solved.

      Delete
  7. hiii,i am geeting an error during device tree creation

    DTC arch/arm/boot/dts/zynq-zed-adv7511.dtb
    ERROR (phandle_references): Reference to non-existent node or label "gic"

    ERROR: Input tree has errors, aborting (use -f to force output)
    scripts/Makefile.lib:293: recipe for target 'arch/arm/boot/dts/zynq-zed-adv7511.dtb' failed

    can any one please help me

    ReplyDelete