Hi Kevin:
Thanks for the reply.
This is the raw log from SMCU:
smcuLogs.txt (2.3 KB)
First, when the OS is on, we check the port using showport 32 6
command. It showed:
Shell>showport 32 6
P32.6: Direction = OUT; Push Pull; General-purpose output; State = HIGH
pad drive = 2
INPUT Level: cmosAuto
Driver: Medium driver
Then, we sudo poweroff
the os. After a success power off, the SMCU print out:
Shell>Thermal(1)/Force(1) Shutdown pin deasserted; Poweroff System
Module Poweron disabled, Checking these signals:
Carrier poweron (0) time
System_PowerOff: Carrier PON disabled
ATX Poweron disabled, Checking these signals:
ATX PGD (0) time
System_PowerOff: ATX PGD disabled
Power off the system
Command Executed
Now, the OS is off. We showport 32 6
again:
Shell>showport 32 6
P32.6: Direction = OUT; Push Pull; General-purpose output; State = LOW
pad drive = 2
INPUT Level: cmosAuto
Driver: Medium driver
Next, we start to test the on/off testing again.
Note: We found that become more difficult to trigger the issue when the SMCU shell is on.
When the power button is pressed, SMCU printed out:
shell>Power Button pressed < 10s
Poweron Command
is_sys_in_sc7_suspend
System_PowerOn: P3740 Poweron Sequence start
ATX enabled, Checking for ATX_PWRGD.
System_PowerOn: Reading ATX PG status: Passed
Module Poweron enabled, Checking these signals:
Carrier poweron
System_PowerOn: Reading Carrier PON: Passed
SYS_RST_IN is low
FORCE_RECOVERY_N is low
Initialed SPI 0 at mode 1 freq 5000000
ASSERTION WARNING 'FALSE' in ../src/4_McHal_TC397B/Tricore/Qspi/Std/IfxQspi.c:91 (function 'IfxQspi_calculateExtendedConfigurationValue()')
Set ECU_READY_OUT P11.14 high
Power on the system
Command Executed
Tegra Reset
Command Executed
Then, we turned off the system. During the issue is happening, fan run in full speed, and SMCU printed out nothing. Now, we check the showport 32 6
(serveral times)
Shell>showport 32 6
P32.6: Direction = OUT; Push Pull; General-purpose output; State = HIGH
pad drive = 2
INPUT Level: cmosAuto
Driver: Medium driver
Next, we used BMC to run command ipmitool chassis power off command
to shutdown the system. Now, SMCU printed out:
Shell>Power Button pressed >= 10s
Poweroff Command
Module Poweron disabled, Checking these signals:
Carrier poweron (0) time
System_PowerOff: Carrier PON disabled
ATX Poweron disabled, Checking these signals:
ATX PGD (0) time
System_PowerOff: ATX PGD disabled
Power off the system
Command Executed
After the system is shutdowned successfully, the showport 32 6
printed out:
showport 32 6
P32.6: Direction = OUT; Push Pull; General-purpose output; State = LOW
pad drive = 2
INPUT Level: cmosAuto
Driver: Medium driver
These are the logs we captured.
And about R1272
and R1263
, we can’t find these two resistor. Are they located in the back of the board?
Many thanks.