http://forum.odroid.com/viewtopic.php?f ... 462#p26779
that the firmware on the Arch image I made is an older one.
On checking I found that I had included the newer one at
/lib/firmware/s5p-mfc/s5p-mfc.fw
And the older one was at
/lib/firmware/mfc_fw.bin
Simply linking
Code: Select all
ln -s /lib/firmware/s5p-mfc/s5p-mfc.fw /lib/firmware/mfc_fw.binThen I realised that the newer firmware was actually being loaded , but only when needed. When running xbmc[ 11.012610] MFC v6.5, F/W: 13yy, 10mm, 15dd (D)
I can see /drivers/media/video/exynos/mfc/s5p_mfc_common.h references mfc_fw.bin and
/drivers/media/video/s5p-mfc/s5p_mfc_ctrl.c references s5p-mfc.fw
but in fact both these files are the same firmware ?
Is this correct ? Is there a simple explanation of why ?