[android-porting] Re: Android porting request_firmware() failed

2012-11-05 Thread lex Zou
code -2 means your requested firmware not exist. On Wednesday, October 24, 2012 12:38:18 PM UTC+5:30, willy woo wrote: Hi All, I found this email group was discussing Android request_firmware(). Now I got the same problem for Beagleboard ICS. I need port a device driver and I used

[android-porting] Android porting request_firmware() failed

2012-10-24 Thread Li Wu
Hi All, I found this email group was discussing Android request_firmware(). Now I got the same problem for Beagleboard ICS. I need port a device driver and I used request_firmware() but it failed with error code -2. I went through the previous discussions but could not figure out what is the

[android-porting] request_firmware

2009-10-29 Thread king
Hi, i have a firmware file which is a .hex file, does anyone know how to load the firmware under android? Where should i locate the .hex firmware file? In the driver i see it use request_firmware to load the firmware, however it give me a debug message to me that unable to locate firmware file