0

I require the use of the command mkimage in my Centos 7, 32-bit system.

I have attempted to install as root uboot-tools using the command yum install ubool-tools but this is not available.

Does anyone have any driving instructions on how I can install uboot-tools on my system please?

Dustin Cook
  • 1,215
  • 5
  • 26
  • 44

1 Answers1

3

For some reason uboot-utils is not available in EPEL7. Get the SRPM from EPEL6 and rebuild it.

Ignacio Vazquez-Abrams
  • 776,304
  • 153
  • 1,341
  • 1,358
  • I'm not overly familiar, can you please provide rebuild instructions? – Dustin Cook Apr 29 '16 at 09:41
  • Apologies for the delay in accepting your answer. I got sidetracked, and only got to test this this morning, and it worked a treat! – Dustin Cook May 05 '16 at 09:25
  • The Version for el6 is very old. You can use the Fedora source RPM (*.fc28.src.rpm). It worked for me to rebuild dtc and uboot-tools on CentOS 7 64-bit. – Marcel D-B Feb 21 '18 at 09:14