1

I have created a custom kernel 4.1.5(latest) on the **odroid xu3** device as mentioned in Arm DS5 streamline configuration, Odroid has kernel 3.1.82-35 already,

after make menu config during make

it gives a firmware error, i.e:-

make[1]: No rule to make target firmware/edid/1024x768.bin', needed byfirmware/edid/1024x768.bin.gen.o'. Stop. make: [firmware] Error 2"

Can anyone tell me what should i do, I am new to this.

Akash
  • 103
  • 1
  • 14

1 Answers1

0

The firmware is missing. You should check whether this firmware is needed or not. If it is necessary, download it and place it in the proper place. Otherwise, you can delete the rules in the Makefile.

Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
Chris Tsui
  • 452
  • 3
  • 10
  • Ok. I have checked it online, i did not found this firmware anywhere. Also in the makefile of linux kernel 4.1.5, I am not able to find about this firmware anything. – Akash Aug 19 '15 at 09:21
  • check firmware/Makefile or firmware/edid/Makefile. – Chris Tsui Aug 20 '15 at 08:43