KR102154279B1 - Operating method in debugging system for vehicle - Google Patents

Operating method in debugging system for vehicle Download PDF

Info

Publication number
KR102154279B1
KR102154279B1 KR1020180148184A KR20180148184A KR102154279B1 KR 102154279 B1 KR102154279 B1 KR 102154279B1 KR 1020180148184 A KR1020180148184 A KR 1020180148184A KR 20180148184 A KR20180148184 A KR 20180148184A KR 102154279 B1 KR102154279 B1 KR 102154279B1
Authority
KR
South Korea
Prior art keywords
controller
command
messages
linux
data
Prior art date
Application number
KR1020180148184A
Other languages
Korean (ko)
Other versions
KR20200062594A (en
Inventor
강진욱
Original Assignee
현대오트론 주식회사
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 현대오트론 주식회사 filed Critical 현대오트론 주식회사
Priority to KR1020180148184A priority Critical patent/KR102154279B1/en
Publication of KR20200062594A publication Critical patent/KR20200062594A/en
Application granted granted Critical
Publication of KR102154279B1 publication Critical patent/KR102154279B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/26Functional testing
    • G06F11/263Generation of test inputs, e.g. test vectors, patterns or sequences ; with adaptation of the tested hardware for testability with external testers
    • BPERFORMING OPERATIONS; TRANSPORTING
    • B60VEHICLES IN GENERAL
    • B60RVEHICLES, VEHICLE FITTINGS, OR VEHICLE PARTS, NOT OTHERWISE PROVIDED FOR
    • B60R16/00Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for
    • B60R16/02Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements
    • B60R16/023Electric or fluid circuits specially adapted for vehicles and not otherwise provided for; Arrangement of elements of electric or fluid circuits specially adapted for vehicles and not otherwise provided for electric constitutive elements for transmission of signals between vehicle parts or subsystems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/362Software debugging
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L12/40006Architecture of a communication node
    • H04L12/40013Details regarding a bus controller
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40208Bus networks characterized by the use of a particular bus standard
    • H04L2012/40215Controller Area Network CAN
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L12/00Data switching networks
    • H04L12/28Data switching networks characterised by path configuration, e.g. LAN [Local Area Networks] or WAN [Wide Area Networks]
    • H04L12/40Bus networks
    • H04L2012/40267Bus for use in transportation systems
    • H04L2012/40273Bus for use in transportation systems the transportation system being a vehicle

Abstract

본 발명에 따른 차량용 디버깅 시스템의 동작 방법은, 제어기에서 복수의 CAN(controller area network) 메시지들을 수신하는 단계, 상기 제어기에서 상기 수신된 메시지들의 각각에서 데이터 영역에 저장된 데이터를 취합하는 단계, 상기 제어기에서 상기 취합된 데이터로부터 대응하는 명령어를 생성하는 단계, 및 상기 제어기에서 상기 생성된 명령어에 따른 디버깅 동작을 수행하는 단계를 포함할 수 있다.The operating method of the vehicle debugging system according to the present invention includes the steps of receiving a plurality of CAN (controller area network) messages from a controller, collecting data stored in a data area from each of the received messages by the controller, and the controller In the embodiment, generating a corresponding command from the collected data, and performing a debugging operation according to the generated command in the controller.

Description

차량용 디버깅 시스템의 동작 방법{OPERATING METHOD IN DEBUGGING SYSTEM FOR VEHICLE}How to operate the vehicle debugging system {OPERATING METHOD IN DEBUGGING SYSTEM FOR VEHICLE}

본 발명은 차량용 디버깅 시스템의 동작 방법에 관한 것이다.The present invention relates to a method of operating a vehicle debugging system.

일반적으로 ECU(electronic control unit)는 차량의 엔진, 자동변속기, TCU(transmission control unit), EPS(electric power steering), ABS(anti-lock brake system) 등의 상태를 컴퓨터로 제어하는 전자제어 장치이다. ECU는 자동차의 안전성을 높이기 위해 사용되기 때문에 ECU에 에러나 버그가 있는 경우, 운전자 및 동승자의 안 전에 문제가 생길 수 있다. 이에, ECU를 테스트하여 에러코드 수신시 어떤 동작을 나타내는지, ECU가 원하는 출력값을 출력하는지, 원하는 네트워크 디자인대로 실행되는지 등을 파악할 필요가 있다. 그리고, 테스트 결과가 만족스럽지 않은 경우, 탑재된 대응하는 응용 프로그램에 대한 변경 작업이나 리프로그래밍 같은 업데이트를 수행해야 한다. 이러한 ECU는 외부의 프로그램 개발을 위한 PC에 연결되어 디버깅되며, 대다수의 ECU가 JTAG/BDM(joint test action group/background debug mode) 포트를 이용하여 CPU 내부자원에 접근할 수 있도록 지원하고 있다.In general, an ECU (electronic control unit) is an electronic control device that controls the state of a vehicle's engine, automatic transmission, transmission control unit (TCU), electric power steering (EPS), and anti-lock brake system (ABS) with a computer. . Since the ECU is used to increase the safety of the vehicle, if there is an error or bug in the ECU, it may cause a safety problem for the driver and passengers. Accordingly, it is necessary to test the ECU to determine what operation it represents when an error code is received, whether the ECU outputs a desired output value, and whether it is executed according to a desired network design. And, if the test result is not satisfactory, it is necessary to perform an update such as change or reprogramming for the installed corresponding application program. These ECUs are connected to a PC for external program development and debugged, and most ECUs support access to internal CPU resources using JTAG/BDM (joint test action group/background debug mode) ports.

등록특허: 10-0902808, 등록일: 2007년 11월 2일, 제목: 실시간 디버깅 기능을 가지는 대규모 실시간 감시 시스템용 디버깅 단말기 및 이를 포함하는 디버깅 시스템.Registered Patent: 10-0902808, Registered Date: November 2, 2007, Title: A debugging terminal for a large-scale real-time monitoring system having a real-time debugging function, and a debugging system including the same. 등록특허: 10-1209069, 등록일: 2011년 1월 25일, 제목: 차량 통신 진단 장비의 디버깅 장치.Registered Patent: 10-1209069, Registered Date: January 25, 2011, Title: Debugging device for vehicle communication diagnostic equipment. 공개특허: 10-2014-0134066, 공개일: 2013년 5월 13일, 제목: 차량 ECU의 소프트웨어 디버깅 장치 및 방법.Publication: 10-2014-0134066, Publication date: May 13, 2013, Title: Device and method for software debugging of a vehicle ECU.

본 발명의 목적은 디버깅 포트를 구비하지 않고도 차량용 제어기를 디버깅하는 디버깅 시스템의 디버깅 방법을 제공하는데 있다.An object of the present invention is to provide a debugging method of a debugging system for debugging a vehicle controller without having a debugging port.

본 발명의 실시 예에 따른 차량용 디버깅 시스템의 동작 방법은: 제어기에서 복수의 CAN(controller area network) 메시지들을 수신하는 단계; 상기 제어기에서 상기 수신된 메시지들의 각각에서 데이터 영역에 저장된 데이터를 취합하는 단계; 상기 제어기에서 상기 취합된 데이터로부터 대응하는 명령어를 생성하는 단계; 및 상기 제어기에서 상기 생성된 명령어에 따른 디버깅 동작을 수행하는 단계를 포함할 수 있다.A method of operating a vehicle debugging system according to an embodiment of the present invention includes: receiving a plurality of controller area network (CAN) messages from a controller; Collecting data stored in a data area from each of the received messages at the controller; Generating a corresponding instruction from the collected data in the controller; And performing a debugging operation according to the generated command in the controller.

실시 예에 있어서, 상기 수신된 메시지들의 각각의 크기는 8 바이트인 것을 특징으로 한다.In an embodiment, each size of the received messages is 8 bytes.

실시 예에 있어서, 상기 복수의 CAN 메시지들은 상기 명령어를 8 바이트씩 나눈 것을 특징으로 한다.In an embodiment, the plurality of CAN messages is characterized in that the command is divided by 8 bytes.

실시 예에 있어서, 상기 명령어는 리눅스 명령어이고, 상기 복수의 CAN 메시지들은 상기 명령어에서 아스키코드 \n이 나올 때까지의 문자열을 복수 개로 나눈 것을 특징으로 한다.In an embodiment, the command is a Linux command, and the plurality of CAN messages is characterized by dividing a string of characters until an ASCII code \n appears in the command into a plurality.

실시 예에 있어서, 상기 복수의 CAN 메시지들의 각각은 순차적으로 수신되고, 마지막으로 수신된 CAN 메시지의 데이터 영역은 상기 명령어의 끝을 알리는 \r\n을 저장하는 것을 특징으로 한다.In an embodiment, each of the plurality of CAN messages is sequentially received, and the data area of the last received CAN message stores \r\n indicating the end of the command.

실시 예에 있어서, 상기 데이터를 취합하는 단계는, 상기 \r\n이 발견될 때까지 상기 수신된 메시지들의 데이터 영역의 데이터를 버퍼에 저장하는 단계를 더 포함할 수 있다.In an embodiment, the step of assembling the data may further include storing data of the data area of the received messages in a buffer until the \r\n is found.

실시 예에 있어서, 상기 디버깅 동작은 상기 제어기의 리눅스 플랫폼에서 수행되는 것을 특징으로 한다.In an embodiment, the debugging operation is performed on a Linux platform of the controller.

실시 예에 있어서, 상기 제어기에서 상기 디버깅 동작의 결과를 적어도 하나의 CAN 메시지로 변환하는 단계를 더 포함할 수 있다.In an embodiment, the controller may further include converting a result of the debugging operation into at least one CAN message.

본 발명의 다른 실시 예에 따른 차량용 디버깅 시스템의 동작 방법은: PC(personal computer)에서 리눅스 명령어를 차량 통신 방식의 제 1 메시지들로 변환하는 단계; 상기 PC에서 상기 제 1 메시지들을 제어기로 순차적으로 전송하는 단계; 및 상기 PC에서 상기 제어기로부터 상기 리눅스 명령어에 따른 디버깅 결과에 대응하는 상기 차량 통신 방식의 제 2 메시지를 수신하는 단계를 포함할 수 있다.A method of operating a vehicle debugging system according to another embodiment of the present invention includes: converting a Linux command into first messages of a vehicle communication method in a personal computer (PC); Sequentially transmitting the first messages from the PC to a controller; And receiving a second message of the vehicle communication method corresponding to a debugging result according to the Linux command from the controller in the PC.

실시 예에 있어서, 상기 차량 통신 방식은 CAN(controller area network) 인 것을 특징으로 한다.In an embodiment, the vehicle communication method is a controller area network (CAN).

실시 예에 있어서, 상기 차량 통신 방식은 CAN-FD(flexible data) 인 것을 특징으로 한다.In an embodiment, the vehicle communication method is characterized in that CAN-FD (flexible data).

실시 예에 있어서, 상기 제 1 메시지들의 각각은 상기 제어기의 ID(identification)을 저장하는 메시지 ID 영역과, 상기 리눅스 명령어에 대응하는 데이터를 저장하는 데이터 영역을 포함할 수 있다.In an embodiment, each of the first messages may include a message ID area storing an identification (ID) of the controller and a data area storing data corresponding to the Linux command.

본 발명의 실시 예에 따른 차량용 디버깅 시스템 및 그것의 동작 방법은, 리눅스 명령을 CAN 메시지로 변환시켜 디버깅 동작을 수행함으로써, 디버깅 환경의 물리적 제약을 극복할 수 있다.The vehicle debugging system and its operation method according to an embodiment of the present invention can overcome the physical limitation of the debugging environment by converting a Linux command into a CAN message and performing a debugging operation.

이하에 첨부되는 도면들은 본 실시 예에 관한 이해를 돕기 위한 것으로, 상세한 설명과 함께 실시 예들을 제공한다. 다만, 본 실시예의 기술적 특징이 특정 도면에 한정되는 것은 아니며, 각 도면에서 개시하는 특징들은 서로 조합되어 새로운 실시 예로 구성될 수 있다.
도 1은 본 발명의 실시 예에 따른 디버깅 시스템(10)을 예시적으로 보여주는 도면이다.
도 2는 본 발명의 실시 예에 따른 디버깅 시스템의 동작 방법을 예시적으로 보여주는 도면이다.
도 3은 본 발명의 실시 예에 따른 CAN 메시지를 예시적으로 보여주는 도면이다.
도 4는 본 발명의 실시 예에 따른 디버깅 시스템에서 리눅스 명령이 전달되는 과정을 예시적으로 보여주는 도면이다.
The accompanying drawings are provided to aid understanding of the present embodiment, and provide the embodiments together with a detailed description. However, the technical features of the present embodiment are not limited to a specific drawing, and features disclosed in each drawing may be combined with each other to constitute a new embodiment.
1 is a diagram schematically showing a debugging system 10 according to an embodiment of the present invention.
2 is a diagram illustrating a method of operating a debugging system according to an embodiment of the present invention.
3 is a diagram exemplarily showing a CAN message according to an embodiment of the present invention.
4 is a diagram illustrating a process of transmitting a Linux command in a debugging system according to an embodiment of the present invention.

아래에서는 도면들을 이용하여 본 발명의 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있을 정도로 본 발명의 내용을 명확하고 상세하게 기재할 것이다.In the following, the contents of the present invention will be described clearly and in detail to the extent that a person of ordinary skill in the technical field of the present invention can easily implement it using the drawings.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 형태를 가질 수 있는바, 특정 실시 예들을 도면에 예시하고 본문에 상세하게 설명하고자 한다. 그러나 이는 본 발명을 특정한 개시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다. 제 1, 제 2 등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다.Since the present invention can apply various changes and have various forms, specific embodiments will be illustrated in the drawings and described in detail in the text. However, this is not intended to limit the present invention to a specific form disclosed, it should be understood to include all changes, equivalents, or substitutes included in the spirit and scope of the present invention. Terms such as first and second may be used to describe various elements, but the elements should not be limited by the terms.

상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로 사용될 수 있다. 예를 들어, 본 발명의 권리 범위로부터 이탈되지 않은 채 제 1 구성요소는 제 2 구성요소로 명명될 수 있고, 유사하게 제 2 구성요소도 제 1 구성요소로 명명될 수 있다. 어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 혹은 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다. 반면에, 어떤 구성요소가 다른 구성요소에 "직접 연결되어" 있다거나 "직접 접속되어" 있다고 언급된 때에는, 중간에 다른 구성요소가 존재하지 않는 것으로 이해되어야 할 것이다.The terms may be used for the purpose of distinguishing one component from another component. For example, without departing from the scope of the present invention, a first component may be referred to as a second component, and similarly, a second component may be referred to as a first component. When a component is referred to as being "connected" or "connected" to another component, it is understood that it is directly connected to or may be connected to the other component, but other components may exist in the middle. Should be. On the other hand, when a component is referred to as being "directly connected" or "directly connected" to another component, it should be understood that there is no other component in the middle.

구성요소들 간의 관계를 설명하는 다른 표현들, 즉 "~사이에"와 "바로 ~사이에" 혹은 "~에 이웃하는"과 "~에 직접 이웃하는" 등도 마찬가지로 해석되어야 한다. 본 출원에서 사용한 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아니다. 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한, 복수의 표현을 포함한다.Other expressions describing the relationship between components, such as "between" and "just between" or "adjacent to" and "directly adjacent to" should be interpreted as well. The terms used in the present application are used only to describe specific embodiments, and are not intended to limit the present invention. Singular expressions include plural expressions unless the context clearly indicates otherwise.

본 출원에서, "포함하다" 혹은 "가지다" 등의 용어는 실시된 특징, 숫자, 단계, 동작, 구성요소, 부분품 혹은 이들을 조합한 것이 존재함을 지정하려는 것이지, 하나 혹은 그 이상의 다른 특징들이나 숫자, 단계, 동작, 구성요소, 부분품 혹은 이들을 조합한 것들의 존재 혹은 부가 가능성을 미리 배제하지 않는 것으로 이해되어야 한다. 다르게 정의되지 않는 한, 기술적이거나 과학적인 용어를 포함해서 여기서 사용되는 모든 용어들은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 것과 동일한 의미이다. 일반적으로 사용되는 사전에 정의되어 있는 것과 같은 용어들은 관련 기술의 문맥상 가지는 의미와 일치하는 의미인 것으로 해석되어야 하며, 본 출원에서 명백하게 정의하지 않는 한, 이상적이거나 과도하게 형식적인 의미로 해석되지 않는다.In the present application, terms such as "comprise" or "have" are intended to designate the existence of implemented features, numbers, steps, actions, components, parts, or combinations thereof, and one or more other features or numbers It is to be understood that the possibility of addition or presence of, steps, actions, components, parts, or combinations thereof is not preliminarily excluded. Unless otherwise defined, all terms used herein, including technical or scientific terms, have the same meaning as commonly understood by one of ordinary skill in the art to which the present invention belongs. Terms as defined in a commonly used dictionary should be interpreted as having a meaning consistent with the meaning of the context of the related technology, and should not be interpreted as an ideal or excessively formal meaning unless explicitly defined in this application. .

도 1은 본 발명의 실시 예에 따른 차량용 디버깅 시스템(10)을 예시적으로 보여주는 도면이다. 도 1을 참조하면, 차량용 디버깅 시스템(10)은 차량용 제어기(100) 및 사용자 PC(personal computer; 200)를 포함할 수 있다. 사용자 PC(200)는 CAN(controller area network) 통신 기반으로 리눅스 명령을 차량용 제어기(100)로 전송하고, 차량용 제어기(100)는 CAN 메시지 기반의 리눅스 명령을 수신하고 리눅스 명령에 따른 디버깅 동작을 수행할 수 있다.1 is a diagram illustrating a vehicle debugging system 10 according to an exemplary embodiment of the present invention. Referring to FIG. 1, the vehicle debugging system 10 may include a vehicle controller 100 and a user personal computer (PC) 200. The user PC 200 transmits a Linux command to the vehicle controller 100 based on CAN (controller area network) communication, and the vehicle controller 100 receives a Linux command based on a CAN message and performs a debugging operation according to the Linux command. can do.

일반적으로 리눅스 기반의 제어기를 개발하는 데 있어서, 디버깅 포트를 이용하여 대응하는 제어기의 상태나 SW(software) 업데이트 등이 수행된다. 이에 차량 양산의 proto 단계 수준으로 확대되는 경우, 이러한 디버깅 포트의 사용이 불가능하다. 이는, 대응하는 제어기는 정해진 차량의 위치에 고정되고, 이때 추가적으로 장착된 디버깅을 수행하기 위한 추가 board, wire 등은 모두 제거 되기 때문이다. 이때 최종적으로 리눅스 기반의 제어기에서 외부로 노출되는 신호선은 CAN, Ethernet, 전원, 기당 시그널 등의 신호이다. 하지만, 이러한 양산 개발 단계에서도 리눅스 기반 제어기에 대한 개발자 수준의 디버깅이 필요하다.In general, in developing a Linux-based controller, a state of a corresponding controller or software (software) update, etc. is performed using a debugging port. Therefore, if it is expanded to the level of proto stage of vehicle mass production, it is impossible to use this debugging port. This is because the corresponding controller is fixed at the position of the determined vehicle, and at this time, all additional boards, wires, etc. for performing additionally installed debugging are removed. At this time, the signal lines finally exposed to the outside from the Linux-based controller are signals such as CAN, Ethernet, power, and other signals. However, even in this mass production development stage, debugging at the developer level for the Linux-based controller is required.

종래의 차량용 디버깅 시스템은 리눅스 터미널의 디버그 포트로만 제어를 하는데, 완성된 차량에서는 디버깅 포트로 직접 연결이 불가능하다. 그런데 CAN 통신은 현재 양산되고 있는 모든 차량에 대하여 상시 직접 연결이 가능하다. 또한 차량 내부의 CAN 포트의 어디에서든지 대응하는 제어기와 통신할 수 있다. 본 발명의 실시 예에 따른 디버깅 시스템(10)은 이러한 특징을 이용하여 리눅스 기반의 제어기(ECU에 대한 개발자 수준의 디버깅을 가능하게 할 수 있다.Conventional in-vehicle debugging systems control only the debug port of the Linux terminal, but it is not possible to directly connect to the debugging port in a completed vehicle. However, CAN communication can always be directly connected to all vehicles currently being mass-produced. It can also communicate with the corresponding controller anywhere on the CAN port inside the vehicle. The debugging system 10 according to an embodiment of the present invention may enable developer-level debugging of a Linux-based controller (ECU) by using these features.

본 발명의 실시 예에 따른 차량용 디버깅 시스템(10)은 CAN to Command 응답 프로그램(SW)를 필요로 한다. 이러한 CAN to Command 응답 프로그램은 리눅스 기반의 제어기(100)의 내부에 SW 형태로 설치될 수 있다. CAN to Command 응답 프로그램은 CAN 신호로 전달된 리눅스 제어 명령을 형성하고, 이를 리눅스 플랫폼으로 전달한 후, 이에 대한 결과를 다시 요청된 터미널로 전송할 수 있다. The vehicle debugging system 10 according to an embodiment of the present invention requires a CAN to Command response program (SW). This CAN to Command response program may be installed in the form of SW inside the Linux-based controller 100. The CAN to Command response program can form a Linux control command transmitted as a CAN signal, transmit it to the Linux platform, and transmit the result back to the requested terminal.

또한, 본 발명의 실시 예에 따른 차량용 디버깅 시스템(10)은 사용자 PC 터미널 프로그램(SW)을 필요로 한다. 사용자 PC 터미널 프로그램은 디버깅을 수행할 Windows 혹은 Linux 기반의 데스크 탑 PC 혹은 노트북에 설치될 수 있다. 사용자 PC 터미널 프로그램은 리눅스 기반의 제어기(100)에서 수행될 리눅스 명령을 CAN 패킷으로 형성시키고, 이를 대응하는 제어기(100)으로 전송할 수 있다. 또한, 사용자 PC 터미널 프로그램은 대응하는 제어기(100)로부터 수신된 CAN 응답 메시지를 다시 사용자가 볼 수 있는 형태의 스트링으로 원복 시킬 수 있다. In addition, the vehicle debugging system 10 according to an embodiment of the present invention requires a user PC terminal program (SW). The user's PC terminal program can be installed on a Windows or Linux-based desktop PC or notebook to perform debugging. The user PC terminal program may form a Linux command to be executed in the Linux-based controller 100 into a CAN packet and transmit it to the corresponding controller 100. In addition, the user PC terminal program may restore the CAN response message received from the corresponding controller 100 to a string in a form that the user can see again.

도 2는 본 발명의 실시 예에 따른 디버깅 시스템의 동작 방법을 예시적으로 보여주는 도면이다. 도 1 내지 도 2를 참조하면, 디버깅 시스템(10)의 동작 방법은 다음과 같이 진행될 수 있다.2 is a diagram illustrating a method of operating a debugging system according to an embodiment of the present invention. 1 to 2, a method of operating the debugging system 10 may proceed as follows.

우선, 사용자 PC(100)에서 리눅스 명령이 CAN 메시지로 변환되는 과정을 수행할 수 있다. 사용자 PC(100)의 터미널 프로그램은 차량 제어기(100)에서 최종적으로 수행되어야 할 리눅스 명령을 사용자에 의해 입력할 수 있다(S110). 여기서 리눅스 명령은 ASCII Code기반의 문자열을 포함할 수 있다. 예를 들어, ls -al; ps -ef; kill -9 12343.First, a process of converting a Linux command into a CAN message in the user PC 100 may be performed. The terminal program of the user PC 100 may input a Linux command to be finally executed in the vehicle controller 100 by the user (S110). Here, Linux commands can contain ASCII code based strings. For example, ls -al; ps -ef; kill -9 12343.

사용자 PC(100)의 터미널 프로그램은 입력된 리눅스 명령을 CAN 메시지로 변환할 수 있다(S120). 실시 예에 있어서, CAN 통신은 최대 8바이트의 데이터 크기를 가질 수 있다. 다른 실시 예에 있어서, CAN-FD(flexible data) 규격을 사용하는 경우 더욱 확대할 수 있다. CAN 통신의 경우 한번에 보낼 수 있는 문자열은 8바이트로 제한이 되기 때문에 입력된 리눅스 명령은 8바이트로 쪼개어 CAN 메시지로 변환될 수 있다.The terminal program of the user PC 100 may convert the input Linux command into a CAN message (S120). In an embodiment, CAN communication may have a data size of up to 8 bytes. In another embodiment, it may be further expanded when the CAN-FD (flexible data) standard is used. In the case of CAN communication, the string that can be sent at a time is limited to 8 bytes, so the input Linux command can be split into 8 bytes and converted into a CAN message.

이후에, 리눅스 플랫폼에서의 하나의 명령어 단위는 아스키코드로 (\n)으로 구분될 수 있다. 따라서, 사용자 PC(100)의 터미널 프로그램은 수행하고자 하는 명령어에서 \n이 나올 때까지 대응하는 문자열을 N개의 CAN 메시지로 나누어서 이를 차례대로 전송할 수 있다.Afterwards, one command unit in the Linux platform can be separated by (\n) as an ASCII code. Accordingly, the terminal program of the user PC 100 may divide the corresponding character string into N CAN messages until \n appears in the command to be executed and transmit them in sequence.

차량 제어기(200)는 수신된 CAN 메시지 중에서 데이터의 내용을 취합하는 과정을 수행할 수 있다. 차량 제어기(200)는 송신측으로부터 N개의 CAN 메시지를 수신할 수 있다(S210). 차량 제어기(200)는 수신된 CAN 메시지 중에서 데이터의 내용을 취합할 수 있다(S220). 이때 개행 문자(\n)가 발생할 때까지 N개의 CAN 메시지의 데이터 영역을 확인하여 내부에 포함된 최대 8바이트의 데이터가 추출되고, 수집된 데이터는 하나의 리눅스 명령어를 수행하기 위한 아스키 코드 기반의 문자열로 재구성 될 수 있다.The vehicle controller 200 may perform a process of collecting data contents from among the received CAN messages. The vehicle controller 200 may receive N CAN messages from the transmitting side (S210). The vehicle controller 200 may collect the contents of data from among the received CAN messages (S220). At this time, the data area of N CAN messages is checked until a newline character (\n) occurs, and up to 8 bytes of data are extracted, and the collected data is based on ASCII code for executing one Linux command. Can be reconstructed into a string.

이후에 차량 제어기(200)는 취합된 데이터를 이용하여 하나의 리눅스 명령어를 생성할 수 있다(S230). 이때 명령어의 기준은 \n이다.Thereafter, the vehicle controller 200 may generate one Linux command using the collected data (S230). At this time, the standard of command is \n.

이후에, 차량 제어기(200)는 생성된 명령어를 리눅스 플랫폼에서 수행하는 과정을 진행할 수 있다(S240). 최종적으로 제대로 명령어들이 조합되면, 사용자 PC(100)에서 요청된 명령어가 그대로 전달 될 수 있다. 대응하는 명령어는 리눅스 플랫폼에서 동작을 수행이 가능하다.Thereafter, the vehicle controller 200 may proceed with a process of executing the generated command on the Linux platform (S240). Finally, if the commands are properly combined, the command requested from the user PC 100 may be transmitted as it is. Corresponding commands can perform operations on the Linux platform.

이후에, 차량 제어기(200)는 리눅스 명령을 수행한 결과를 다시 CAN 메시지로 변환하여 사용자 PC(100) 으로 전송할 수 있다(S250). 리눅스 제어기에서 수행된 결과에 대한 아스키 코드 기반의 문자열들을 다시 위에 언급된 과정을 그대로 반복하여 원래 대응하는 명령어를 송신한 제어기로 다시 CAN 메시지를 변환하여 전송할 수 있다.Thereafter, the vehicle controller 200 may convert the result of executing the Linux command back into a CAN message and transmit it to the user PC 100 (S250). The ASCII code-based character strings for the result executed in the Linux controller can be converted and transmitted back to the controller that originally sent the corresponding command by repeating the above-mentioned process again.

본 발명에 따른 단계들 및/또는 동작들은 기술분야의 통상의 기술자에 의해 이해될 수 있는 것과 같이, 다른 순서로, 또는 병렬적으로, 또는 다른 에포크(epoch) 등을 위해 다른 실시 예들에서 동시에 일어날 수 있다.The steps and/or actions according to the invention may occur simultaneously in different embodiments in different orders, or in parallel, or in different embodiments for different epochs, etc., as will be appreciated by those skilled in the art. I can.

실시 예에 따라서는, 단계들 및/또는 동작들의 일부 또는 전부는 하나 이상의 비-일시적 컴퓨터-판독가능 매체에 저장된 명령, 프로그램, 상호작용 데이터 구조(interactive data structure), 클라이언트 및/또는 서버를 구동하는 하나 이상의 프로세서들을 사용하여 적어도 일부가 구현되거나 또는 수행될 수 있다. 하나 이상의 비-일시적 컴퓨터-판독가능 매체는 예시적으로 소프트웨어, 펌웨어, 하드웨어, 및/또는 그것들의 어떠한 조합일 수 있다. 또한, 본 명세서에서 논의된 "모듈"의 기능은 소프트웨어, 펌웨어, 하드웨어, 및/또는 그것들의 어떠한 조합으로 구현될 수 있다.Depending on the embodiment, some or all of the steps and/or actions drive an instruction, program, interactive data structure, client and/or server stored on one or more non-transitory computer-readable media. At least some may be implemented or performed using one or more processors. The one or more non-transitory computer-readable media may be illustratively software, firmware, hardware, and/or any combination thereof. In addition, the functions of the "module" discussed herein may be implemented in software, firmware, hardware, and/or any combination thereof.

본 발명의 실시 예들의 하나 이상의 동작들/단계들/모듈들을 구현/수행하기 위한 하나 이상의 비-일시적 컴퓨터-판독가능 매체 및/또는 수단들은 ASICs(application-specific integrated circuits), 표준 집적 회로들, 마이크로 컨트롤러를 포함하는, 적절한 명령들을 수행하는 컨트롤러, 및/또는 임베디드 컨트롤러, FPGAs(field-programmable gate arrays), CPLDs(complex programmable logic devices), 및 그와 같은 것들을 포함할 수 있지만, 여기에 한정되지는 않는다.One or more non-transitory computer-readable media and/or means for implementing/performing one or more operations/steps/modules of embodiments of the present invention include application-specific integrated circuits (ASICs), standard integrated circuits, Controllers that perform appropriate instructions, including microcontrollers, and/or embedded controllers, field-programmable gate arrays (FPGAs), complex programmable logic devices (CPLDs), and the like, but are not limited thereto. Does not.

도 3은 본 발명의 실시 예에 따른 CAN 메시지를 예시적으로 보여주는 도면이다. 3 is a diagram exemplarily showing a CAN message according to an embodiment of the present invention.

도 3을 참조하면, CAN 메시지는 identifier 필드를 포함할 수 있다. Identifier 필드는 메시지 ID를 포함하고, 메시지 ID는 대응하는 차량에서 유일한 CAN ID값을 정의하여 입력될 수 있다. 대응하는 ID는 리눅스 기반의 차량용 제어기의 CAN 메시지 ID를 의미한다.Referring to FIG. 3, a CAN message may include an identifier field. The Identifier field includes a message ID, and the message ID may be input by defining a unique CAN ID value in a corresponding vehicle. The corresponding ID means the CAN message ID of the Linux-based vehicle controller.

또한, CAN 메시지는 데이터 필드를 포함하고, 데이터 필드는 ASCII Code로 구성될 수 있다. 실시 예에 있어서, CAN 메시지의 데이터 필드는 최대 8바이트로 구성될 수 있다. 8 바이트로 제한된 구역에 대응하는 리눅스 명령어는 대응하는 데이터 필드에 입력될 수 있다.In addition, the CAN message includes a data field, and the data field may be composed of an ASCII code. In an embodiment, the data field of the CAN message may consist of a maximum of 8 bytes. Linux commands corresponding to the 8-byte restricted area can be entered into the corresponding data field.

또한, CAN 메시지는 기타 필드를 포함하고, 기타 필드는 일반적인 CAN 메시지 포맷이다. 사용하고자 하는 CAN의 사양에 따라 입력이 가능하다.In addition, the CAN message includes other fields, and the other fields are in a general CAN message format. Input is possible according to the specifications of CAN to be used.

도 4는 본 발명의 실시 예에 따른 디버깅 시스템에서 리눅스 명령이 전달되는 과정을 예시적으로 보여주는 도면이다.4 is a diagram illustrating a process of transmitting a Linux command in a debugging system according to an embodiment of the present invention.

조작하고자 하는 리눅스 명령어가 $ ps -ef | grep Aut 과 $ top | grep Aut 이라고 가정하겠다. CAN 통신을 위하여 리눅스 명령어에 대응하는 메시지 ID, 이벤트 혹은 주기, 데이터 크기로 CAN 메시지가 구성될 수 있다. 메시지 ID는 0x72F로써, 디버깅 목적을 위하여 정의한 메시지 ID이다. 데이터는 [p] [s] [ ] [-] [e] [f] [|] [g] [r] [e] [p] [A] [u] [t] [r] [o] [n] [\r] [\n]으로 구성될 수 있다. 한 CAN 데이터에서 최대 8 바이트까지 구성이 가능함으로 전송하고자 하는 명령어는 8 개씩 구분될 수 있다. 또한 메시지의 마지막 데이터는 최종 명령의 끝을 알리는 \r + \n로 구성될 수 있다. 이에 따라 최종적으로 생성되는 CAN 메시지들은 다음과 같다.The Linux command you want to manipulate is $ ps -ef | grep Aut and $ top | Let's say grep Aut. For CAN communication, a CAN message can be configured with a message ID, event or period, and data size corresponding to Linux commands. The message ID is 0x72F, which is a message ID defined for debugging purposes. The data is [p] [s] [] [-] [e] [f] [|] [g] [r] [e] [p] [A] [u] [t] [r] [o] [ n] [\r] It can be composed of [\n]. Since it is possible to configure up to 8 bytes in one CAN data, 8 commands to be transmitted can be classified. Also, the last data of the message can consist of \r + \n, indicating the end of the last command. Accordingly, the finally generated CAN messages are as follows.

CAN 메시지 #1 : [0x72F] [p] [s] [ ] [-] [e] [f] [|] [g] CAN Message #1: [0x72F] [p] [s] [] [-] [e] [f] [|] [g]

CAN 메시지 #2 : [0x72F] [r] [e] [p] [A] [u] [t] [r] [o] CAN Message #2: [0x72F] [r] [e] [p] [A] [u] [t] [r] [o]

CAN 메시지 #3 : [0x72F] [n] [\r] [\n]CAN message #3: [0x72F] [n] [\r] [\n]

차량용 제어기(200)는 사용자 PC에서 전송된 CAN 메시지 #1, #2, #3을 수신하고, 전달받은 메시지들에서 \r\n이 발견될 때까지 버퍼에 저장할 수 있다. 최종 합쳐진 메시지 내용은 ps -ef | grep Aut이 될 수 있다.The vehicle controller 200 may receive CAN messages #1, #2, and #3 transmitted from the user PC, and store them in a buffer until \r\n is found in the received messages. The final combined message content is ps -ef | could be grep Aut.

이러한 리눅스 명령에 따라 차량용 제어기(200)의 리눅스 플랫폼에서는 동작을 수행할 수 있다. 전달받은 데이터에 대한 문자열은 OS상에서 다음과 같이 수행될 수 있다.In accordance with these Linux commands, the Linux platform of the vehicle controller 200 may perform an operation. The string for the received data can be executed on the OS as follows.

root@p2382_t186:~/dist/usr/bin# ps -ef | grep Autroot@p2382_t186:~/dist/usr/bin# ps -ef | grep Aut

root 2967 1 0 02:46 ? 00:00:00 ./AutEth_NM_Droot 2967 1 0 02:46? 00:00:00 ./AutEth_NM_D

root 2981 1 0 02:47 ? 00:00:00 ./AutEth_CC_SenderD -N 64root 2981 1 0 02:47? 00:00:00 ./AutEth_CC_SenderD -N 64

root 2993 1 4 02:47 ? 00:00:02 ./AutEth_CC_ReceiverD -N 64root 2993 1 4 02:47? 00:00:02 ./AutEth_CC_ReceiverD -N 64

root 3001 1 1 02:47 ttyS0 00:00:00 ./AutEth_gPTProot 3001 1 1 02:47 ttyS0 00:00:00 ./AutEth_gPTP

root 3011 1 0 02:47 ? 00:00:00 ./AutEth_TP_Droot 3011 1 0 02:47? 00:00:00 ./AutEth_TP_D

root 3024 1 0 02:47 ? 00:00:00 ./AutEth_AVB_Talker_D -droot 3024 1 0 02:47? 00:00:00 ./AutEth_AVB_Talker_D -d

root 3044 1 0 02:47 ? 00:00:00 ./AutEth_AVB_Listener_D -droot 3044 1 0 02:47? 00:00:00 ./AutEth_AVB_Listener_D -d

root 3089 2390 0 02:48 ttyS0 00:00:00 grep Autroot 3089 2390 0 02:48 ttyS0 00:00:00 grep Aut

일반적으로 리눅스의 SSH 와 같은 터미널을 이용한 리눅스 콘솔을 제어하는 용도의 프로토콜이 존재하나, 이는 이더넷 통신망에서만 사용이 가능하다. 본 발명의 디버깅 시스템 및 그것의 동작 방법은, 이더넷이 아닌 CAN 통신 기반에서 동작시킴으로써 대응하는 기능을 수행하지 못하는 환경(이더넷 디버깅 장치가 없는 경우)에도 대응하는 제어기에 접근할 수 있다.In general, there is a protocol for controlling the Linux console using a terminal such as SSH of Linux, but it can be used only in the Ethernet network. The debugging system and its operation method of the present invention can access a corresponding controller even in an environment in which a corresponding function cannot be performed (when there is no Ethernet debugging device) by operating on a CAN communication basis other than Ethernet.

또한, 일반적인 UDS와 같은 기술은 CAN 기반의 통신을 이용해서 해당 제어기의 오류 코드를 기반으로 현재 제어기의 상태를 확인하거나 SW 업데이트를 수행한다. 하지만, 이러한 기술은 미리 OEM에서 정의된 사양을 기반으로 정해진 형태의 상태만 확인 가능하다.In addition, technologies such as general UDS use CAN-based communication to check the current state of the controller or perform SW update based on the error code of the controller. However, this technology can only check the state of a predetermined form based on the specifications defined by the OEM in advance.

본 발명의 실시 예에 따른 차량용 디버깅 시스템 및 그것의 동작 방법은, 리눅스 기반이 아닌 running shell 기반 OS를 가진 모든 제어기에 적용 가능하다. 예를 들어, 본 발명의 차량용 디버깅 시스템 및 그것의 동작 방법은, QNX, Android 와 같은 OS 역시 동일한 수준의 기술을 적용할 수 있다. The vehicle debugging system and its operation method according to an embodiment of the present invention can be applied to all controllers having a running shell-based OS, not Linux-based. For example, in the vehicle debugging system and its operation method of the present invention, the same level of technology can be applied to OSs such as QNX and Android.

한편, 상술 된 본 발명의 내용은 발명을 실시하기 위한 구체적인 실시 예들에 불과하다. 본 발명은 구체적이고 실제로 이용할 수 있는 수단 자체뿐 아니라, 장차 기술로 활용할 수 있는 추상적이고 개념적인 아이디어인 기술적 사상을 포함할 것이다.On the other hand, the contents of the present invention described above are only specific examples for carrying out the invention. The present invention will include not only specific and practically usable means itself, but also technical ideas that are abstract and conceptual ideas that can be utilized as future technologies.

10: 차량용 디버깅 시스템
100: 차량용 제어기
200: 사용자 PC
10: Vehicle debugging system
100: vehicle controller
200: user PC

Claims (12)

차량용 디버깅 시스템의 동작 방법에 있어서,
제어기에서 복수의 CAN(controller area network) 메시지들을 수신하는 단계;
상기 제어기에서 상기 수신된 메시지들의 각각에서 데이터 영역에 저장된 데이터를 취합하는 단계;
상기 제어기에서 상기 취합된 데이터로부터 대응하는 명령어를 생성하는 단계; 및
상기 제어기에서 상기 생성된 명령어에 따른 디버깅 동작을 수행하는 단계를 포함하고,
상기 명령어는 리눅스 명령어이고,
상기 복수의 CAN 메시지들은 상기 명령어에서 소정의 아스키코드가 나올 때까지의 문자열을 복수 개로 나눈 것을 특징으로 하는 방법.
In the operating method of the vehicle debugging system,
Receiving a plurality of controller area network (CAN) messages at the controller;
Collecting data stored in a data area from each of the received messages at the controller;
Generating a corresponding instruction from the collected data in the controller; And
And performing a debugging operation according to the generated command in the controller,
The command is a Linux command,
The plurality of CAN messages, characterized in that dividing the string into a plurality of characters until a predetermined ASCII code appears in the command.
제 1 항에 있어서,
상기 수신된 메시지들의 각각의 크기는 8 바이트인 것을 특징으로 하는 방법.
The method of claim 1,
And the size of each of the received messages is 8 bytes.
제 1 항에 있어서,
상기 복수의 CAN 메시지들은 상기 명령어를 사전에 결정된 크기로 나눈 것을 특징으로 하는 방법.
The method of claim 1,
The plurality of CAN messages, characterized in that the command is divided by a predetermined size.
삭제delete 제 1 항에 있어서,
상기 복수의 CAN 메시지들의 각각은 순차적으로 수신되고,
마지막으로 수신된 CAN 메시지의 데이터 영역은 상기 명령어의 끝을 알리는 \r\n을 저장하는 것을 특징으로 하는 방법.
The method of claim 1,
Each of the plurality of CAN messages is sequentially received,
A method, characterized in that the data area of the last received CAN message stores \r\n indicating the end of the command.
제 5 항에 있어서,
상기 데이터를 취합하는 단계는,
상기 \r\n이 발견될 때까지 상기 수신된 메시지들의 데이터 영역의 데이터를 버퍼에 저장하는 단계를 더 포함하는 방법.
The method of claim 5,
The step of collecting the data,
Storing data in the data area of the received messages in a buffer until the \r\n is found.
제 1 항에 있어서,
상기 디버깅 동작은 상기 제어기의 리눅스 플랫폼에서 수행되는 것을 특징으로 하는 방법.
The method of claim 1,
The method of claim 1, wherein the debugging operation is performed on a Linux platform of the controller.
제 1 항에 있어서,
상기 제어기에서 상기 디버깅 동작의 결과를 적어도 하나의 CAN 메시지로 변환하는 단계를 더 포함하는 방법.
The method of claim 1,
And converting a result of the debugging operation into at least one CAN message in the controller.
차량용 디버깅 시스템의 동작 방법에 있어서,
PC(personal computer)에서 리눅스 명령어를 차량 통신 방식의 제 1 메시지들로 변환하는 단계;
상기 PC에서 상기 제 1 메시지들을 제어기로 순차적으로 전송하는 단계; 및
상기 PC에서 상기 제어기로부터 상기 리눅스 명령어에 따른 디버깅 결과에 대응하는 상기 차량 통신 방식의 제 2 메시지를 수신하는 단계를 포함하고,
상기 제 1 메시지들은 상기 리눅스 명령어에서 소정의 아스키코드가 나올 때까지의 문자열을 복수 개로 나눈 것을 특징으로 하는 방법.
In the operating method of the vehicle debugging system,
Converting a Linux command into first messages of a vehicle communication method in a personal computer (PC);
Sequentially transmitting the first messages from the PC to a controller; And
Receiving a second message of the vehicle communication method corresponding to the debugging result according to the Linux command from the controller in the PC,
The first message is a method characterized in that dividing the string into a plurality of characters until a predetermined ASCII code appears in the Linux command.
제 9 항에 있어서,
상기 차량 통신 방식은 CAN(controller area network) 인 것을 특징으로 하는 방법.
The method of claim 9,
The vehicle communication method, characterized in that the CAN (controller area network).
제 9 항에 있어서,
상기 차량 통신 방식은 CAN-FD(flexible data) 인 것을 특징으로 하는 방법.
The method of claim 9,
The vehicle communication method, characterized in that CAN-FD (flexible data).
제 9 항에 있어서,
상기 제 1 메시지들의 각각은 상기 제어기의 ID(identification)을 저장하는 메시지 ID 영역과, 상기 리눅스 명령어에 대응하는 데이터를 저장하는 데이터 영역을 포함하는 방법.
The method of claim 9,
Each of the first messages includes a message ID area storing an identification of the controller, and a data area storing data corresponding to the Linux command.
KR1020180148184A 2018-11-27 2018-11-27 Operating method in debugging system for vehicle KR102154279B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020180148184A KR102154279B1 (en) 2018-11-27 2018-11-27 Operating method in debugging system for vehicle

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020180148184A KR102154279B1 (en) 2018-11-27 2018-11-27 Operating method in debugging system for vehicle

Publications (2)

Publication Number Publication Date
KR20200062594A KR20200062594A (en) 2020-06-04
KR102154279B1 true KR102154279B1 (en) 2020-09-09

Family

ID=71081369

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020180148184A KR102154279B1 (en) 2018-11-27 2018-11-27 Operating method in debugging system for vehicle

Country Status (1)

Country Link
KR (1) KR102154279B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230016510A (en) 2021-07-26 2023-02-02 주식회사 현대케피코 Electronic control device with debugging module and debugging method using the same

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114488992A (en) * 2021-12-17 2022-05-13 徐工汉云技术股份有限公司 Method for adapting electric vehicle controller to multiple vehicle types based on supervised machine learning

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101363727B1 (en) * 2012-04-10 2014-02-24 에스케이텔레시스 주식회사 Smart debugging system
KR101791786B1 (en) * 2016-05-20 2017-10-30 엘지전자 주식회사 Vehicle security system and operation method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100902808B1 (en) 2007-11-02 2009-06-12 경북대학교 산학협력단 Debugging terminal with a real-time debugging function for a large scale real-time monitoring system, and debugging system with the same
KR101209069B1 (en) 2011-01-25 2012-12-06 아진산업(주) Debuggging Apparatus For CAN Communication Diagnosis Device
KR101439149B1 (en) * 2013-02-27 2014-09-12 주식회사 뉴티씨 (Newtc) Apparatus for controlling external electric devices
KR102116025B1 (en) 2013-05-13 2020-05-28 현대모비스 주식회사 Apparatus and Method Debugging Software of Vehicle's ECU

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101363727B1 (en) * 2012-04-10 2014-02-24 에스케이텔레시스 주식회사 Smart debugging system
KR101791786B1 (en) * 2016-05-20 2017-10-30 엘지전자 주식회사 Vehicle security system and operation method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20230016510A (en) 2021-07-26 2023-02-02 주식회사 현대케피코 Electronic control device with debugging module and debugging method using the same

Also Published As

Publication number Publication date
KR20200062594A (en) 2020-06-04

Similar Documents

Publication Publication Date Title
CN109164783B (en) Vehicle diagnosis method, apparatus, device, and medium
CN107038280B (en) Software and hardware collaborative simulation verification system and method
CN107135210A (en) A kind of simulative automobile communications protocol resolver and its analytic method
KR102154279B1 (en) Operating method in debugging system for vehicle
CN102063369B (en) Embedded software testing method based on AADL (Architecture Analysis and Design Language) mode time automata model
CN111475174A (en) Device and method for online writing and configuration of vehicle-mounted gateway
CN112925221B (en) Auxiliary driving closed loop test method based on data reinjection
CN113468070A (en) Consistency test method for vehicle-mounted Ethernet
CN113805918A (en) Data interaction system and method for upgrading TBOX and obtaining TBOX logs
JP2010015240A (en) Verification system and verification device
CN109286689B (en) Information sending method and device and vehicle-mounted man-vehicle interaction terminal
CN106444724A (en) Intelligent vehicle diagnosis method
CN116319499A (en) Diagnostic method and device for vehicle, electronic equipment and storage medium
Simonot-Lion et al. Vehicle functional domains and their requirements
Park et al. An OSGi based in-vehicle gateway platform architecture for improved sensor extensibility and interoperability
CN109144550A (en) A kind of data processing method, apparatus and system
KR101725155B1 (en) Method for converting information analyzed from a network database to software architecture design
WO2021131572A1 (en) Information processing system, information processing device, method for using information processing device, user terminal, and program for same
Caprita et al. Improvement of Automotive Sensors by Migrating AUTOSAR End-to-End Communication Protection Library into Hardware
EP3637262B1 (en) Verification device for vehicle control device and vehicle control device
CN114764227A (en) Control method and device for microprocessor of vehicle, vehicle and storage medium
US20180329843A1 (en) Techniques of providing serial port in non-legacy system via embedded-system device
US20210141710A1 (en) Development support device
Vyas Trends of FPGA use in Automotive Engineering
Rachucki et al. Analysis of scalable distributed on-board computer architecture for suborbital rockets and micro launchers

Legal Events

Date Code Title Description
AMND Amendment
E601 Decision to refuse application
AMND Amendment
E90F Notification of reason for final refusal
AMND Amendment
X701 Decision to grant (after re-examination)
GRNT Written decision to grant