All of lore.kernel.org
 help / color / mirror / Atom feed
* Annoying message on the console for the db845c board
@ 2023-01-06 16:37 Daniel Lezcano
  2023-01-06 18:14 ` Dmitry Baryshkov
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2023-01-06 16:37 UTC (permalink / raw)
  To: Bjorn Andersson, Dmitry Baryshkov, agross, Konrad Dybcio,
	Mathieu Poirier, Philipp Zabel
  Cc: linux-arm-msm, linux-remoteproc, Linux Kernel Mailing List


Hi all,

Does anyone have an idea on how to fix these timeout messages ? They are 
displayed again and again every 5 seconds and that saturates the 
filesystem after awhile.

...
[   24.662181] qcom-q6v5-mss 4080000.remoteproc: start timed out
[   24.768150] qcom-q6v5-mss 4080000.remoteproc: port failed halt
[   24.777618] remoteproc remoteproc0: can't start rproc 
4080000.remoteproc: -110
[   24.785022] remoteproc remoteproc0: Boot failed: -110
[   24.833657] remoteproc remoteproc0: powering up 4080000.remoteproc
[   24.840126] remoteproc remoteproc0: Booting fw image 
qcom/sdm845/mba.mbn, size 238304
[   24.897361] qcom-q6v5-mss 4080000.remoteproc: MBA booted without 
debug policy, loading mpss
[   31.573938] qcom-q6v5-mss 4080000.remoteproc: start timed out
[   31.680229] qcom-q6v5-mss 4080000.remoteproc: port failed halt
[   31.689683] remoteproc remoteproc0: can't start rproc 
4080000.remoteproc: -110
[   31.697070] remoteproc remoteproc0: Boot failed: -110
[   31.765283] remoteproc remoteproc0: powering up 4080000.remoteproc
[   31.771758] remoteproc remoteproc0: Booting fw image 
qcom/sdm845/mba.mbn, size 238304
[   31.820553] qcom-q6v5-mss 4080000.remoteproc: MBA booted without 
debug policy, loading mpss
....

Thanks
   -- Daniel

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-06 16:37 Annoying message on the console for the db845c board Daniel Lezcano
@ 2023-01-06 18:14 ` Dmitry Baryshkov
  2023-01-06 20:08   ` Daniel Lezcano
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry Baryshkov @ 2023-01-06 18:14 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On Fri, 6 Jan 2023 at 18:37, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
>
> Hi all,
>
> Does anyone have an idea on how to fix these timeout messages ? They are
> displayed again and again every 5 seconds and that saturates the
> filesystem after awhile.

Could you please check that you have CONFIG_QCOM_RMTFS_MEM enabled and
the rmtfs daemon running?
I think that's the usual cause of such messages.

>
> ...
> [   24.662181] qcom-q6v5-mss 4080000.remoteproc: start timed out
> [   24.768150] qcom-q6v5-mss 4080000.remoteproc: port failed halt
> [   24.777618] remoteproc remoteproc0: can't start rproc
> 4080000.remoteproc: -110
> [   24.785022] remoteproc remoteproc0: Boot failed: -110
> [   24.833657] remoteproc remoteproc0: powering up 4080000.remoteproc
> [   24.840126] remoteproc remoteproc0: Booting fw image
> qcom/sdm845/mba.mbn, size 238304
> [   24.897361] qcom-q6v5-mss 4080000.remoteproc: MBA booted without
> debug policy, loading mpss
> [   31.573938] qcom-q6v5-mss 4080000.remoteproc: start timed out
> [   31.680229] qcom-q6v5-mss 4080000.remoteproc: port failed halt
> [   31.689683] remoteproc remoteproc0: can't start rproc
> 4080000.remoteproc: -110
> [   31.697070] remoteproc remoteproc0: Boot failed: -110
> [   31.765283] remoteproc remoteproc0: powering up 4080000.remoteproc
> [   31.771758] remoteproc remoteproc0: Booting fw image
> qcom/sdm845/mba.mbn, size 238304
> [   31.820553] qcom-q6v5-mss 4080000.remoteproc: MBA booted without
> debug policy, loading mpss
> ....


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-06 18:14 ` Dmitry Baryshkov
@ 2023-01-06 20:08   ` Daniel Lezcano
  2023-01-07 14:11     ` Dmitry Baryshkov
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2023-01-06 20:08 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On 06/01/2023 19:14, Dmitry Baryshkov wrote:
> On Fri, 6 Jan 2023 at 18:37, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>>
>> Hi all,
>>
>> Does anyone have an idea on how to fix these timeout messages ? They are
>> displayed again and again every 5 seconds and that saturates the
>> filesystem after awhile.
> 
> Could you please check that you have CONFIG_QCOM_RMTFS_MEM enabled and
> the rmtfs daemon running?
> I think that's the usual cause of such messages.

Yes, I have the option and the daemon running:

zcat /proc/config.gz | grep CONFIG_QCOM_RMTFS_MEM
CONFIG_QCOM_RMTFS_MEM=y

ps -ef | grep rmtfs
root      9888     1  2 20:07 ?        00:00:00 /usr/bin/rmtfs -r -P -s




-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-06 20:08   ` Daniel Lezcano
@ 2023-01-07 14:11     ` Dmitry Baryshkov
  2023-01-07 19:01       ` Daniel Lezcano
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry Baryshkov @ 2023-01-07 14:11 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On Fri, 6 Jan 2023 at 22:08, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 06/01/2023 19:14, Dmitry Baryshkov wrote:
> > On Fri, 6 Jan 2023 at 18:37, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> >>
> >>
> >> Hi all,
> >>
> >> Does anyone have an idea on how to fix these timeout messages ? They are
> >> displayed again and again every 5 seconds and that saturates the
> >> filesystem after awhile.
> >
> > Could you please check that you have CONFIG_QCOM_RMTFS_MEM enabled and
> > the rmtfs daemon running?
> > I think that's the usual cause of such messages.
>
> Yes, I have the option and the daemon running:
>
> zcat /proc/config.gz | grep CONFIG_QCOM_RMTFS_MEM
> CONFIG_QCOM_RMTFS_MEM=y
>
> ps -ef | grep rmtfs
> root      9888     1  2 20:07 ?        00:00:00 /usr/bin/rmtfs -r -P -s

I don't seem to be able to reproduce it here. Could you please share
your kernel commit, .config and md5sums of
/lib/firmware/qcom/sdm845/m*

Thank you.

>
>
>
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog
>


-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-07 14:11     ` Dmitry Baryshkov
@ 2023-01-07 19:01       ` Daniel Lezcano
  2023-01-07 22:07         ` Dmitry Baryshkov
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2023-01-07 19:01 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List


Hi Dmitry,

thanks for your help

On 07/01/2023 15:11, Dmitry Baryshkov wrote:
> On Fri, 6 Jan 2023 at 22:08, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>> On 06/01/2023 19:14, Dmitry Baryshkov wrote:
>>> On Fri, 6 Jan 2023 at 18:37, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>>>
>>>>
>>>> Hi all,
>>>>
>>>> Does anyone have an idea on how to fix these timeout messages ? They are
>>>> displayed again and again every 5 seconds and that saturates the
>>>> filesystem after awhile.
>>>
>>> Could you please check that you have CONFIG_QCOM_RMTFS_MEM enabled and
>>> the rmtfs daemon running?
>>> I think that's the usual cause of such messages.
>>
>> Yes, I have the option and the daemon running:
>>
>> zcat /proc/config.gz | grep CONFIG_QCOM_RMTFS_MEM
>> CONFIG_QCOM_RMTFS_MEM=y
>>
>> ps -ef | grep rmtfs
>> root      9888     1  2 20:07 ?        00:00:00 /usr/bin/rmtfs -r -P -s
> 
> I don't seem to be able to reproduce it here. Could you please share
> your kernel commit, .config and md5sums of
> /lib/firmware/qcom/sdm845/m*
> 
> Thank you.

I have this message since I began to use the board, so v6.2-rc2 is the 
latest commit where the message appears.

Here are the checksums:

5533fa7714fb3cce82e87f53ef176f2b  /lib/firmware/qcom/sdm845/mba.mbn
fc8a991ef6de938b98f6b8add935f763  /lib/firmware/qcom/sdm845/mfido.b00
891ff112c4b850bc42dfd3b6de4fa5b2  /lib/firmware/qcom/sdm845/mfido.b01
87fee3b957cc4db82e6059ecc93fa407  /lib/firmware/qcom/sdm845/mfido.b02
63a7b2d8b45d5c45c06d692990978549  /lib/firmware/qcom/sdm845/mfido.b03
9a948d36de06c6061faf778df587055e  /lib/firmware/qcom/sdm845/mfido.b04
01d66841828ef931a9c38276ee625009  /lib/firmware/qcom/sdm845/mfido.b05
9e8d0a8f7af2a6c871d57e52d77dbcc3  /lib/firmware/qcom/sdm845/mfido.b06
1295c311bfa46356042dabb45918e068  /lib/firmware/qcom/sdm845/mfido.b07
414e0abb604838279a267044f4c944d7  /lib/firmware/qcom/sdm845/mfido.mdt
12266b36b7b5c23fb52639ac663ebf31  /lib/firmware/qcom/sdm845/mlipay.b00
3de44af432e79ccbb7641add632a95a3  /lib/firmware/qcom/sdm845/mlipay.b01
133976d78cf0615bb9cea303a4954aa5  /lib/firmware/qcom/sdm845/mlipay.b02
0dbdf878624e31b5f09147b130600d88  /lib/firmware/qcom/sdm845/mlipay.b03
5dc64a1b8dd56122392f311e67096c73  /lib/firmware/qcom/sdm845/mlipay.b04
120800490c1b6ecb9670f4dbd0ebb213  /lib/firmware/qcom/sdm845/mlipay.b05
6ed32e554551e82d0c3b2db7029822bf  /lib/firmware/qcom/sdm845/mlipay.b06
089bdc9f19e1797051a0c1f230669f1f  /lib/firmware/qcom/sdm845/mlipay.b07
731b3ef3e26abacc56062dd22d5ade1f  /lib/firmware/qcom/sdm845/mlipay.mdt
f52909691b8b7caf9b4b5df034cb409b  /lib/firmware/qcom/sdm845/modem.b00
31b13980b0ce2dd003ae5fc785d73edc  /lib/firmware/qcom/sdm845/modem.b01
81b3278eb711869d8b2586e76c17a42c  /lib/firmware/qcom/sdm845/modem.b02
fd03fc9524da65557f48cd54453afb79  /lib/firmware/qcom/sdm845/modem.b03
6f4574fa6d3399ddd44d218251d103aa  /lib/firmware/qcom/sdm845/modem.b04
8029ecce466e3a8f5363cfbe0526a25a  /lib/firmware/qcom/sdm845/modem.b05
289e1b9e75a99e997fcf5bea2556b6a7  /lib/firmware/qcom/sdm845/modem.b06
1f2c55145dd857846c3af85341e91692  /lib/firmware/qcom/sdm845/modem.b07
2d23ad2aaba8fa0f8ebee2dfc4bafb69  /lib/firmware/qcom/sdm845/modem.b08
87acd90067133b479296e6e2dfe33862  /lib/firmware/qcom/sdm845/modem.b09
55fadce7dac041e691f9653a8cec0623  /lib/firmware/qcom/sdm845/modem.b10
b570020fb4b0b3b2b15c6dce2eacf36d  /lib/firmware/qcom/sdm845/modem.b11
8720757ffbdffa143847fb091dfc7ab3  /lib/firmware/qcom/sdm845/modem.b12
80f4e29dbfd22bd0a2c414506b732c8c  /lib/firmware/qcom/sdm845/modem.b13
d466218216a25fe0ebf3e546ba1f0a7b  /lib/firmware/qcom/sdm845/modem.b15
a6328fae9ebfaeb3b9d108bcced145f3  /lib/firmware/qcom/sdm845/modem.b16
3a18fd44bddd1d19b8c369a1c3e45b4b  /lib/firmware/qcom/sdm845/modem.b17
da2bc943c0d9a669dbffbe083c8bb355  /lib/firmware/qcom/sdm845/modem.b18
d6e44ee4f65b8f062fe794333d6abb46  /lib/firmware/qcom/sdm845/modem.b20
3eac979300ae1cdfa2a0a4aa723e7bb5  /lib/firmware/qcom/sdm845/modem.b21
99e3ec3c4ce3ccb426e09ad58c60e047  /lib/firmware/qcom/sdm845/modem.b22
e247a0474d2c30db5c2ed023c16008d4  /lib/firmware/qcom/sdm845/modem.b23
22ec959a5da1cd2639787717100015ff  /lib/firmware/qcom/sdm845/modem.b24
65f80038d994cd7f6d32435afe083e8f  /lib/firmware/qcom/sdm845/modem.b25
90650a7ca2f7911f4584261a51e03545  /lib/firmware/qcom/sdm845/modem.b26
8eecb5553b0ab616cd8da6d86f1b4efc  /lib/firmware/qcom/sdm845/modem.b27
5ef7472400a0600e54bd26ef985a4ee9  /lib/firmware/qcom/sdm845/modem.b28
967351c89ce72cfe48100ee48d18b7dc  /lib/firmware/qcom/sdm845/modem.mbn
967351c89ce72cfe48100ee48d18b7dc  /lib/firmware/qcom/sdm845/modem.mdt
md5sum: /lib/firmware/qcom/sdm845/modem_pr: Is a directory
0791674ed874a849510aed1e8d77905f  /lib/firmware/qcom/sdm845/modemr.jsn
bad87ccee828ee70d0281db170985738  /lib/firmware/qcom/sdm845/modemuw.jsn




-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-07 19:01       ` Daniel Lezcano
@ 2023-01-07 22:07         ` Dmitry Baryshkov
  2023-01-07 22:51           ` Daniel Lezcano
  0 siblings, 1 reply; 8+ messages in thread
From: Dmitry Baryshkov @ 2023-01-07 22:07 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On Sat, 7 Jan 2023 at 21:01, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
>
> Hi Dmitry,
>
> thanks for your help
>
> On 07/01/2023 15:11, Dmitry Baryshkov wrote:
> > On Fri, 6 Jan 2023 at 22:08, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> >>
> >> On 06/01/2023 19:14, Dmitry Baryshkov wrote:
> >>> On Fri, 6 Jan 2023 at 18:37, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> >>>>
> >>>>
> >>>> Hi all,
> >>>>
> >>>> Does anyone have an idea on how to fix these timeout messages ? They are
> >>>> displayed again and again every 5 seconds and that saturates the
> >>>> filesystem after awhile.
> >>>
> >>> Could you please check that you have CONFIG_QCOM_RMTFS_MEM enabled and
> >>> the rmtfs daemon running?
> >>> I think that's the usual cause of such messages.
> >>
> >> Yes, I have the option and the daemon running:
> >>
> >> zcat /proc/config.gz | grep CONFIG_QCOM_RMTFS_MEM
> >> CONFIG_QCOM_RMTFS_MEM=y
> >>
> >> ps -ef | grep rmtfs
> >> root      9888     1  2 20:07 ?        00:00:00 /usr/bin/rmtfs -r -P -s
> >
> > I don't seem to be able to reproduce it here. Could you please share
> > your kernel commit, .config and md5sums of
> > /lib/firmware/qcom/sdm845/m*
> >
> > Thank you.
>
> I have this message since I began to use the board, so v6.2-rc2 is the
> latest commit where the message appears.
>
> Here are the checksums:
>
> 5533fa7714fb3cce82e87f53ef176f2b  /lib/firmware/qcom/sdm845/mba.mbn

This doesn't correspond to the firmware I know. Could you please your
/lib/firmware to the firmware files we have released to the
linux-firmware archive?

[skipped the rest of md5sums]

I've tested the v6.2-rc1. With the firmware from linux-firmware I do
not see these message. I posted the output of savedefconfig for my
.config to https://pastebin.ubuntu.com/p/t4KzQ4QWSF/

Could you please recheck with this input? Maybe something is missing?

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-07 22:07         ` Dmitry Baryshkov
@ 2023-01-07 22:51           ` Daniel Lezcano
  2023-01-08  4:30             ` Dmitry Baryshkov
  0 siblings, 1 reply; 8+ messages in thread
From: Daniel Lezcano @ 2023-01-07 22:51 UTC (permalink / raw)
  To: Dmitry Baryshkov
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On 07/01/2023 23:07, Dmitry Baryshkov wrote:

[ ... ]

> I've tested the v6.2-rc1. With the firmware from linux-firmware I do
> not see these message. I posted the output of savedefconfig for my
> .config to https://pastebin.ubuntu.com/p/t4KzQ4QWSF/
> 
> Could you please recheck with this input? Maybe something is missing?

Yes, with your config, that has been fixed

Thanks!

Would it make sense to ensure defconfig has the same options to run this 
platform ?

BTW I noted a lock issue: https://pastebin.com/274Xz7Aa

Thanks again for your help

   -- Daniel

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Annoying message on the console for the db845c board
  2023-01-07 22:51           ` Daniel Lezcano
@ 2023-01-08  4:30             ` Dmitry Baryshkov
  0 siblings, 0 replies; 8+ messages in thread
From: Dmitry Baryshkov @ 2023-01-08  4:30 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Bjorn Andersson, agross, Konrad Dybcio, Mathieu Poirier,
	Philipp Zabel, linux-arm-msm, linux-remoteproc,
	Linux Kernel Mailing List

On Sun, 8 Jan 2023 at 00:51, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 07/01/2023 23:07, Dmitry Baryshkov wrote:
>
> [ ... ]
>
> > I've tested the v6.2-rc1. With the firmware from linux-firmware I do
> > not see these message. I posted the output of savedefconfig for my
> > .config to https://pastebin.ubuntu.com/p/t4KzQ4QWSF/
> >
> > Could you please recheck with this input? Maybe something is missing?
>
> Yes, with your config, that has been fixed
>
> Thanks!
>
> Would it make sense to ensure defconfig has the same options to run this
> platform ?

Yes, please send a patch. We might have missed something in the defconfig.

>
> BTW I noted a lock issue: https://pastebin.com/274Xz7Aa
>
> Thanks again for your help

You are welcome.

-- 
With best wishes
Dmitry

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-01-08  4:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-06 16:37 Annoying message on the console for the db845c board Daniel Lezcano
2023-01-06 18:14 ` Dmitry Baryshkov
2023-01-06 20:08   ` Daniel Lezcano
2023-01-07 14:11     ` Dmitry Baryshkov
2023-01-07 19:01       ` Daniel Lezcano
2023-01-07 22:07         ` Dmitry Baryshkov
2023-01-07 22:51           ` Daniel Lezcano
2023-01-08  4:30             ` Dmitry Baryshkov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.