1

When I try running this:

make CROSS_COMPILE=/root/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi- omap3devkit8000_config

I get this error:

make: *** No rule to make target `omap3devkit8000_config'.  Stop.
make: *** [omap3devkit8000_config] Error 1

How do I flash U-Boot to a Devkit8500? I'm using CentOS 6.3.

2 Answers 2

0

Try

make omap3_devkit8000_config CROSS_COMPILE=<your cross-compiler>

instead. You could run

find . -name omap3*

to determine, what board configurations do you have.

-1

Insert your SD card containing u-boot, u-bootfornadflasf, u-boot.bin, etc. with all the images. After doing this start the Linux kernel on the Devkit8500. Interrupt the u-boot and run the command:

Updatesys

Make sure that you have the correct images on your SD card because this operation is irreversible.

2
  • 1
    I am not sure I would want to do something irreversible based on such a vague description. Can you update the answer to a more elaborate description of the exact steps? Commented Mar 10, 2014 at 15:34
  • OP has a problem with make you seem to be answering a different question ? Commented Mar 10, 2014 at 15:51

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.