From bcde1a5ce61b836a32c9e0d4e3a60ae94b950b35 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 3 Dec 2025 10:49:06 +0900 Subject: [PATCH] add --- .../Issue/5_PMIC_I2C/History.txt | 10 ++++++++ .../Issue/5_PMIC_I2C/ubootreset.ttl | 24 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/History.txt create mode 100644 HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/ubootreset.ttl diff --git a/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/History.txt b/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/History.txt new file mode 100644 index 0000000..7ab4560 --- /dev/null +++ b/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/History.txt @@ -0,0 +1,10 @@ +¹è°æ: Autosar_Issue_List.xlsx Âü°í + +20251202 +DCU °í°´º¸µå¿¡¼­ ESC ¹öưÀ» ´­·¯ Uboot·Î µÇ°ÔÇϰí, ¿ú¸®¼ÂÀ» Å×¶óÅÒ ¸ÅÅ©·Î(ubootreset.ttl)·Î ·çÇÁ µ¹¸®¸é PMIC¿Í I2C Åë½ÅÀÌ Stuck µÇ´Â Çö»óÀÌ ¹ß»ýÇÔ. +Autosar ºÎÆÃµÇ°í PMIC¿Í Åë½ÅÇϴµ¥¼­ ¹®Á¦Àεí,(¸ðºñ½º¿¡¼­ ¹ß»ýÇÑ PMIC I2C ¹®Á¦¿Í µ¿ÀÏÇÔ) + +È®ÀλçÇ× +OSÀÇ ÀÎÅÍ·´Æ® üũ¸¦ ¿§Áö¹æ½Ä°ú ·¹º§¹æ½ÄÁß¿¡ ·¹º§¹æ½ÄÀ¸·Î ¼³Á¤µÇ¾î ÀÖ´ÂÁö È®ÀÎÀÌ ÇÊ¿ä. +EB Tool¿¡¼­ ¼³Á¤µÇ¾ú´ÂÁö È®ÀÎÀÌ ÇÊ¿ä. + diff --git a/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/ubootreset.ttl b/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/ubootreset.ttl new file mode 100644 index 0000000..a72fef5 --- /dev/null +++ b/HL_Klemove/2_DRV2.5(ADCU)_for_HKMC/Issue/5_PMIC_I2C/ubootreset.ttl @@ -0,0 +1,24 @@ +;--------------------------------------------------- +; Main program +;--------------------------------------------------- +getdir DIR + +mpause 10 +setbaud 921600 +timeout = 500 +do + sprintf '--- timeout test : %d ' timeout + dispstr inputstr + mpause 500 + sendln '' + mpause 500 + sendln 'reset' + wait 'U-Boot ' + mpause 100 + sendln '' + mpause 100 + sendln '' + timeout = timeout + 500 +loop until timeout = 100000; + +end