CN102421004A - Debugging method and device for TV software system - Google Patents
Debugging method and device for TV software system Download PDFInfo
- Publication number
- CN102421004A CN102421004A CN2011103401838A CN201110340183A CN102421004A CN 102421004 A CN102421004 A CN 102421004A CN 2011103401838 A CN2011103401838 A CN 2011103401838A CN 201110340183 A CN201110340183 A CN 201110340183A CN 102421004 A CN102421004 A CN 102421004A
- Authority
- CN
- China
- Prior art keywords
- debugging
- file
- usb device
- serial port
- serial
- Prior art date
- Legal status (The legal status 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 status listed.)
- Granted
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
Abstract
Description
技术领域 technical field
本发明属于电视机技术领域,特别涉及一种可对电视机软件系统进行调试的方法及装置。The invention belongs to the technical field of televisions, and in particular relates to a method and a device capable of debugging a television software system.
背景技术 Background technique
现在的电视一般都带有智能操作系统。电视的功能越多或者越强大,相应的系统也越来越复杂。对电视的操作系统进行调试或者维护时,分析系统输出的打印信息是最好的手段。目前分析打印信息需要外接电脑,通过串口获取打印信息。但在一些地方,例如用户家中或者高温老化房等地方,电脑携带不便而且不好使用,获取打印信息较为困难。Today's TVs generally come with a smart operating system. The more or more powerful the functions of the TV, the more complex the corresponding system. When debugging or maintaining the TV's operating system, it is the best way to analyze the printed information output by the system. At present, analyzing the printing information requires an external computer to obtain the printing information through the serial port. However, in some places, such as the user's home or a high-temperature aging room, the computer is inconvenient to carry and difficult to use, and it is difficult to obtain printed information.
发明内容 Contents of the invention
本发明的主要目的在于提供一种电视机软件系统的调试方法,旨在解决上述在环境中获取打印信息较为困难的技术问题。The main purpose of the present invention is to provide a debugging method for a TV software system, aiming at solving the above-mentioned technical problem that it is difficult to obtain printing information in the environment.
为了实现发明目的,本发明提供一种电视机软件系统的调试方法,包括以下步骤:In order to achieve the purpose of the invention, the present invention provides a debugging method for a television software system, comprising the following steps:
检测与电视机相连的USB设备其存储空间是否满足打印信息存储要求;Detect whether the storage space of the USB device connected to the TV meets the printing information storage requirements;
当所述USB设备的存储空间满足打印信息存储要求时,开启调试进程,将存放在串口设备的打印信息输出至USB设备。When the storage space of the USB device meets the printing information storage requirements, start the debugging process, and output the printing information stored in the serial port device to the USB device.
优选地,在开启调试进程之前包括:Preferably, before starting the debugging process, include:
判断电视机的调试标识是否使能,若是,则进入开启调试进程的步骤;若否,则进入正常开机流程。Judging whether the debugging flag of the TV is enabled, if yes, enters the step of starting the debugging process; if not, enters the normal booting process.
优选地,所述将存放在串口设备的打印信息输出至USB设备包括:Preferably, said outputting the printing information stored in the serial port device to the USB device includes:
启动预置在电视机中的定时器;Start the timer preset in the TV;
在USB设备中创建文件;Create a file in the USB device;
根据定时器预设的时间间隔,从串口设备的缓冲区中读取打印信息,并保存在所述文件中。According to the time interval preset by the timer, the printing information is read from the buffer of the serial device and stored in the file.
优选地,所述从串口设备的缓冲区中读取打印信息,并保存在所述文件中包括:Preferably, reading the print information from the buffer of the serial port device and saving it in the file includes:
如果USB设备空间已满,则用新数据覆盖已存储数据,同时设置空间满标识。If the space of the USB device is full, the stored data is overwritten with new data, and the space full flag is set at the same time.
优选地,在判断电视机的调试标识是否使能之前还包括:Preferably, before judging whether the debugging flag of the TV is enabled, it also includes:
将打印信息输出至串口;Output the print information to the serial port;
定义文件描述符,打开串口文件,并将返回值赋给文件描述符;Define the file descriptor, open the serial port file, and assign the return value to the file descriptor;
将串口文件中的数据读取到串口设备的缓冲区。Read the data in the serial file to the buffer of the serial device.
本发明另提供一种电视机软件系统的调试装置,其至少包括:The present invention also provides a debugging device for a television software system, which at least includes:
USB设备检测模块,用于检测与电视机相连的USB设备其存储空间是否满足打印信息存储要求;The USB device detection module is used to detect whether the storage space of the USB device connected to the TV meets the printing information storage requirements;
调试模块,用于所述USB设备的存储空间满足打印信息存储要求时,开启调试进程,将存放在串口设备的打印信息输出至USB设备。The debugging module is used to start the debugging process when the storage space of the USB device meets the printing information storage requirements, and output the printing information stored in the serial port device to the USB device.
优选地,所述调试模块还用于:Preferably, the debugging module is also used for:
判断电视机的调试标识是否使能,当所述USB设备的存储空间满足打印信息存储要求时,开启调试进程;若否,则进入正常开机流程。Judging whether the debugging flag of the TV is enabled, when the storage space of the USB device meets the printing information storage requirements, start the debugging process; if not, enter the normal booting process.
优选地,上述调试调试模块包括:Preferably, the above-mentioned debugging module includes:
定时器启动单元,用于启动预置在电视机中的定时器;A timer starting unit, used to start a timer preset in the TV;
文件创建单元,用于在USB设备中创建文件;A file creation unit for creating files in the USB device;
打印信息读取单元,用于根据定时器预设的时间间隔,从串口设备的缓冲区中读取打印信息,并保存在所述文件中。The print information reading unit is used to read the print information from the buffer of the serial port device according to the time interval preset by the timer, and save it in the file.
优选地,所述打印信息读取单元进一步用于:Preferably, the print information reading unit is further used for:
如果空间已满,则用新数据覆盖已存储数据,同时设置空间满标识。If the space is full, the stored data will be overwritten with new data, and the space full flag will be set at the same time.
优选地,上述调试模块还包括Linux系统处理单元,所述Linux系统处理单元具体用于:Preferably, the above-mentioned debugging module also includes a Linux system processing unit, and the Linux system processing unit is specifically used for:
将打印信息输出至串口;Output the print information to the serial port;
定义文件描述符,打开串口文件,并将返回值赋给文件描述符;Define the file descriptor, open the serial port file, and assign the return value to the file descriptor;
将串口文件中的数据读取到串口设备的缓冲区。Read the data in the serial file to the buffer of the serial device.
本发明使电视在正常运行的同时,将系统输出的打印信息保存到USB设备的文件中,同时具有自动检测USB空间大小和自动更新文件数据的功能,使电视等设备不需要外接电脑就能保存打印信息,方便设计人员调试时发现问题并改进,尤其适合高温高湿等不适合人长期停留的环境抓取随机问题数据。The invention enables the TV to save the printing information output by the system to the file of the USB device while the TV is running normally, and has the functions of automatically detecting the size of the USB space and automatically updating the file data, so that the TV and other devices can be saved without an external computer Printing information is convenient for designers to find problems and improve them during debugging. It is especially suitable for capturing random problem data in environments such as high temperature and high humidity that are not suitable for people to stay for a long time.
附图说明 Description of drawings
图1为本发明电视机软件系统的调试方法一实施例的流程图;Fig. 1 is the flow chart of one embodiment of the debugging method of television software system of the present invention;
图2为本发明电视机软件系统的调试方法一实施例中启动调试进程进行调试的步骤流程图;Fig. 2 is a flow chart of the steps of starting the debugging process for debugging in an embodiment of the debugging method of the television software system of the present invention;
图3为本发明电视机软件系统的调试方法另一实施例的流程示意图;Fig. 3 is a schematic flow chart of another embodiment of the debugging method of the television software system of the present invention;
图4为本发明电视机软件系统的调试装置一实施例的结构示意图;Fig. 4 is a structural schematic diagram of an embodiment of a debugging device of the television software system of the present invention;
图5为本发明电视机软件系统的调试装置一实施例中调试模块的结构示意图。FIG. 5 is a schematic structural diagram of a debugging module in an embodiment of a debugging device for a television software system according to the present invention.
本发明目的的实现、功能特点及优点将结合实施例,参照附图做进一步说明。The realization of the purpose of the present invention, functional characteristics and advantages will be further described in conjunction with the embodiments and with reference to the accompanying drawings.
具体实施方式 Detailed ways
应当理解,此处所描述的具体实施例仅仅用以解释本发明,并不用于限定本发明。It should be understood that the specific embodiments described here are only used to explain the present invention, not to limit the present invention.
参照图1,图1为本发明电视机软件系统的调试方法一实施例的流程图。如图1所示,该流程包括以下步骤:Referring to FIG. 1 , FIG. 1 is a flowchart of an embodiment of a debugging method of a television software system according to the present invention. As shown in Figure 1, the process includes the following steps:
步骤S10,检测与电视机相连的USB设备其存储空间是否满足打印信息存储要求;Step S10, detecting whether the storage space of the USB device connected to the TV meets the printing information storage requirements;
本发明实施例中,在电视机开机时执行调试处理流程,具体如下:In the embodiment of the present invention, the debugging process is executed when the TV is turned on, specifically as follows:
首先,启动电视上的操作系统。操作系统完成必要的设备自检后,初始化串口设备,包括设定串口设备通讯协议,通讯速率,端口等信息,使串口能够工作。接着初始化USB设备,包括初始化USB通讯协议,规划缓冲区,安装USB驱动,再获取各端口所需的系统资源,包括内存、信号量和消息队列等。待USB设备可以工作后,检测在USB接口上是否插有USB设备,即USB闪存或者硬盘等。如果没有插入设备,则正常开机,进行后续的开机操作;如果插入有设备,检测设备空间大小,以及剩余可利用空间有多少;如果空间不足,则不进行调试进程,同样进行正常开机操作;如果空间满足要求,则转入步骤S20。First, start the operating system on the TV. After the operating system completes the necessary equipment self-test, initialize the serial device, including setting the serial device communication protocol, communication rate, port and other information, so that the serial port can work. Then initialize the USB device, including initializing the USB communication protocol, planning the buffer zone, installing the USB driver, and obtaining the system resources required by each port, including memory, semaphore, and message queue. After the USB device can work, detect whether there is a USB device plugged into the USB interface, that is, a USB flash memory or a hard disk. If there is no device plugged in, it will start up normally and perform subsequent startup operations; if a device is plugged in, check the size of the device space and the remaining available space; if the space is insufficient, the debugging process will not be performed, and the normal startup operation will also be performed; if If the space meets the requirements, go to step S20.
步骤S20,当所述USB设备的存储空间满足打印信息存储要求时,开启调试进程,将存放在串口设备的打印信息输出至USB设备。如果USB设备的空间满足打印信息存储要求,则由操作系统将系统输出的打印信息放到串口设备用于输出,然后将串口设备的打印信息输出至USB设备。本发明实施例直接从串口读数据,不需要修改操作系统内核,既减小程序工作量又保证了系统稳定性。Step S20, when the storage space of the USB device meets the printing information storage requirements, start the debugging process, and output the printing information stored in the serial port device to the USB device. If the space of the USB device meets the printing information storage requirements, the operating system puts the printing information output by the system into the serial device for output, and then outputs the printing information of the serial device to the USB device. The embodiment of the present invention reads data directly from the serial port without modifying the kernel of the operating system, which not only reduces the workload of the program but also ensures the stability of the system.
本发明通过读取系统平台的串口设备的信息并保存在指定的USB设备中,以备程序员进一步调试系统软件的运行状态,可以很好的避开系统平台存储空间有限的问题,并且很好的确保多次读写操作导致的文件系统碎片不至于破坏嵌入式系统的正常运行。该方法不仅可以应用在电视机中,只要具备嵌入式系统并且支持串口设备和USB设备的系统平台都适用。The present invention reads the information of the serial device of the system platform and saves it in the specified USB device, so that the programmer can further debug the running state of the system software, which can well avoid the problem of limited storage space of the system platform, and is very good Ensure that the file system fragmentation caused by multiple read and write operations will not destroy the normal operation of the embedded system. The method can be applied not only to televisions, but also to any system platform that has an embedded system and supports serial devices and USB devices.
参照图1,进一步的,上述实施例中,步骤S20之前包括:Referring to Fig. 1, further, in the above embodiment, before step S20 includes:
判断电视机的调试标识是否使能,若是,则执行步骤S20;若否,则进入正常开机流程。例如,可在程序中定义Debug功能标识,用来区别电视是在调试状态还是产品状态,如果Debug功能标识没有使能,则进行正常开机操作,如果功能标识使能,则开启一个调试进程,转入到步骤S20。It is judged whether the debugging flag of the TV is enabled, and if yes, step S20 is performed; if not, the normal boot process is entered. For example, the Debug function flag can be defined in the program to distinguish whether the TV is in the debugging state or the product state. If the Debug function flag is not enabled, the normal boot operation will be performed. If the function flag is enabled, a debugging process will be started. Go to step S20.
参照图2,在本发明的另一个实施例中,上述步骤S20具体包括:Referring to FIG. 2, in another embodiment of the present invention, the above step S20 specifically includes:
步骤S21,启动预置在电视机中的定时器;Step S21, start the timer preset in the TV set;
步骤S22,在USB设备中创建文件;Step S22, creating a file in the USB device;
步骤S23,根据定时器预设的时间间隔,从串口设备的缓冲区中读取打印信息,并保存在文件中。Step S23, according to the preset time interval of the timer, read the print information from the buffer of the serial port device, and save it in a file.
读取串口设备的信息成功后,启动一个定时器,间隔时间具体可设置为1ms中断一次,然后在USB设备上创建文件,以将从串口设备读取的打印信息放到文件中。为了不断读取串口的数据,每次定时时间到就读取串口设备的缓冲区信息,将其增加到USB设备的文件数据中。After successfully reading the information of the serial device, start a timer, the interval can be set to 1ms to interrupt once, and then create a file on the USB device to put the print information read from the serial device into the file. In order to continuously read the data of the serial port, the buffer information of the serial device is read every time the timing is up, and it is added to the file data of the USB device.
进一步的,上述步骤S23可包括:Further, the above step S23 may include:
不断检测USB设备的剩余空间大小;Constantly detect the remaining space of the USB device;
如果USB设备空间已满,则用新数据覆盖已存储数据,同时设置空间满标识。If the space of the USB device is full, the stored data is overwritten with new data, and the space full flag is set at the same time.
从串口设备的缓冲区读取打印信息并保存在文件中的同时检测USB设备的剩余空间大小,如果空间不足,则不再增加文件信息,而是覆盖原来的文件数据,同时设置空间满标志,这样可以保证读取到最新的数据。需要说明的是,定时器设置的时间必须小于串口缓冲区刷新时间,不然就会漏掉一部分数据。Read the print information from the buffer of the serial port device and save it in the file while detecting the remaining space of the USB device. If the space is insufficient, the file information will not be added, but the original file data will be overwritten, and the space full flag will be set at the same time. This ensures that the latest data is read. It should be noted that the time set by the timer must be less than the refresh time of the serial port buffer, otherwise part of the data will be missed.
参照图3,在一实施例中,在判断电视机的调试标识是否使能之前包括:Referring to FIG. 3 , in one embodiment, before judging whether the debugging flag of the TV is enabled, it includes:
步骤A,将打印信息输出至串口;Step A, output the print information to the serial port;
步骤B,定义文件描述符,打开串口文件,并将返回值赋给文件描述符;Step B, define the file descriptor, open the serial port file, and assign the return value to the file descriptor;
步骤C,将串口文件中的数据读取到串口设备的缓冲区。Step C, read the data in the serial port file to the buffer of the serial port device.
本实施例针对Linux操作系统,如果是Linux操作系统,可以用一个函数来读取和保存信息,函数中首先定义一个文件描述符,使用open函数来打开串口文件,并将返回值赋给文件描述符,接着调用read函数将数据读取到缓冲区,最后关闭文件描述符。This embodiment is aimed at the Linux operating system. If it is a Linux operating system, a function can be used to read and save information. First, a file descriptor is defined in the function, and the serial port file is opened using the open function, and the return value is assigned to the file description character, then call the read function to read the data into the buffer, and finally close the file descriptor.
本发明电视机软件系统的调试方法同样适用于电视机在正常开机状态下的调试处理,例如,如果电视已经正常开机,只要Debug功能标识使能,那么检测到USB设备插入后,检测空间足够,同样可以在正常的进程外再创建一个上述调试进程,将串口的数据保存到USB设备的文件中,这样既能正常运行系统,又能保存打印信息。The debugging method of the TV software system of the present invention is also applicable to the debugging process of the TV under the normal power-on state. For example, if the TV has been powered on normally, as long as the Debug function flag is enabled, after the USB device is detected, the detection space is sufficient. It is also possible to create the above-mentioned debugging process outside the normal process, and save the data of the serial port to the file of the USB device, so that the system can run normally and the printing information can be saved.
本发明另提出一种电视机软件系统的调试装置,可实现上述方法流程。参照图4,图4为本发明电视机软件系统的调试装置一实施例的结构示意图。如图4所示,本发明电视机软件系统的调试装置包括:The present invention also proposes a debugging device for a television software system, which can realize the above-mentioned method flow. Referring to FIG. 4 , FIG. 4 is a structural diagram of an embodiment of a debugging device for a television software system according to the present invention. As shown in Figure 4, the debugging device of the television software system of the present invention comprises:
USB设备检测模块10,用于检测与电视机相连的USB设备其存储空间是否满足打印信息存储要求;在电视机操作系统初始化串口设备和USB设备后,USB设备检测模块10检测在USB接口上是否插有USB设备,即USB闪存或者硬盘等。如果没有插入设备,则正常开机,进行后续的开机操作;如果插入有设备,检测设备空间大小,以及剩余可利用空间有多少;如果空间不足,则不进行调试进程,同样进行正常开机操作;如果空间满足要求,则启动调试模块20。The USB
调试模块20,用于USB设备的存储空间满足打印信息存储要求时,开启调试进程,将存放在串口设备的打印信息输出至USB设备。如果USB设备的空间满足打印信息存储要求,则由操作系统将系统输出的打印信息放到串口设备用于输出,然后调试模块20将串口设备的打印信息输出至USB设备。本发明实施例直接从串口读数据,不需要修改操作系统内核,既减小程序工作量又保证了系统稳定性。The
本发明通过读取系统平台的串口设备的信息并保存在指定的USB设备中,以备程序员进一步调试系统软件的运行状态,可以很好的避开系统平台存储空间有限的问题,并且很好的确保多次读写操作导致的文件系统碎片不至于破坏嵌入式系统的正常运行。该方法不仅可以应用在电视机中,只要具备嵌入式系统并且支持串口设备和USB设备的系统平台都适用。The present invention reads the information of the serial device of the system platform and saves it in the specified USB device, so that the programmer can further debug the running state of the system software, which can well avoid the problem of limited storage space of the system platform, and is very good Ensure that the file system fragmentation caused by multiple read and write operations will not destroy the normal operation of the embedded system. The method can be applied not only to televisions, but also to any system platform that has an embedded system and supports serial devices and USB devices.
进一步的,调试模块20还用于:Further, the
判断电视机的调试标识是否使能,当所述USB设备的存储空间满足打印信息存储要求时,开启调试进程;若否,则进入正常开机流程。例如,调试模块20可在程序中定义Debug功能标识,用来区别电视是在调试状态还是产品状态,调试过程中,如果Debug功能标识没有使能,则进行正常开机操作,如果功能标识使能,则开启一个调试进程。Judging whether the debugging flag of the TV is enabled, when the storage space of the USB device meets the printing information storage requirements, start the debugging process; if not, enter the normal booting process. For example, the
优选地,参照图5,上述调试模块20包括:Preferably, referring to FIG. 5, the above-mentioned
定时器启动单元21,用于启动预置在电视机中的定时器;A
文件创建单元22,用于在USB设备中创建文件;A
打印信息读取单元23,用于根据定时器预设的时间间隔,从串口设备的缓冲区中读取打印信息,并保存在所述文件中。The print
操作系统读取串口设备的信息成功后,定时器启动单元21启动一个预置的定时器,定时器的间隔时间具体可设置为1ms中断一次,然后文件创建单元22在USB设备上创建文件,以供打印信息读取单元23将从串口设备读取的打印信息放到文件中。为了不断读取串口的数据,每次定时时间到就读取串口设备的缓冲区信息,将其增加到USB设备的文件数据中。After the operating system reads the information of the serial port device successfully, the
上述打印信息读取单元23可进一步用于:The above-mentioned print
不断检测USB设备的剩余空间大小;Constantly detect the remaining space of the USB device;
如果USB设备空间已满,则用新数据覆盖已存储数据,同时设置空间满标识。打印信息读取单元23从串口设备的缓冲区读取打印信息并保存在文件中,同时检测USB设备的剩余空间大小,如果空间不足,则不再增加文件信息,而是覆盖原来的文件数据,同时设置空间满标志,这样可以保证读取到最新的数据。需要说明的是,定时器设置的时间必须小于串口缓冲区刷新时间,不然就会漏掉一部分数据。If the space of the USB device is full, the stored data is overwritten with new data, and the space full flag is set at the same time. The print
优选地,在一实施例中,上述调试模块还可包括Linux系统处理单元24,该Linux系统处理单元24具体用于:Preferably, in an embodiment, the above-mentioned debugging module can also include a Linux
将打印信息输出至串口;Output the print information to the serial port;
定义文件描述符,打开串口文件,并将返回值赋给文件描述符;Define the file descriptor, open the serial port file, and assign the return value to the file descriptor;
将串口文件中的数据读取到串口设备的缓冲区。Read the data in the serial file to the buffer of the serial device.
本实施例针对Linux操作系统,如果是Linux操作系统,可以用一个函数来读取和保存信息,函数中首先定义一个文件描述符,使用open函数来打开串口文件,并将返回值赋给文件描述符,接着调用read函数将数据读取到缓冲区,最后关闭文件描述符。This embodiment is aimed at the Linux operating system. If it is a Linux operating system, a function can be used to read and save information. First, a file descriptor is defined in the function, and the serial port file is opened using the open function, and the return value is assigned to the file description character, then call the read function to read the data into the buffer, and finally close the file descriptor.
以上仅为本发明的优选实施例,并非因此限制本发明的专利范围,凡是利用本发明说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本发明的专利保护范围内。The above are only preferred embodiments of the present invention, and are not intended to limit the patent scope of the present invention. Any equivalent structure or equivalent process conversion made by using the description of the present invention and the contents of the accompanying drawings, or directly or indirectly used in other related technical fields , are all included in the scope of patent protection of the present invention in the same way.
Claims (10)
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110340183.8A CN102421004B (en) | 2011-11-01 | 2011-11-01 | Debugging method and device for television software system |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201110340183.8A CN102421004B (en) | 2011-11-01 | 2011-11-01 | Debugging method and device for television software system |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| CN102421004A true CN102421004A (en) | 2012-04-18 |
| CN102421004B CN102421004B (en) | 2014-09-03 |
Family
ID=45945205
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| CN201110340183.8A Active CN102421004B (en) | 2011-11-01 | 2011-11-01 | Debugging method and device for television software system |
Country Status (1)
| Country | Link |
|---|---|
| CN (1) | CN102421004B (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106033378A (en) * | 2015-03-20 | 2016-10-19 | 昆达电脑科技(昆山)有限公司 | Debug information storage method |
| CN109581188A (en) * | 2018-11-27 | 2019-04-05 | 深圳创维-Rgb电子有限公司 | A kind of function detecting method, smart machine and the storage medium of mainboard upper terminal |
Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0883197A (en) * | 1994-06-30 | 1996-03-26 | Tandem Comput Inc | Method and computer system for debugging software programs |
| CN1753507A (en) * | 2005-08-25 | 2006-03-29 | 深圳创维-Rgb电子有限公司 | Embedded set-top box debugging and testing methods |
| CN101316314A (en) * | 2007-05-29 | 2008-12-03 | 青岛海信电器股份有限公司 | Method and interface for upgrading flash through USB interface for digital LCD TV |
| US20090027740A1 (en) * | 2007-07-24 | 2009-01-29 | Samsung Electronics Co., Ltd | Read device, image forming apparatus and method of controlling the image forming apparatus |
| US20090063903A1 (en) * | 2007-08-30 | 2009-03-05 | Ibm Corporation | Method and apparatus for debugging application software in information handling systems over a memory mapping i/o bus |
| CN101382915A (en) * | 2008-10-23 | 2009-03-11 | 北京中星微电子有限公司 | Software debugging system and debugging method |
| CN101505331A (en) * | 2008-02-04 | 2009-08-12 | 希姆通信息技术(上海)有限公司 | Method and apparatus for updating system software of smart phone |
| CN101645033A (en) * | 2009-05-15 | 2010-02-10 | 上海闻泰电子科技有限公司 | Debugging method in abnormality of mobile phone software |
| CN201497985U (en) * | 2009-07-31 | 2010-06-02 | 广东浩兆信息科技发展有限公司 | Embedded equipment auxiliary failure analytical tool |
| CN101800843A (en) * | 2010-04-22 | 2010-08-11 | 四川长虹电器股份有限公司 | Set top box capturing printing information method |
| CN101826049A (en) * | 2009-03-06 | 2010-09-08 | 上海摩波彼克半导体有限公司 | Implementation method for debugging information output in embedded system |
| CN102123313A (en) * | 2010-11-26 | 2011-07-13 | 青岛海信信芯科技有限公司 | Software upgrading method and device, television and television set top box |
-
2011
- 2011-11-01 CN CN201110340183.8A patent/CN102421004B/en active Active
Patent Citations (12)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH0883197A (en) * | 1994-06-30 | 1996-03-26 | Tandem Comput Inc | Method and computer system for debugging software programs |
| CN1753507A (en) * | 2005-08-25 | 2006-03-29 | 深圳创维-Rgb电子有限公司 | Embedded set-top box debugging and testing methods |
| CN101316314A (en) * | 2007-05-29 | 2008-12-03 | 青岛海信电器股份有限公司 | Method and interface for upgrading flash through USB interface for digital LCD TV |
| US20090027740A1 (en) * | 2007-07-24 | 2009-01-29 | Samsung Electronics Co., Ltd | Read device, image forming apparatus and method of controlling the image forming apparatus |
| US20090063903A1 (en) * | 2007-08-30 | 2009-03-05 | Ibm Corporation | Method and apparatus for debugging application software in information handling systems over a memory mapping i/o bus |
| CN101505331A (en) * | 2008-02-04 | 2009-08-12 | 希姆通信息技术(上海)有限公司 | Method and apparatus for updating system software of smart phone |
| CN101382915A (en) * | 2008-10-23 | 2009-03-11 | 北京中星微电子有限公司 | Software debugging system and debugging method |
| CN101826049A (en) * | 2009-03-06 | 2010-09-08 | 上海摩波彼克半导体有限公司 | Implementation method for debugging information output in embedded system |
| CN101645033A (en) * | 2009-05-15 | 2010-02-10 | 上海闻泰电子科技有限公司 | Debugging method in abnormality of mobile phone software |
| CN201497985U (en) * | 2009-07-31 | 2010-06-02 | 广东浩兆信息科技发展有限公司 | Embedded equipment auxiliary failure analytical tool |
| CN101800843A (en) * | 2010-04-22 | 2010-08-11 | 四川长虹电器股份有限公司 | Set top box capturing printing information method |
| CN102123313A (en) * | 2010-11-26 | 2011-07-13 | 青岛海信信芯科技有限公司 | Software upgrading method and device, television and television set top box |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106033378A (en) * | 2015-03-20 | 2016-10-19 | 昆达电脑科技(昆山)有限公司 | Debug information storage method |
| CN109581188A (en) * | 2018-11-27 | 2019-04-05 | 深圳创维-Rgb电子有限公司 | A kind of function detecting method, smart machine and the storage medium of mainboard upper terminal |
Also Published As
| Publication number | Publication date |
|---|---|
| CN102421004B (en) | 2014-09-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US20180260551A1 (en) | Unlocking Method And Mobile Terminal | |
| CN101916201B (en) | Android-based mobile terminal cold-boot method and device | |
| CN113703799B (en) | Computing device and BIOS updating method and medium thereof | |
| US7900091B2 (en) | Method for recovering basic input output system and computer device thereof | |
| EP2189906A1 (en) | Method and apparatus for abnormality recovering of data card, and data card | |
| CN101634960A (en) | Method for revising BIOS parameter and regenerating checksum | |
| CN103593281A (en) | Test system and test method | |
| CN102799497A (en) | Data recovery system and method for non-volatile random access memory (NVRAM) | |
| CN110058973B (en) | Test system and test method for data storage device | |
| TWI486874B (en) | Electronic apparatus and booting method | |
| TW200923784A (en) | Electronic device and method for resuming from suspend-to-ram state thereof | |
| CN103514014A (en) | Method for designing boot system of embedded terminal equipment | |
| TWI464583B (en) | Method of obtaining command for triggering function | |
| CN107087164A (en) | Method and device for starting equipment | |
| CN105893221A (en) | Terminal operation time length alarming method and device | |
| CN111381892B (en) | Data processing method, device, equipment and machine-readable medium | |
| CN114443152B (en) | Network wake-up boot method and computer equipment | |
| CN103686370A (en) | Method and system for starting up intelligent television | |
| CN102421004B (en) | Debugging method and device for television software system | |
| CN106909374B (en) | A method for realizing an alarm clock when an intelligent terminal is turned off and an intelligent terminal | |
| CN106980513A (en) | A kind of switching method and device of dual boot file | |
| CN114721877B (en) | A software fault-tolerant recovery method, device, equipment and storage medium | |
| CN107844382B (en) | Card screen detection method, mobile terminal and computer readable storage medium | |
| CN102467644B (en) | Method for executing system management interrupt | |
| CN101562007A (en) | Display control device capable of automatically updating firmware and updating method thereof |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| C06 | Publication | ||
| PB01 | Publication | ||
| C10 | Entry into substantive examination | ||
| SE01 | Entry into force of request for substantive examination | ||
| C14 | Grant of patent or utility model | ||
| GR01 | Patent grant |