CN110618908B - Method for quickly verifying screen and machine display interface - Google Patents

Method for quickly verifying screen and machine display interface Download PDF

Info

Publication number
CN110618908B
CN110618908B CN201910847086.4A CN201910847086A CN110618908B CN 110618908 B CN110618908 B CN 110618908B CN 201910847086 A CN201910847086 A CN 201910847086A CN 110618908 B CN110618908 B CN 110618908B
Authority
CN
China
Prior art keywords
card
machine
starting
unified
mirror image
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.)
Active
Application number
CN201910847086.4A
Other languages
Chinese (zh)
Other versions
CN110618908A (en
Inventor
黄其勇
文晓东
翁先仲
邹学芳
詹松彬
廖华明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhongshan Tianqi Intelligent Technology Co ltd
Original Assignee
Zhongshan Tianqi Intelligent Technology Co ltd
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 Zhongshan Tianqi Intelligent Technology Co ltd filed Critical Zhongshan Tianqi Intelligent Technology Co ltd
Priority to CN201910847086.4A priority Critical patent/CN110618908B/en
Publication of CN110618908A publication Critical patent/CN110618908A/en
Application granted granted Critical
Publication of CN110618908B publication Critical patent/CN110618908B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4411Configuring for operating with peripheral devices; Loading of device drivers
    • G06F9/4413Plug-and-play [PnP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Hardware Design (AREA)
  • Quality & Reliability (AREA)
  • Stored Programmes (AREA)
  • Debugging And Monitoring (AREA)

Abstract

A method for quickly validating screen and machine display interfaces, comprising: a unified mirror image synthesis step, wherein the normal display of a machine is debugged in the step, and then display parameters are acquired to generate a unified mirror image, wherein the unified mirror image comprises a file list to be packed, a loader file for starting a system, a partition information file and a resource image; an SD card firmware creating step, wherein an SD starting mark is written in the SD card in advance, and the unified mirror image is burnt into the SD card; starting a verification step, wherein whether an SD card is inserted or not is detected after the machine is powered on; when detecting that an SD card is inserted, firstly searching whether an SD starting mark exists; when the SD card insertion is not detected or the SD starting mark is not detected, directly running the emmc program of the machine, and normally starting the machine; when the SD boot flag is retrieved, the unified image is read to boot the machine.

Description

Method for quickly verifying screen and machine display interface
Technical Field
The invention relates to a method for quickly verifying a screen and a machine display interface.
Background
Based on the current market environment, many electronic devices have complex display screen verification modes, many processes, complex verification processes and poor universality, different screens are often verified and supported by different hardware devices, and the device cost and the time cost are high, so that a more simple and convenient method is needed to solve the display screen verification problem.
Disclosure of Invention
In order to overcome the problems in the prior art, the invention relates to a method for quickly verifying a screen and a machine display interface, which comprises the following specific technical contents:
a method of quickly verifying screen and machine display interfaces, comprising:
a unified mirror image synthesis step, wherein the normal display of a machine is debugged in the step, and then display parameters are acquired to generate a unified mirror image, wherein the unified mirror image comprises a file list to be packed, a loader file for starting a system, a partition information file and a resource image;
an SD card firmware creating step, wherein an SD starting mark is written in the SD card in advance, and the unified mirror image is burnt into the SD card;
starting a verification step, wherein whether an SD card is inserted or not is detected after the machine is powered on;
when detecting that an SD card is inserted, firstly searching whether an SD starting mark exists; when the SD card insertion is not detected or the SD starting mark is not detected, directly running the emmc program of the machine, and normally starting the machine;
when the SD boot flag is retrieved, the unified image is read to boot the machine.
In one or more embodiments of the present invention, the resource image includes device tree information of a boot image and a kernel.
In one or more embodiments of the invention, the unified mirror may be customized according to display interface types, wherein adaptable interface types include LVDS, MIPI and EDP.
The invention has the beneficial effects that:
1) The manufacturing environment is simple; the SD card starting firmware can be manufactured by only one normally displayed computer, and only the SD card is needed to start the equipment in batch test, so that the burning of a plurality of computers to a machine is reduced;
2) Small mirror image and fast burning; the SD card starting firmware is about 3M generally, only 1 second is needed for burning the SD card, and compared with the traditional hundred-million-sized android mirror image, the needed storage space and burning time are much shorter;
3) The mirror image in the equipment is not influenced; the verification process can be started only by inserting the SD card, the SD card is dialed to restart the equipment after the insertion verification is finished, the equipment can run the emmc program again, and the original mirror image cannot be influenced;
4) Compatibility and customization are more flexible; the display interfaces of types such as LVDS, MIPI, EDP and the like can be correspondingly supported by manufacturing the mirror images with different resolutions or different interfaces in the SD card, so that repeated burning before the SD card is dragged to a computer with equipment is avoided, and the SD card is favorable for production and flow simplification.
Drawings
FIG. 1 is a flow chart of the SD card firmware of the present invention.
Fig. 2 is a flow chart of the SD card firmware identification verification of the present invention.
Detailed Description
The scheme of the present application is further described below with reference to figures 1 and 2:
a method of quickly verifying screen and machine display interfaces, comprising:
a unified mirror image synthesis step, wherein the normal display of a machine is debugged in the step, and then display parameters are acquired to generate a unified mirror image, wherein the unified mirror image comprises a file list to be packed, a loader file and a partition information file which are started by a system, and a resource image containing equipment tree information of a starting-up picture and a kernel;
an SD card firmware creating step, wherein an SD starting mark is written in the SD card in advance, and the unified mirror image is burned into the SD card;
starting a verification step, wherein whether an SD card is inserted or not is detected after the machine is powered on;
when detecting that the SD card is inserted, firstly searching whether an SD starting mark exists; when the SD card insertion is not detected or the SD starting mark is not detected, directly running the emmc program of the machine, and normally starting the machine;
when the SD boot flag is retrieved, the unified image is read to boot the machine.
The unified image may be customized according to display interface types, where adaptable interface types include LVDS, MIPI and EDP.
We can make SD card based on RK3288 platform of Rockchip series, firstly we need to make SD card start firmware, and the first step is to debug the device to normal display, we use a 10.1 inch 800 × 1280lvds display screen, and the display parameter information of the screen is as follows:
Figure BDA0002195626420000031
Figure BDA0002195626420000041
and configuring a corresponding software LVDS screen as follows, and then compiling to generate a corresponding mirror image.
When the driver is debugged to enable the machine to display normally, the SD card boot firmware can be manufactured, wherein the firmware mainly comprises the following components: the file list package-file, the loader file miniloaderl.bin for system startup, the partition information file parameter.txt, and the resource image resource.img containing the device tree information of the startup picture and the kernel are required to be packed.
SD card boot firmware can be synthesized by using Linux tools, afptool and rkImageMaker, which are provided by Rockchip, and the following commands are required to be executed to finally generate a uniform image update.
./afptool-pack./Image/update.img
./rkImageMaker-RK32 MiniLoaderAll.bin Image/update.img
update.img-os_tpye:androidos
Then using a Rayleigh core micro-creation long beak disk tool V1.46, inserting the SD card into a computer, identifying and selecting the SD starting and clicking a firmware selection button by the tool, and selecting the corresponding firmware for creation.
The above-described preferred embodiments should be considered as examples of the embodiments of the present application, and any technical deductions, substitutions, improvements and the like, which are similar, approximate or based on the present application, should be considered as the protection scope of the present patent.

Claims (2)

1. A method for quickly validating screen and machine display interfaces, comprising:
a unified mirror image synthesis step, wherein the normal display of a machine is debugged before starting, and then display parameters are acquired to generate a unified mirror image, wherein the unified mirror image comprises a file list to be packed, a loader file for starting a system, a partition information file and a resource image, and the resource image contains equipment tree information of a starting picture and a kernel;
an SD card firmware creating step, wherein an SD starting mark is written in the SD card in advance, and the unified mirror image is burnt into the SD card;
starting a verification step, wherein whether an SD card is inserted or not is detected after the machine is powered on;
when detecting that the SD card is inserted, firstly searching whether an SD starting mark exists; when the SD card insertion is not detected or the SD starting mark is not detected, directly running the emmc program of the machine, and normally starting the machine;
when the SD boot flag is retrieved, the unified image is read to boot the machine.
2. The method for rapid verification of a screen and machine display interface of claim 1, wherein: the unified image may be customized according to display interface types, where adaptable interface types include LVDS, MIPI and EDP.
CN201910847086.4A 2019-09-09 2019-09-09 Method for quickly verifying screen and machine display interface Active CN110618908B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910847086.4A CN110618908B (en) 2019-09-09 2019-09-09 Method for quickly verifying screen and machine display interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910847086.4A CN110618908B (en) 2019-09-09 2019-09-09 Method for quickly verifying screen and machine display interface

Publications (2)

Publication Number Publication Date
CN110618908A CN110618908A (en) 2019-12-27
CN110618908B true CN110618908B (en) 2023-03-03

Family

ID=68923068

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910847086.4A Active CN110618908B (en) 2019-09-09 2019-09-09 Method for quickly verifying screen and machine display interface

Country Status (1)

Country Link
CN (1) CN110618908B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111221489B (en) * 2019-12-31 2022-08-30 瑞芯微电子股份有限公司 Method, device, equipment and medium compatible with various models of display screens
CN113032130A (en) * 2021-05-24 2021-06-25 荣耀终端有限公司 System exception handling method and device

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004070097A (en) * 2002-08-08 2004-03-04 Mk Seiko Co Ltd Display device
JP2009042972A (en) * 2007-08-08 2009-02-26 Cellstar Kogyo Kk Receiving apparatus of road traffic information
CN102929673A (en) * 2012-10-31 2013-02-13 西安诺瓦电子科技有限公司 Method for installing mirror image document of operating system of light-emitting diode (LED) display screen control device
CN104794032A (en) * 2015-04-23 2015-07-22 福州大学 Method for automatically testing hardware module of intelligent displayer
CN105068902A (en) * 2015-07-31 2015-11-18 国家电网公司 Method for detecting computer hardware of Unix-like operating system
CN105975227A (en) * 2016-04-27 2016-09-28 深圳市索力科技有限公司 Method and system for driving display screen, and display device
CN106155618A (en) * 2016-08-15 2016-11-23 广东欧珀移动通信有限公司 The method and system of mobile terminal display screen hot plug
CN109582378A (en) * 2018-12-04 2019-04-05 郑州云海信息技术有限公司 A kind of starting up's method, apparatus, equipment and storage medium

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004070097A (en) * 2002-08-08 2004-03-04 Mk Seiko Co Ltd Display device
JP2009042972A (en) * 2007-08-08 2009-02-26 Cellstar Kogyo Kk Receiving apparatus of road traffic information
CN102929673A (en) * 2012-10-31 2013-02-13 西安诺瓦电子科技有限公司 Method for installing mirror image document of operating system of light-emitting diode (LED) display screen control device
CN104794032A (en) * 2015-04-23 2015-07-22 福州大学 Method for automatically testing hardware module of intelligent displayer
CN105068902A (en) * 2015-07-31 2015-11-18 国家电网公司 Method for detecting computer hardware of Unix-like operating system
CN105975227A (en) * 2016-04-27 2016-09-28 深圳市索力科技有限公司 Method and system for driving display screen, and display device
CN106155618A (en) * 2016-08-15 2016-11-23 广东欧珀移动通信有限公司 The method and system of mobile terminal display screen hot plug
CN109582378A (en) * 2018-12-04 2019-04-05 郑州云海信息技术有限公司 A kind of starting up's method, apparatus, equipment and storage medium

Also Published As

Publication number Publication date
CN110618908A (en) 2019-12-27

Similar Documents

Publication Publication Date Title
US11010227B2 (en) Exception stack information acquisition method and device and computer-readable storage medium
CN102971688B (en) Cross-platform program frame
CN106775723B (en) Android platform-based system firmware customization method and Android device
CN107704282B (en) Loading method and device applied to embedded system
US8467987B1 (en) Methods and systems for testing mobile device builds
CN107870769B (en) Installation method and device of operating system
CN103593281B (en) Test macro and method of testing
CN110618908B (en) Method for quickly verifying screen and machine display interface
US20090300588A1 (en) Method and apparatus for acquiring definitions of debug code of basic input/output system
JPH10260927A (en) Interface method and interface device for peripheral equipment
CN112579181B (en) Multi-GPU (graphics processing Unit) drive compatibility method in operating system
US20100049961A1 (en) Update method for basic input/output system and update system thereof
TW548574B (en) Display interface with dual basic input/output system and the computer having the same
CN104679540A (en) Computer system and computer system starting method
CN102609290B (en) The method for upgrading software of electronic product
CN105760191A (en) Embedded system equipment programming mass production method
CN111638916B (en) General android mobile terminal driving system and method for data forensics
CN112860325B (en) Automatic and rapid hardware drive preassembling method and system in diskless environment
WO2009094021A1 (en) Bios graphical setup engine
CN106155713B (en) Startup information management method and device
US20090198747A1 (en) Memory Card Reader Device for Recovering Memory Card
CN108845924B (en) Control response area display control method, electronic device, and storage medium
JP4870626B2 (en) Information processing device
CN114257624B (en) Configuration method, device and equipment of Internet of things equipment and storage medium
CN114741035A (en) Method for reading EDID data of Linux system adaptive loongson complete machine

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant