Installing s5p-mfc firmware

Locked
SevenW
Posts: 36
Joined: Sat Oct 26, 2013 4:50 am
languages_spoken: english
ODROIDs: XU
Has thanked: 0
Been thanked: 0
Contact:

Installing s5p-mfc firmware

Post by SevenW »

I try to get xbmc running with HW accelaration following memeka's instructions http://forum.odroid.com/viewtopic.php?f ... 176#p22107
in dmesg log I see that s5p-mfc firmware can not be loaded. I found the firmware on the forum, and installed it in:

Code: Select all

/lib/firmware/s5p-mfc/s5p-mfc-v6.fw
However, I still get the following message logged:

Code: Select all

[ 4412.596275] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
Is there a special way to install firmware? Should I also have the file s5p-mfc.fw?

SevenW

User avatar
memeka
Posts: 4420
Joined: Mon May 20, 2013 10:22 am
languages_spoken: english
ODROIDs: XU rev2 + eMMC + UART
U3 + eMMC + IO Shield + UART
Has thanked: 2 times
Been thanked: 61 times
Contact:

Re: Installing s5p-mfc firmware

Post by memeka »

Code: Select all

root@elhokar /lib/firmware # ls -la | grep mfc
lrwxrwxrwx  1 root   root   15 Nov 10 00:43 mfc_fw.bin -> mfc_fw_v6.5.bin
-rw-r--r--  1 root   root 336K Nov  8 22:42 mfc_fw_v6.5.bin
-rw-r-----  1 152169 5000 336K Oct 22 06:37 s5p-mfc-v6.fw
make 2 links names mfc_fw_v6.5.bin and mfc_fw.bin, dunno what is the exact name the kernel looks for.

mdrjr
Site Admin
Posts: 12249
Joined: Fri Feb 22, 2013 11:34 pm
languages_spoken: english, portuguese
ODROIDs: -
Location: Brazil
Has thanked: 19 times
Been thanked: 197 times
Contact:

Re: Installing s5p-mfc firmware

Post by mdrjr »

mfc_fw.bin

ru_master
Posts: 23
Joined: Sun Feb 02, 2014 6:44 pm
languages_spoken: russian, english
ODROIDs: ODROID-XU
Has thanked: 0
Been thanked: 0
Contact:

Re: Installing s5p-mfc firmware

Post by ru_master »

I have the same problem.
Odroid was powered off when packets updating from the repository. Now it is do not work.

The last message in /var/log/syslog
Mar 3 07:57:59 odroid kernel: [ 3128.225658] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
and in /var/log/dmesg
[ 22.650390] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
I do not have any files with extension ".bin" (mfc_fw_v6.5.bin)
I have only
s5p-mfc.fw
s5p-mfc-v6.fw
Where can I download mfc_fw_v6.5.bin?

User avatar
meveric
Posts: 12183
Joined: Mon Feb 25, 2013 2:41 pm
languages_spoken: german, english
ODROIDs: X2, U2, U3, XU-Lite, XU3, XU3-Lite, C1, XU4, C2, C1+, XU4Q, HC1, N1, Go, H2 (N4100), N2, H2 (J4105), GoA, C4, GoA v1.1, H2+, HC4, GoS
Has thanked: 100 times
Been thanked: 697 times
Contact:

Re: Installing s5p-mfc firmware

Post by meveric »

depending on the OS you're using it's probably enough to install firmware-samsung from your linux repository.
Donate to support my work on the ODROID GameStation Turbo Image for U2/U3 XU3/XU4 X2 X C1 as well as many other releases.
Check out the Games and Emulators section to find some of my work or check the files in my repository to find the software i build for ODROIDs.
If you want to add my repository to your image read my HOWTO integrate my repo into your image.

gripped
Posts: 691
Joined: Tue May 21, 2013 11:34 pm
languages_spoken: english
ODROIDs: U2 XU U3 XU3
Has thanked: 0
Been thanked: 0
Contact:

Re: Installing s5p-mfc firmware

Post by gripped »

ru_master wrote:I have the same problem.
Odroid was powered off when packets updating from the repository. Now it is do not work.

The last message in /var/log/syslog
Mar 3 07:57:59 odroid kernel: [ 3128.225658] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
and in /var/log/dmesg
[ 22.650390] s5p_mfc_load_firmware:179: Firmware is not present in the /lib/firmware directory nor compiled in kernel.
I do not have any files with extension ".bin" (mfc_fw_v6.5.bin)
I have only
s5p-mfc.fw
s5p-mfc-v6.fw
Where can I download mfc_fw_v6.5.bin?
Which distro are you using ?

If it's using systemd that could be the root of the problem.

I can't remember the exact details but with newer systemd, after 2.16, udev no longer loads firmware, systemd does.
But it doesn't work on older kernels. Before 3.7 I think. But definitely on 3.4.

The way I fixed it on Arch linux was to rollback to systemd 2.16 and hold the systemd packages.

The fact it stopped working after an update makes me think it could be this issue ?

ru_master
Posts: 23
Joined: Sun Feb 02, 2014 6:44 pm
languages_spoken: russian, english
ODROIDs: ODROID-XU
Has thanked: 0
Been thanked: 0
Contact:

Re: Installing s5p-mfc firmware

Post by ru_master »

2 meveric:
Linux does not boot and ethernet does not rise :( I can't execute apt-get install.
I tried to find the package on web http://ports.ubuntu.com/ubuntu-ports/ but ineffectually.

2 gripped:
I also think that the reason for updating. I started to update all packages accidentally.

Now I try to choose one of the two alternatives:
1 - try to repair current system or
2 - copy file system and reinstall the system.

ru_master
Posts: 23
Joined: Sun Feb 02, 2014 6:44 pm
languages_spoken: russian, english
ODROIDs: ODROID-XU
Has thanked: 0
Been thanked: 0
Contact:

Re: Installing s5p-mfc firmware

Post by ru_master »

The last command with dd in my history is
dd if=xubuntu-13.10-desktop_armhf_odroidxu_20131025.img of=/dev/sdc bs=1M

So.... lets repeat

mdrjr
Site Admin
Posts: 12249
Joined: Fri Feb 22, 2013 11:34 pm
languages_spoken: english, portuguese
ODROIDs: -
Location: Brazil
Has thanked: 19 times
Been thanked: 197 times
Contact:

Re: Installing s5p-mfc firmware

Post by mdrjr »

Seriously? Post on a 2 year old thread?
This gotta be some pretty bad joke.

This thread is locked.

Locked

Return to “Issues”

Who is online

Users browsing this forum: No registered users and 1 guest