WO2015058478A1 - Système d'interface utilisateur (ui) de démarrage rapide et procédé de démarrage rapide pour un appareil électrique - Google Patents

Système d'interface utilisateur (ui) de démarrage rapide et procédé de démarrage rapide pour un appareil électrique Download PDF

Info

Publication number
WO2015058478A1
WO2015058478A1 PCT/CN2014/072135 CN2014072135W WO2015058478A1 WO 2015058478 A1 WO2015058478 A1 WO 2015058478A1 CN 2014072135 W CN2014072135 W CN 2014072135W WO 2015058478 A1 WO2015058478 A1 WO 2015058478A1
Authority
WO
WIPO (PCT)
Prior art keywords
mode
quick start
operating system
mcu
startup
Prior art date
Application number
PCT/CN2014/072135
Other languages
English (en)
Chinese (zh)
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 深圳中微电科技有限公司
Publication of WO2015058478A1 publication Critical patent/WO2015058478A1/fr

Links

Images

Classifications

    • 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

Definitions

  • the invention belongs to the starting technology of an electric appliance, and particularly relates to a quick start UI system and a quick starting method of the electric appliance.
  • Android is an open source mobile operating system based on the Linux platform announced by Google on November 5, 2007.
  • the platform consists of the Linux operating system kernel, dalvik virtual machine, supporting library, application framework and application programs. Due to its good openness and powerful functions, the current Android operating system is widely used in battery-powered embedded devices such as mobile phones, and electrical devices and products that use AC power in digital TVs and other appliances are also used.
  • the technical problem to be solved by the present invention is to provide a quick start UI system and a quick start method for an electric appliance, aiming at solving the problem that the electric appliance requires a long waiting time during cold start.
  • the present invention is implemented in such a manner that a quick start UI system of an electric appliance has an OS operating system, and the OS operating system has a quick start mode and a normal start mode, and when the quick start mode is completed, on the electric appliance A preset basic function operation can be performed and an input/output interface of the electric appliance can be normally used;
  • the quick start UI system includes a driver, a drive control unit, an MCU, a display touch panel, a random access memory, and a flash memory;
  • the drive control The unit is respectively connected to the driver and the MCU, and controls the operation of the driver according to an instruction of the MCU;
  • the flash memory stores a data resource of the operating system; and the MCU and the display touch respectively
  • the control panel, the random access memory and the flash memory are connected, and the OS operating system is controlled to start in a quick start mode or a normal startup mode according to the instruction of the user input received by the display touch panel.
  • the MCU is a multi-thread processor or a multi-core processor, wherein one core or at least one thread is used to process the fast startup mode, and other cores or other threads are used to process the normal startup mode.
  • the drive control unit is a motor control unit, and the drive is a motor.
  • the quick start UI system further includes a frame buffer, and the frame buffer is connected to the MCU for writing display data of the quick start mode or the normal startup mode at the same time.
  • the application interface used by the quick start mode is a professional graphics processing library program interface or a cross-platform computer vision library.
  • the invention also provides a method for starting a quick start UI system of an electric appliance, the electric appliance having an OS operating system, the OS operating system having a quick start mode and a normal start mode, when the quick start mode is completed, on the electric appliance
  • a preset basic function operation can be performed and the input/output interface of the appliance can be used normally;
  • the startup method includes the following steps:
  • Step 1 When the appliance is started, the OS operating system starts.
  • the Linux kernel of the MCU is booted to the final stage, the system initialization process is started, and at the same time, the OS operating system branches a thread to start the quick start mode.
  • Step 2 While the quick start mode is started, the normal startup mode is simultaneously started in the background of the OS operating system.
  • the normal startup completion signal is sent to the quick start mode, and when the mode switching instruction is received, the quick start mode is switched to the normal startup mode.
  • fast start mode and the normal startup mode share a frame buffer device driver at startup, and the fast startup mode and the normal startup mode can be used in the frame buffer device driver when receiving a system idle instruction. Write data separately.
  • the present invention has the beneficial effects that: when the OS operating system is initialized, entering the quick start mode at the same time can quickly turn on the electric appliance, and the quick start mode has the basic operation function of the electric appliance, and is started in the OS operating system. After the completion, you can switch to the normal startup mode, you can operate all the functions of the appliance, saving the boot time and bringing convenience to the user's life.
  • FIG. 1 is a structural block diagram of a quick start UI system of an electric appliance of the present invention
  • FIG. 2 is a display touch panel diagram of a quick start UI system
  • FIG. 3 is a flow chart of a quick start method of an electric appliance
  • FIG. 4 is a flow chart of a program for writing a frame buffer device when the quick start mode is started
  • FIG. 5 is a flow chart of read/write of the drive control program when the OS operating system is started.
  • the quick start UI system of the electric appliance of the invention has two start modes, a quick start mode and a normal start mode, and the user can quickly enter the basic function operation of the electric appliance during the booting by the quick start mode, and can also enjoy the OS operating system. New features. After the normal startup mode is started in the background, the interface in the quick start mode can be switched to the interface in the normal startup mode in the display touch panel, and all the functions of the electrical appliance can be operated at this time.
  • a quick start UI system of an electric appliance the electric appliance has an OS operating system, and the OS operating system has a quick start mode and a normal start mode, and when the quick start mode is completed, the electric appliance can be The preset basic function operation is performed and the input/output interface of the appliance can be used normally, and some new functions provided by the OS operating system can also be experienced;
  • the quick start UI system includes the driver 13, the drive control unit 12, and the MCU 11 Displaying the touch panel 14, the random access memory 15 and the flash memory 16;
  • the drive control unit 12 is respectively connected to the driver 13 and the MCU 11, and controls the operation of the driver 13 according to the instruction of the MCU 11;
  • the flash memory 16 stores the data resources of the OS operating system 17, and the OS operating system 17 runs on the MCU 11;
  • the MCU 11 is connected to the display touch panel 14, the random access memory 15, and the flash memory 16, respectively.
  • the startup of the quick start mode and the normal startup mode is controlled according to an instruction of the user input received by the display touch panel 14.
  • the normal startup mode is a common startup mode of an electrical device, and can operate all functions of the electrical device; the basic function of the electrical appliance can be operated in the quick start mode and a new functional experience of the OS operating system, the quick start mode
  • the startup speed is much faster than the normal startup mode.
  • the quick start mode and the normal startup mode are both run under the same OS operating system and the same processor.
  • the OS operating system 17 starts to start, the quick start mode interface has been displayed, and the ordinary The startup mode continues to run in the background, and the human-machine interface can be operated in the quick start mode, and the input/output device can also be used in the quick start mode.
  • the OS operating system 17 may be an Android operating system, a MeeGo operating system, or the like.
  • the driver 13 is a motor
  • corresponding to the drive control unit 12 is a motor control unit.
  • the MCU 11 is a multi-threaded processor or a multi-core processor in which one core or at least one thread is used to handle the work of the fast start mode, and other cores or other threads are used to handle the work of the normal boot mode.
  • the fast-start mode is not smooth during startup, because all boot processes are multiplexed by the MCU 11 at the same time.
  • the OS operating system 17 in a single core system can hinder data transfer in the fast start mode upon startup.
  • the quick start UI system further includes a frame buffer, and the frame buffer is connected to the MCU for respectively and simultaneously writing display data of the fast start mode or the normal startup mode.
  • the fast start mode and the normal boot mode must receive a shared target or total system performance when writing display data to the frame buffer. Once a startup mode is being written, another startup mode needs to wait for the original program. It can be written when the control is completed.
  • the quick start UI system also includes an input/output interface that can be activated in the fast start mode.
  • the input/output interface is used to drive programs and share the same MCU and share the same operating system.
  • the quick start mode and the normal startup mode share the input/output interface.
  • the application interface used in the quick start mode can be a professional graphics processing library program interface (OpenGL, Open Graphics Library), cross-platform computer vision library (OpenCV, Open Source Computer Vision Library) or other graphics database.
  • OpenGL Open Graphics Library
  • OpenCV Open Source Computer Vision Library
  • the present invention further provides a method for starting a quick start UI system of an electric appliance, the electric appliance having an OS operating system, the OS operating system having a quick start mode and a normal start mode, in the fast
  • the startup method includes the following steps:
  • Step 1 When the appliance is started, the OS operating system starts.
  • the Linux kernel of the MCU is booted to the final stage, the system initialization (init) process is started, and at the same time, the OS operating system branches a thread to start the quick start mode, thereby The response startup time of the fast startup mode is guaranteed to be unaffected by the background program operation.
  • Step 2 While the quick start mode is started, the normal startup mode is simultaneously started in the background of the OS operating system.
  • the frame buffer acquires frame buffer synchronization state data and drives and controls each display data in the quick start system.
  • the input/output interface and the electrical equipment can perform basic operational control and operation when the quick start mode startup is completed.
  • the input/output interface is an interface between the MCU and the driving device, and the functions of the input/output interface include setting a motor frequency, detecting a motor frequency, detecting a state of the display touch panel, and inputting a button, driving a PWM signal, and controlling A/D, D/A, SPI, I2C signals, etc.
  • the normal startup mode When the normal startup mode is completed, an instruction is sent to the quick start mode, and the quick start mode can be switched to the normal startup mode.
  • the display touch interface is as shown in FIG. 2.
  • the normal startup mode 22 is completed in the background, the advanced mode 25 is illuminated, and the advanced mode 25 can be switched from the quick start mode 21 to the normal startup mode 22.
  • the fast start mode and the normal boot mode share a frame buffer device driver at startup, and the fast start mode and the normal boot mode can be separately written into a frame buffer device driver when a system idle instruction is received. data.
  • the quick start mode and the normal boot mode share an input/output device driver that is allowed to be input from an input/output device driver upon receiving a shared target or system total command Write or read data.
  • the front page of the display interface in the quick start mode can be used to operate the motor and the pre-stored program by touching the corresponding function keys.
  • the user can also select more functions through the quick start mechanical menu 23 or the normal start mode sub menu 24.
  • the startup time of the quick startup mode is much shorter than the startup time of the normal startup mode.
  • the basic functions of the appliance can be operated without waiting for the startup of the normal startup mode. , saving waiting time and improving user satisfaction.
  • the button of the advanced mode 25 is illuminated to remind the system that the startup is completed, and the user can freely select the system mode in which the appliance works.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention peut être appliquée à des technologies de démarrage d'appareil électrique et concerne un système d'interface utilisateur (UI) de démarrage rapide pour un appareil électrique. L'appareil électrique possède un système d'exploitation (OS) ayant un mode de démarrage rapide et un mode de démarrage normal ; le système d'UI de démarrage rapide comporte un circuit de pilotage, une unité de commande de pilotage, une micro-unité de commande (MCU), un panneau tactile d'affichage, une mémoire vive et une mémoire flash ; l'unité de commande de pilotage est connectée au circuit de pilotage et à la MCU respectivement et amène le circuit de pilotage à fonctionner selon une instruction provenant de la MCU ; la MCU est connectée au panneau tactile d'affichage, à la mémoire vive et à la mémoire flash respectivement et commande le mode de démarrage rapide et le mode de démarrage normal pour démarrer selon une instruction d'entrée d'utilisateur reçue par le panneau tactile d'affichage. Le système d'UI de démarrage rapide peut raccourcir le temps de démarrage à froid.
PCT/CN2014/072135 2013-10-24 2014-02-17 Système d'interface utilisateur (ui) de démarrage rapide et procédé de démarrage rapide pour un appareil électrique WO2015058478A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310505467.7 2013-10-24
CN201310505467.7A CN103514024B (zh) 2013-10-24 2013-10-24 一种电器的快速启动ui系统及快速启动方法

Publications (1)

Publication Number Publication Date
WO2015058478A1 true WO2015058478A1 (fr) 2015-04-30

Family

ID=49896799

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/072135 WO2015058478A1 (fr) 2013-10-24 2014-02-17 Système d'interface utilisateur (ui) de démarrage rapide et procédé de démarrage rapide pour un appareil électrique

Country Status (2)

Country Link
CN (1) CN103514024B (fr)
WO (1) WO2015058478A1 (fr)

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514024B (zh) * 2013-10-24 2016-07-27 深圳中微电科技有限公司 一种电器的快速启动ui系统及快速启动方法
CN104714824B (zh) * 2015-01-09 2017-12-22 青岛海信电器股份有限公司 一种应用程序启动方法
CN104965746B (zh) * 2015-07-23 2019-07-12 小米科技有限责任公司 快速启动的方法及装置
CN113595745A (zh) 2016-10-13 2021-11-02 华为技术有限公司 供电设备、以太网供电方法与装置
CN106782266B (zh) * 2016-12-31 2020-10-27 歌尔科技有限公司 一种显示屏驱动控制方法、装置和显示屏驱动控制电路
CN110619874B (zh) * 2019-08-30 2020-10-23 珠海格力电器股份有限公司 语音控制方法、装置、计算机设备和存储介质

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030233534A1 (en) * 2002-06-12 2003-12-18 Adrian Bernhard Enhanced computer start-up methods
CN101000549A (zh) * 2006-01-11 2007-07-18 英特维数位科技股份有限公司 加速开机程序的电子装置及其方法
CN102214105A (zh) * 2010-04-08 2011-10-12 纬创资通股份有限公司 平行化快速启动方法及具有多处理单元的电子装置
CN103514024A (zh) * 2013-10-24 2014-01-15 深圳中微电科技有限公司 一种电器的快速启动ui系统及快速启动方法

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013097529A (ja) * 2011-10-31 2013-05-20 Sony Corp 情報処理装置、情報処理装置の起動モード切替え方法、プログラム、及び記録媒体
CN103067574A (zh) * 2012-12-18 2013-04-24 广东欧珀移动通信有限公司 一种移动终端摄像头的启动方法

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030233534A1 (en) * 2002-06-12 2003-12-18 Adrian Bernhard Enhanced computer start-up methods
CN101000549A (zh) * 2006-01-11 2007-07-18 英特维数位科技股份有限公司 加速开机程序的电子装置及其方法
CN102214105A (zh) * 2010-04-08 2011-10-12 纬创资通股份有限公司 平行化快速启动方法及具有多处理单元的电子装置
CN103514024A (zh) * 2013-10-24 2014-01-15 深圳中微电科技有限公司 一种电器的快速启动ui系统及快速启动方法

Also Published As

Publication number Publication date
CN103514024B (zh) 2016-07-27
CN103514024A (zh) 2014-01-15

Similar Documents

Publication Publication Date Title
WO2015058478A1 (fr) Système d'interface utilisateur (ui) de démarrage rapide et procédé de démarrage rapide pour un appareil électrique
US10635470B2 (en) Hibernation via paravirtualization
CN106233249B (zh) 用于管理睡眠模式的处理器的图形缓冲区的装备和方法
KR101627303B1 (ko) 디바이스를 디스에이블시키는 방법 및 장치
JP5557857B2 (ja) 異種計算機システムにおけるプロセッサブリッジ
US9336028B2 (en) Virtual graphics device driver
EP2169514B1 (fr) Procédés et systèmes pour réaliser une tâche informatique dans un état de consommation d'énergie réduite
JP2011100431A (ja) 仮想マシン制御装置及び仮想マシン制御方法
WO2011066715A1 (fr) Procédé et dispositif de traitement de tâches d'appareil portable et appareil associé
US20150033225A1 (en) Operating system switching method and apparatus
WO2019028854A1 (fr) Procédé et dispositif de gestion d'états d'une machine virtuelle, et terminal intelligent
US8954800B1 (en) Recovery button for automatically entering recovery mode
JP2008186175A (ja) オペレーティングシステムの起動制御方法及び情報処理装置
CN105339898B (zh) 操作系统切换方法及装置
US20170308154A1 (en) Fast system setting changes
CN105721665B (zh) 一种移动终端来电接听方法及装置
JP2000039983A (ja) コンピュータシステムおよび表示装置切り替え制御方法
CN115963915A (zh) 一种交互平板的启动方法、装置、交互平板及存储介质
TW201430546A (zh) 具多人機介面的電子裝置及其多人機介面運作方法
TW201719330A (zh) 快捷外設互聯標準連接介面、電子裝置及其周邊裝置關機方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14855345

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14855345

Country of ref document: EP

Kind code of ref document: A1