This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SGI EVM Installing DVSDK and Kernel.

Other Parts Discussed in Thread: OMAPL138

I am working with the SGI EVM board. I received it 1 month ago. 

I have been trying to install both the DVSDK for OMAP 138 and the Kernel.

These are the steps that I have done.

1. I downloaded both the SGI EVM Development Package (v2.0 for TMDSSGI-EVML138) – Linux Installer and dvsdk_omapl138-evm_04_03_00_06_setuplinux.

2. I installed both of them.

3. After installing the DVSDK, I followed the instructions on OMAPL138 Software Developers Guide. I ran the setup script and was able to get the uImage-da850-omapl138-evm.bin into the board by tftp.

4. After that, I went back to the SGI EVM Software Manual. I was able to write the uImage-omapl138-sgiEvm.bin into flash memory by following the instructions on "Setup Kernel". 

5. I am now following the instructions on "Basic configuration of the Kernel". I am stuck on this commands:

  host $  make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- distclean 
--This is the answer that I get:  make: *** No rule to make target `distclean'.  Stop.
  host $  make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- da850_omapl138_defconfig 

Is that the right way to do this? Any help would be appreciated.