by pepedog » Fri Dec 26, 2014 7:26 pm
Another alternative, build the firmware into kernel, tried it here on utilite which is running 3.0.35
$this->bbcode_second_pass_code('', 'objcopy -O ihex -I binary sd8787_uapsta.bin sd8787_uapsta.bin.ihex')
Then in kernel config
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE="mrvl/sd8787_uapsta.bin"
Module must be builtin too