linux - request_firmware_nowait failure while loading driver (fw) -


i trying load driver module has firmware. driver trying push fw image hardware through remoteproc.

rproc_add calling "request_firmware_nowait" , encountered "-2" error @ fw_get_filesystem_firmware() api.

it seems file not found but, before call insmod, double checked path name , , seems fine. permission looks good.

if call direct firmware load call (changed kernel source code) , @ least, able find file.

any clue on this? seems failing filp_open inside fw_get_filesystem_firmware function , operation working on top of workqueue.

any information welcomed!

  • linux kernel 4.4.46
  • early stage boot up
  • using initrd , on ramfs (squashfs)
  • from workqueue, call request_firmware


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -