Binh Thanh. Nguyen <binh.nguyen.uw@...>
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen
|
|
Robert Marshall <robert.marshall@...>
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes: Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh Sorry for the delay in responding! That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected. Robert
|
|
Daniel Sangorrin <daniel.sangorrin@...>
Hello Binh-san,
toggle quoted message
Show quoted text
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU* Thanks, Daniel *There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#primary-connection
|
|
Binh Thanh. Nguyen <binh.nguyen.uw@...>
Hello Daniel, Robert, Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board.
I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU* Thank you for your feedback. We are now purchasing the PDU. Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#primary- connection
Best regards, Binh Nguyen
|
|
Trung. Huynh <trung.huynh.uw@...>
Hi Daniel, Robert, We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749to see that it can create a directory by mkdir /lava-1 Could you please tell us what does it make scene? How can we fix it? Thank you. P/S: healthcheck script same as Binh-san attached to you before Best Regards, Trung
toggle quoted message
Show quoted text
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue Hello Binh-san, -----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU* Thanks, Daniel *There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#primary-connection
|
|
Robert Marshall <robert.marshall@...>
Trung,
The LAVA environment knows about those paths - I'd look into whether the prompts you get on logging in are the ones that LAVA is telling you that it is expecting?
Robert
"Trung. Huynh" <trung.huynh.uw@...> writes:
toggle quoted message
Show quoted text
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you.
P/S: healthcheck script same as Binh-san attached to you before
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#primary-connection
|
|
Daniel Sangorrin <daniel.sangorrin@...>
Dear Trung san,
toggle quoted message
Show quoted text
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log? P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section? Regards, Daniel Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#primary- connection
|
|
Trung. Huynh <trung.huynh.uw@...>
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
Best Regards, Trung
toggle quoted message
Show quoted text
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue Dear Trung san, -----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log? P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section? Regards, Daniel Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#pr imary- connection
|
|
Daniel Sangorrin <daniel.sangorrin@...>
Dear Trung san
toggle quoted message
Show quoted text
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card. Regards, Daniel Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#pr imary- connection
|
|
Robert Marshall <robert.marshall@...>
Hi "Daniel Sangorrin" <daniel.sangorrin@...> writes: Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section: commands: sd you should change that to commands: ramdisk Robert Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html#pr imary- connection
|
|
Trung. Huynh <trung.huynh.uw@...>
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that.
Regards, Trung
toggle quoted message
Show quoted text
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue Hi "Daniel Sangorrin" <daniel.sangorrin@...> writes: Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section: commands: sd you should change that to commands: ramdisk Robert Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html #pr imary- connection
|
|
Daniel Sangorrin <daniel.sangorrin@...>
Hi Trung, Agustin, Robert
toggle quoted message
Show quoted text
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? Robert: should I send the patches again to make sure that everyone is running the same code? Best regards, Daniel -----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html #pr imary- connection
|
|
Robert Marshall <robert.marshall@...>
"Daniel Sangorrin" <daniel.sangorrin@...> writes: Hi Trung, Agustin, Robert
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? Robert: should I send the patches again to make sure that everyone is running the same code?
Daniel I think your changes are all in Tom's mirror of the repos but they haven't been merged in yet https://gitlab.com/tpollard/board-at-desk-single-dev/tree/masterLet me see if this can be MR'ed! Robert Best regards, Daniel
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html #pr imary- connection
|
|
Agustin Benito Bethencourt <agustin.benito@...>
Hi, On 29/11/17 23:53, Daniel Sangorrin wrote: Hi Trung, Agustin, Robert
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? I am travelling. Will do it Mon or Tue next week. Sorry about this delay. You should have full access to S3. Robert: should I send the patches again to make sure that everyone is running the same code?
Best regards, Daniel
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.html #pr imary- connection
-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@...
|
|
Trung. Huynh <trung.huynh.uw@...>
Dear Daniel,
Once they to become ready for download, please ping me, thank you!
Regards, Trung
toggle quoted message
Show quoted text
-----Original Message----- From: cip-dev-bounces@... [mailto:cip-dev-bounces@...] On Behalf Of Agustin Benito Bethencourt Sent: Friday, December 1, 2017 2:42 AM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; cip-dev@... Subject: Re: [cip-dev] B@D run on Renesas board - issue Hi, On 29/11/17 23:53, Daniel Sangorrin wrote: Hi Trung, Agustin, Robert
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? I am travelling. Will do it Mon or Tue next week. Sorry about this delay. You should have full access to S3. Robert: should I send the patches again to make sure that everyone is running the same code?
Best regards, Daniel
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.htm l #pr imary- connection
-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@... _______________________________________________ cip-dev mailing list cip-dev@... https://lists.cip-project.org/mailman/listinfo/cip-dev
|
|
Daniel Sangorrin <daniel.sangorrin@...>
Hi Trung,
I haven't got any message from Agustin. Could you build the binaries by yourself?
Regards, Daniel
toggle quoted message
Show quoted text
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Tuesday, December 05, 2017 6:09 PM To: Daniel Sangorrin; Agustin Benito Bethencourt Cc: Binh Thanh. Nguyen; O365-Toru Oishi; cip-dev@... Subject: RE: [cip-dev] B@D run on Renesas board - issue
Dear Daniel,
Once they to become ready for download, please ping me, thank you!
Regards, Trung
-----Original Message----- From: cip-dev-bounces@... [mailto:cip-dev-bounces@...] On Behalf Of Agustin Benito Bethencourt Sent: Friday, December 1, 2017 2:42 AM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; cip-dev@... project.org Subject: Re: [cip-dev] B@D run on Renesas board - issue
Hi,
On 29/11/17 23:53, Daniel Sangorrin wrote:
Hi Trung, Agustin, Robert
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? I am travelling. Will do it Mon or Tue next week. Sorry about this delay. You should have full access to S3.
Robert: should I send the patches again to make sure that everyone is running the same code?
Best regards, Daniel
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.htm l #pr imary- connection
-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@... _______________________________________________ cip-dev mailing list cip-dev@... https://lists.cip-project.org/mailman/listinfo/cip-dev
|
|
Trung. Huynh <trung.huynh.uw@...>
Dear Daniel,
Well, I think I got my own binaries already. But wanna say that it's thankful to have your helping, keep forward.
Regards, Trung
toggle quoted message
Show quoted text
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, December 11, 2017 1:47 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Agustin Benito Bethencourt' <agustin.benito@...> Cc: Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; cip-dev@... Subject: RE: [cip-dev] B@D run on Renesas board - issue Hi Trung, I haven't got any message from Agustin. Could you build the binaries by yourself? Regards, Daniel -----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Tuesday, December 05, 2017 6:09 PM To: Daniel Sangorrin; Agustin Benito Bethencourt Cc: Binh Thanh. Nguyen; O365-Toru Oishi; cip-dev@... Subject: RE: [cip-dev] B@D run on Renesas board - issue
Dear Daniel,
Once they to become ready for download, please ping me, thank you!
Regards, Trung
-----Original Message----- From: cip-dev-bounces@... [mailto:cip-dev-bounces@...] On Behalf Of Agustin Benito Bethencourt Sent: Friday, December 1, 2017 2:42 AM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; cip-dev@... project.org Subject: Re: [cip-dev] B@D run on Renesas board - issue
Hi,
On 29/11/17 23:53, Daniel Sangorrin wrote:
Hi Trung, Agustin, Robert
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Monday, November 27, 2017 7:45 PM To: Robert Marshall; Daniel Sangorrin Cc: Binh Thanh. Nguyen; O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel, Robert,
Thank for your advices. BTW, could you please give me uImage and device tree file as well as file system you have already built to use in your sample test? I appreciate that. I was planning to upload them to B@D AWS S3 account, but I haven't received an account yet. Agustin: could you try again please? should I send you some information? I am travelling. Will do it Mon or Tue next week. Sorry about this delay. You should have full access to S3.
Robert: should I send the patches again to make sure that everyone is running the same code?
Best regards, Daniel
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Friday, November 17, 2017 4:18 PM To: Daniel Sangorrin <daniel.sangorrin@...> Cc: Trung. Huynh <trung.huynh.uw@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...>; O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: Re: B@D run on Renesas board - issue
Hi
"Daniel Sangorrin" <daniel.sangorrin@...> writes:
Dear Trung san
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Thursday, November 16, 2017 5:49 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Daniel,
Thank for your reply. The log in attachment is took from lava for easily observing instead of html page. Regarding deploy section, YES, as you can see the log showing that has passed over it already to get into test section.
Is there anything going wrong? Looking for your feedback
It seems that you are not booting from a ramdisk, but rather the rootfs installed on the eMMC or SD Card.
It would be useful to see the test yaml as it is now, but looking back in the thread the original has in the boot section:
commands: sd
you should change that to
commands: ramdisk
Robert
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Thursday, November 16, 2017 3:11 PM To: Trung. Huynh <trung.huynh.uw@...>; 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Dear Trung san,
-----Original Message----- From: Trung. Huynh [mailto:trung.huynh.uw@...] Sent: Wednesday, November 15, 2017 7:21 PM To: Daniel Sangorrin; 'Robert Marshall'; Binh Thanh. Nguyen Cc: O365-Toru Oishi; 'Chris Paterson'; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hi Daniel, Robert,
We got into test section already, but have no idea why it attempts to execute the thing non-exist at all: # /lava-237/bin/lava-test-runner /lava-237/0 as you can see our error log in attachment. I also take example log over here https://gitlab.com/snippets/1679749 to see that it can create a directory by mkdir /lava-1
Could you please tell us what does it make scene? How can we fix it? Thank you. Please could you send the complete log?
P/S: healthcheck script same as Binh-san attached to you before Did you make sure to uncomment the deploy section?
Regards, Daniel
Best Regards, Trung
-----Original Message----- From: Daniel Sangorrin [mailto:daniel.sangorrin@...] Sent: Monday, November 6, 2017 9:19 AM To: 'Robert Marshall' <robert.marshall@...>; Binh Thanh. Nguyen <binh.nguyen.uw@...> Cc: O365-Toru Oishi <toru.oishi.zj@...>; 'Chris Paterson' <Chris.Paterson2@...>; Trung. Huynh <trung.huynh.uw@...>; cip-dev@... Subject: RE: B@D run on Renesas board - issue
Hello Binh-san,
-----Original Message----- From: Robert Marshall [mailto:robert.marshall@...] Sent: Saturday, November 04, 2017 1:05 AM To: Binh Thanh. Nguyen Cc: Daniel Sangorrin; O365-Toru Oishi; Chris Paterson; Trung. Huynh; cip-dev@... Subject: Re: B@D run on Renesas board - issue
"Binh Thanh. Nguyen" <binh.nguyen.uw@...> writes:
Hello Daniel, Robert,
We are facing an issue when trying to run healthcheck using B@D on Renesas board. I would like to attach the log and the healthcheck script (we modified the healthcheck from Daniel)
The boot action was passed, but after that, look like LAVA cannot send command to Board, only send "#" (it supposed to be "uname"). I wonder if you met same issue before? And if possible, please give us any hints you may have for debugging this issue!
Best regards, Binh Nguyen Thanh
Sorry for the delay in responding!
That test is missing a deploy section (all commented out) are you trying to make the test too minimal? LAVA tends to swallow output if it is what is expected.
Robert As Robert said, please do not comment out the deploy section. LAVA does not just deploy the binaries as they are, it also copies some scripts (LAVA Test shell) into the ramdisk (or network filesystem). # LAVA does not use scp (or a serial protocol) to copy them into the target
For deploying you need a PDU (remote power switch). If you don't have one you need to buy one and then add the corresponding commands. # Note: I use an IP Power 9258 remote PDU. # Note: do not think you can get around without a PDU*
Thanks, Daniel
*There are ways to do it but they have limitations https://validation.linaro.org/static/docs/v2/dispatcher-design.h tm l #pr imary- connection
-- Agustin Benito Bethencourt Principal Consultant - FOSS at Codethink agustin.benito@... _______________________________________________ cip-dev mailing list cip-dev@... https://lists.cip-project.org/mailman/listinfo/cip-dev
|
|