maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Maemo 5 / Fremantle (https://talk.maemo.org/forumdisplay.php?f=40)
-   -   [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS] (https://talk.maemo.org/showthread.php?t=77695)

peterleinchen 2014-06-14 18:46

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
@akuma
You know about that problem thread?
But as it seems old and not used anymore, here is my answer:

Sounds weird, very weird.
But after thinking about it a few minutes, I remembered (which is not quite often on my days ;)).
It could be due to
/etc/modprobe.d/bridgedriver
Please see here:
http://talk.maemo.org/showpost.php?p...&postcount=121
and a few posts later the answer from freemangordon.

AND please be aware that multiboot is deprecated and not any longer supported by kernel power (cssu?). So if you wanna have nit droid also please use u-boot.

My current bridgedriver looks like
'options bridgedriver shm_size=0x50000000 base_img=/lib/dsp/baseimage.dof' (only using kp52 via u-boot, use shm_size=0x40000000 for stock kernel))
but should be (according to fmg)
'options bridgedriver phys_mempool_base=0 base_img=/lib/dsp/baseimage.dof'

Hope this is it and it helps you ...

Akuma 2014-06-15 09:18

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Thank you very much for your answer Peter.

I was aware of that problem thread, but because it's related to playing/recording 720p and not about the installation itself, I thought that it wouldn't be the correct thread to post on.

Anyway again thank you very much for your answer.
I've made some research and tests. I know that Multiboot is deprecated for kernel power but I only use it because I couldn't make U-Boot to boot NITdroid (only got to boot the Maemo system). Also, the latests NITdroid installation scripts installs Multiboot in a way that kernel power and it can co-exists and works very well (I'll try U-Boot more in the future).

For more info that could help, I'm installing NITdroid in the eMMC not in a SD card.

Here are some clues of more and more reflash I've done due to this problem:

If I install CSSU-Thumb exactly as the N900 Perfect Setup/alternative1 CSSU-Thumb installation says (disabling the OVI and Extras-Testing repos, creating the 'preferences' file on /etc/apt with the copied text it's described there), it installs perfectly (in the installation it warns me about the 'preferences' file and asks to delete it, and I select 'no', becuse of the CSSU-Thumb part guide), but then if I do the 720p installation steps, after the reboot, the boot loop appears again!!:(
So it wasn't even need to install NITdroid for this to happen.

After reflashing it again (only the FIASCO part with RX-51_2009SE_21.2011.38-1_PR_COMBINED_MR0_ARM.bin), as I don't know how to exit from that loop (I tried booting the RescueOS image, but after booted, I don't know what to do to fix it after mounting the rootfs partition), I then installed CSSU-Thumb but this time with all the repos active and without the 'preferences' file.
CSSU-Thumb installed ok and after the 720p installation steps all worked ok. I tried the camera and recorded on 720p well, etc.

Then I installed NITdroid and after selecting the NITdroid option on the boot menu, now the phone starts with the Nokia logo and then it power off after a while.

Any idea?

I'm going to check all you said and the bridgedriver.

Thanks.

UPDATE:

I found the problem of the boot loop, it seems that it was due to the used kernel on the maemo boot option. It was selected "omap1", and when I changed it to use the "kernelpowerv52" it started normally. Now I got a working Multiboot environment with the latest NITdroid Gingerbread OS and Maemo with CSSU-Thumb, Kernel Power v52 (wich has the errata fixed) and able to watch and record 720p content.
Thank you very much for your help anyway.:D

Cheers.

peterleinchen 2014-06-15 21:08

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Glad you got it booting. :)

So now I am pretty sure the conf /etc/modprobe.d/bridgedriver is the one to blame.
Would you mind to post your contents of this file?

Akuma 2014-06-17 20:00

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by peterleinchen (Post 1429697)
Glad you got it booting. :)

So now I am pretty sure the conf /etc/modprobe.d/bridgedriver is the one to blame.
Would you mind to post your contents of this file?

Yeah!, of course, here it is:

Code:

options bridgedriver phys_mempool_base=0 base_img=/lib/dsp/baseimage.dof
#fixed by kernel-power

That's the content. If you want any other thing just tell me, I'm going to install easydebian ;)

Cheers.

peterleinchen 2014-06-17 20:24

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
@freemangordon

So it really looks like above config does not let boot the stock kernel anymore.
Same as I experienced. Left the mem=0x50000000 config in my bridgedriver as above config did not let boot stock on my device too. And as I was forced to change anyway I decided to switch between 0x5 and 0x40000000 ;)
Any idea?

freemangordon 2014-06-17 21:55

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by peterleinchen (Post 1429954)
@freemangordon

So it really looks like above config does not let boot the stock kernel anymore.
Same as I experienced. Left the mem=0x50000000 config in my bridgedriver as above config did not let boot stock on my device too. And as I was forced to change anyway I decided to switch between 0x5 and 0x40000000 ;)
Any idea?

IIRC this is fixed in KP53

anand.bhoo 2014-06-30 06:46

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Some times video get error

peterleinchen 2014-06-30 07:38

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by anand.bhoo (Post 1431414)
Some times video get error

[sarcasm]
Very helpful and informative bug report :cool:
Are you possibly a Windoze user?
[/sarcasm]

anand.bhoo 2014-07-10 05:58

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
Quote:

Originally Posted by peterleinchen (Post 1431420)
[sarcasm]
Very helpful and informative bug report :cool:
Are you possibly a Windoze user?
[/sarcasm]

ya

when i was playing video but sudenly "unable to play meadia file"

xes 2014-07-21 16:21

Re: [HOWTO]Watch 720p videos on n900 [09.12.2011 VIDEOCALL WORKS]
 
2 Attachment(s)
It's been a long time since the last time i managed to make a video call, so, i have decided to try an old libgstdsp build i made on 20 december of 2011 to change the default jpeg compression at 97%... and magically it worked again!!
If someone has the same problem, here attached you can find the working lib and sources.

@freemangordon
i suppose that something got messed in the latest libgstdsp version in the first post (at least for me)

After a quick check, also video playback, video recording and photos taken with camera-ui "seem" to be working or at least i could tag as "work_for_me_so_far".


All times are GMT. The time now is 08:35.

vBulletin® Version 3.8.8