JP2009258986A - Content-reproducing device and electronic equipment - Google Patents

Content-reproducing device and electronic equipment Download PDF

Info

Publication number
JP2009258986A
JP2009258986A JP2008107140A JP2008107140A JP2009258986A JP 2009258986 A JP2009258986 A JP 2009258986A JP 2008107140 A JP2008107140 A JP 2008107140A JP 2008107140 A JP2008107140 A JP 2008107140A JP 2009258986 A JP2009258986 A JP 2009258986A
Authority
JP
Japan
Prior art keywords
processor
operating system
computer program
starting
device unit
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
Application number
JP2008107140A
Other languages
Japanese (ja)
Other versions
JP5175603B2 (en
Inventor
Tetsuya Hirano
哲也 平野
Yasuhiro Yamakoshi
康広 山越
Shinichi Imamura
慎一 今村
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.)
Renesas Technology Corp
Denso Ten Ltd
Original Assignee
Renesas Technology Corp
Denso Ten 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 Renesas Technology Corp, Denso Ten Ltd filed Critical Renesas Technology Corp
Priority to JP2008107140A priority Critical patent/JP5175603B2/en
Publication of JP2009258986A publication Critical patent/JP2009258986A/en
Application granted granted Critical
Publication of JP5175603B2 publication Critical patent/JP5175603B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Stored Programmes (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a technology which can improve adaptability to various kinds of information processing without lowering responsiveness at the time of start-up. <P>SOLUTION: A content-reproducing device 4, which is mounted in a vehicle 2, includes: a device part 6 (7) which reads the data of a recording medium, to which content is recorded, and processes the data; and a processor part 5 which executes a computer program to control the operation of the device part 6 (7) and process the data which the device part 6 (7) reads. The processor part 5 includes: a first processor 5A which operates a first operating system which can execute a computer program for processing data read out by the device part 6 (7); and a second processor 5B which operates a second operating system which can execute a computer program which starts up the device part 6 (7), the second processor 5B starting up the second operating system in a time period shorter than a time period that the first operating system requires to start up the first processor 5A. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、コンテンツ再生装置、及び電子機器に関する。   The present invention relates to a content reproduction apparatus and an electronic device.

映像や音声等のコンテンツを取り扱う映像音響機器は、コンテンツの再生機能や録画機能のみならず、通信機能や著作権管理機能等の多種多様な機能が求められている。例えば、青紫色半導体レーザーを使用する光ディスクの規格であるブルーレイディスク(Blu-ray Disc:登録商標)を再生するブルーレイディスクプレイヤーは、対話型のインタラクティブ機能等を実現するため、BD−J(Blu-ray Disc Java)等を搭載することが義務付
けられている。このようなソフトウェアを実行する環境を提供するものとして、ネットワーク等の各種コンポーネントが豊富に用意されているオープンソースのOSであるLinux(登録商標)等がある。なお、OSを実行する技術として、複数のOSを一台のコンピュータで実行する技術が提案されている(特許文献1や2を参照)。
特開平5−53833号公報 特開2004−46474号公報
Audiovisual equipment that handles content such as video and audio is required to have not only content playback and recording functions, but also various functions such as communication functions and copyright management functions. For example, a Blu-ray Disc player that plays a Blu-ray Disc (registered trademark), which is an optical disc standard that uses a blue-violet semiconductor laser, realizes an interactive interactive function and the like. ray Disc Java) is required. Examples of providing an environment for executing such software include Linux (registered trademark), which is an open source OS in which various components such as a network are prepared. As a technique for executing the OS, a technique for executing a plurality of OSs with a single computer has been proposed (see Patent Documents 1 and 2).
JP-A-5-53833 JP 2004-46474 A

組み込みOS(Embedded Operating System)で動作する電子機器は、内蔵されている
マイクロコンピュータが情報を一定時間内に処理し、動作することが求められる。これを実現するためのリアルタイムOSとして、例えば、ITRON(Industrial TRON)の仕
様に準拠したOS等が用いられている。
An electronic device that operates with an embedded OS (Embedded Operating System) is required to operate with a built-in microcomputer processing information within a predetermined time. As a real-time OS for realizing this, for example, an OS conforming to the specification of ITRON (Industrial TRON) is used.

ここで、Linux等のオープンソースのOSを組み込みOSとして用いる場合、既に用意されている豊富なコンポーネントの活用による開発工数の大幅な削減等が期待できる半面、演算量の増加により起動開始から起動完了までの所要時間の増大等が懸念される。このような懸念は、車両に搭載される電子機器においても同様に発生し得る。他方、リアルタイムOSを映像音響機器の組み込みOSとして用いる場合、このような懸念はないものの、多種多様な機能を実現するためのコンポーネントを全て開発、改良等する必要があり、急速に発展する情報処理技術に追従することが困難である。家庭用電子機器であれば、電源がオフされてもメモリ等に電流を流し続けることでデータを保持し、電源がオンされた際の起動時間を短縮することが可能であるが、車両に搭載される電子機器の場合、車載バッテリの容量が有限であるため、待機時に電力を消費することは好ましくない。しかし、車両に搭載される電子機器の場合、コンビニエンスストアや銀行等に立ち寄ることにより車の電源がオンオフされ、家庭用電子機器よりも起動停止が頻繁に行われるため、その度に莫大な起動処理の待ち時間が発生することは煩わしい。   Here, when an open source OS such as Linux is used as an embedded OS, it is possible to expect a significant reduction in development man-hours by utilizing the abundant components already prepared. There are concerns about the increase in required time. Such a concern can also occur in an electronic device mounted on a vehicle. On the other hand, when a real-time OS is used as an embedded OS for audiovisual equipment, there is no such concern, but it is necessary to develop and improve all components for realizing a wide variety of functions. It is difficult to follow the technology. If it is a home electronic device, even if the power is turned off, the current can be kept flowing through the memory etc. so that the data can be retained and the startup time when the power is turned on can be shortened. In the case of an electronic device to be used, it is not preferable to consume power during standby because the capacity of the in-vehicle battery is finite. However, in the case of electronic equipment mounted on a vehicle, the power supply of the car is turned on and off by stopping at a convenience store, bank, etc., and startup and stop are performed more frequently than home electronic equipment, so enormous startup processing each time It is troublesome to generate the waiting time.

本発明は、上記課題に鑑みなされたものであり、起動時の応答性を低下させることなく様々な情報処理への適応性を高めることが可能な技術を提供することを課題とする。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a technique capable of enhancing adaptability to various information processing without reducing response at the time of activation.

本発明は、上記課題を解決するため、少なくとも2つのプロセッサを設け、うち一つのプロセッサについては起動時間の早いオペレーティングシステムで動作するようにハードウェアを構成することにした。   In order to solve the above-described problems, the present invention provides at least two processors, and one of the processors is configured to operate with an operating system having a fast startup time.

詳細には、車両に搭載されるコンテンツ再生装置であって、コンテンツが記録された記録媒体のデータを読み取って処理するデバイス部と、コンピュータプログラムを実行する
ことで前記デバイス部の動作の制御と該デバイス部が読み取るデータの処理とを実行するプロセッサ部と、を備え、前記プロセッサ部は、前記デバイス部が読み取ったデータを処理するコンピュータプログラムを実行可能な第一のオペレーティングシステムが動作する第一のプロセッサと、前記デバイス部を起動するコンピュータプログラムを実行可能な第二のオペレーティングシステムが動作する第二のプロセッサであって、前記第一のプロセッサが前記第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動する第二のプロセッサと、を有する。
Specifically, it is a content playback apparatus mounted on a vehicle, and includes a device unit that reads and processes data of a recording medium on which content is recorded, and controls the operation of the device unit by executing a computer program. A processor unit that executes processing of data read by the device unit, and the processor unit operates a first operating system capable of executing a computer program that processes data read by the device unit. A second processor in which a processor and a second operating system capable of executing a computer program for starting up the device unit operate, the time required for the first processor to start up the first operating system. The second operating system in a short time It has a second processor for moving, the.

車両に搭載される電子機器は、家庭等で用いられる電子機器よりも頻繁な起動停止がなされるため、起動時の即応性が求められる。ここで、記録媒体に記録されたデータを基にコンテンツを再生する場合、処理するデータの内容や処理方法の内容如何で処理に要する時間が変化する。このような処理時間の変化は、記録媒体に記録されるコンテンツデータの量やデータ処理を行うプログラムの規模等に起因するものであり、コンテンツの内容やバージョンアップされるコンピュータプログラムの内容如何で変動するものであるため、このような処理を司るプロセッサに時間的な予測可能性を求めることは難しい。しかしながら、このような処理を司るプロセッサは、時間的な予測可能性を供することは困難である反面、タスクの処理時間の拘束が無いため、様々な処理に柔軟に対応することが可能である。換言すると、情報処理の適応性を高めることが可能である。上記第一のプロセッサは、このような要求を実現するために設けられており、記録媒体によって内容が異なる様々なコンテンツのデータの処理を司る。第一のプロセッサは、このようなコンテンツのデータを処理する様々なコンピュータプログラムを実行可能な第一のオペレーティングシステムが動作するプロセッサである。なお、本発明でいうコンテンツとは、ユーザへ享受可能なあらゆる情報を示すものであり、例えば、映像や音声、ゲーム等である。また、上記デバイス部は、コンテンツが記録された記録媒体のデータを読み取って処理する単一のデバイス、または複数のデバイスを示すものであり、光ディスクを読み取る光ディスクドライブや通信インターフェース、コーデック等あらゆるデバイスを例示できる。なお、上記コンテンツ再生装置におけるデバイス部は、コンテンツが記録された記録媒体のデータを読み取って処理するものに限定しているが、本願でいうデバイス部とは、このような機能を実現するものに限定されるものでなく、プロセッサを含む電子機器において、プロセッサ以外の構成要素を示すものとしてデバイス部という文言を用いている。すなわち、本願でいうデバイス部とは、電子機器の構成要素のうちプロセッサ以外のものをいう。なお、本願においてプロセッサとは、コンピュータプログラムを実行可能なあらゆる電子回路を含む。   Since electronic devices mounted on vehicles are more frequently started and stopped than electronic devices used at home and the like, quick response at the time of starting is required. Here, when content is reproduced based on data recorded on a recording medium, the time required for processing varies depending on the content of data to be processed and the content of the processing method. Such a change in processing time is caused by the amount of content data recorded on the recording medium, the scale of the program for data processing, and the like, and varies depending on the content of the content and the content of the computer program to be upgraded. Therefore, it is difficult to obtain a temporal predictability from a processor that manages such processing. However, while it is difficult for a processor that performs such processing to provide temporal predictability, since there is no restriction on task processing time, it is possible to flexibly handle various processing. In other words, it is possible to improve the adaptability of information processing. The first processor is provided to realize such a request, and manages the processing of data of various contents whose contents differ depending on the recording medium. The first processor is a processor on which a first operating system capable of executing various computer programs for processing such content data operates. In addition, the content as used in the field of this invention shows all the information which can be enjoyed by a user, for example, a video, an audio | voice, a game, etc. The device section indicates a single device or a plurality of devices that read and process data on a recording medium on which content is recorded, and includes any device such as an optical disk drive, a communication interface, and a codec that reads an optical disk. It can be illustrated. Note that the device unit in the content playback apparatus is limited to a device that reads and processes data on a recording medium on which content is recorded, but the device unit in the present application is a device that realizes such a function. Without being limited thereto, in an electronic device including a processor, the term “device unit” is used to indicate a component other than the processor. That is, the device unit referred to in the present application refers to components other than the processor among the components of the electronic device. In the present application, the processor includes any electronic circuit that can execute a computer program.

ところで、車両に搭載される電子機器は、起動停止が頻繁になされるために即応性が求められるところ、上記第一のプロセッサに起動時の即応性を要求することは情報処理の適応性を阻害する。すなわち、様々な情報処理に対応可能な第一のオペレーティングシステムは一般的にシステムが複雑な故、オペレーティングシステムを起動するのに多大な時間を要する。システムに起動時の即応性を要求する場合、このようなオペレーティングシステムの使用は好ましくないが、短時間で起動可能な簡素なオペレーティングシステムが多様な情報処理に対応することは難しい。そこで、上記コンテンツ再生装置は、このような要求を満たすため、第一のオペレーティングシステムよりも短い時間で起動できる第二のオペレーティングシステムが動作する第二のプロセッサを備える。このプロセッサは、デバイス部を短時間で起動するためのものであり、このような機能は、例えば、リアルタイムオペレーティングシステムの下で動作する第二のプロセッサでデバイス部の起動処理に係るコンピュータプログラムを実行することにより実現させることが可能である。これにより、いわゆる組み込みオペレーティングシステムの下で動作する電子機器のデバイスの制御に係る処理のうち、起動に係る処理に要する時間を短くすることが可能となり、起動時の応答性を低下させることなく様々な情報処理への適応性を高めることが可能となる。   By the way, electronic devices mounted on vehicles require quick response because they are frequently started and stopped. Requesting the first processor for quick response inhibits the adaptability of information processing. To do. That is, since the first operating system that can handle various information processing is generally complicated, it takes a long time to start the operating system. When the system is required to be responsive at the time of startup, use of such an operating system is not preferable, but it is difficult for a simple operating system that can be started up in a short time to cope with various information processing. Therefore, in order to satisfy such a requirement, the content reproduction apparatus includes a second processor on which a second operating system that can be activated in a shorter time than the first operating system operates. This processor is for starting up the device unit in a short time, and such a function executes, for example, a computer program related to the start-up process of the device unit by a second processor operating under a real-time operating system. This can be realized. This makes it possible to shorten the time required for the start-up process among the processes related to the control of the device of the electronic device that operates under the so-called embedded operating system. It becomes possible to improve adaptability to various information processing.

また、前記第二のプロセッサは、前記第一のオペレーティングシステムよりも前記第二のオペレーティングシステムの方が起動に要する処理量が少ないことにより、前記第一のプロセッサが該第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動するようにしてもよい。第一のオペレーティングシステムよりも第二のオペレーティングシステムの方が起動に要する処理量が少ないことにより、第二のプロセッサが第一のプロセッサよりも短時間でオペレーティングシステムを起動することが可能になる。   In addition, since the second processor requires less processing amount to start up than the first operating system, the first processor starts up the first operating system. The second operating system may be started up in a time shorter than the time required for. Since the second operating system requires less processing to start than the first operating system, the second processor can start the operating system in a shorter time than the first processor.

また、前記第一のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第一のオペレーティングシステムを起動したのち、前記デバイス部が読み取ったデータを処理するコンピュータプログラムを実行し、前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記デバイス部を起動するコンピュータプログラムを実行するようにしてもよい。これにより、デバイス部を制御するコンピュータプログラムが優先して実行されるため、デバイス部が読み取ったデータを処理するコンピュータプログラムが起動までに多大な時間を要するものであってもデバイス部を速やかに動作させることが可能となる。   The first processor starts the first operating system when the content playback apparatus is turned on, and then executes a computer program for processing data read by the device unit. The processor may execute a computer program for starting the device unit after starting the second operating system when the power of the content reproduction apparatus is turned on. As a result, the computer program that controls the device unit is executed preferentially, so that even if the computer program that processes the data read by the device unit takes a long time to start, the device unit operates quickly. It becomes possible to make it.

また、前記第二のプロセッサは、前記第一のプロセッサが前記第一のオペレーティングシステムの起動を完了するよりも前に、前記第二のオペレーティングシステムを起動して前記デバイス部を起動するコンピュータプログラムを実行するようにしてもよい。これにより、デバイス部が読み取ったデータを処理するコンピュータプログラムが実行された際に記録媒体のデータの処理を速やかに開始することが可能になる。   In addition, the second processor may execute a computer program for starting the device unit by starting the second operating system before the first processor completes starting the first operating system. You may make it perform. This makes it possible to quickly start processing data on the recording medium when a computer program that processes data read by the device unit is executed.

ここで、前記デバイス部は、前記記録媒体のデータを読み取る読取装置を有し、前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記読取装置を起動するコンピュータプログラムを実行するようにしてもよい。   Here, the device unit includes a reading device that reads data of the recording medium, and the second processor starts up the second operating system when the content playback device is turned on, and then You may make it run the computer program which starts a reader.

記録媒体のデータを読み取る読取装置は、データを読み取るための駆動機構類を要するため、係る駆動機構類の起動は速やかに行われる必要がある。データの処理の開始が遅延するからである。そこで、このようなコンテンツ再生装置としての起動速度に大きく影響を与える読取装置の起動処理を前記第二のプロセッサが実行することにより、いわゆる組み込みオペレーティングシステムの下で動作するコンテンツ再生装置の起動に要する時間を短くすることが可能となる。   Since a reading device that reads data on a recording medium requires drive mechanisms for reading data, the drive mechanisms need to be activated quickly. This is because the start of data processing is delayed. Therefore, when the second processor executes the reading device startup process that greatly affects the startup speed of the content playback device, it is necessary to start up the content playback device that operates under a so-called embedded operating system. The time can be shortened.

また、前記デバイス部は、前記第一のプロセッサが処理したデータに基づいて前記コンテンツを再生する映像音響機器と通信する通信インターフェースを有し、前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記通信インターフェースを起動するコンピュータプログラムを実行するようにしてもよい。   In addition, the device unit includes a communication interface that communicates with an audiovisual apparatus that reproduces the content based on data processed by the first processor, and the second processor includes a power source of the content reproduction apparatus. When turned on, after starting the second operating system, a computer program for starting the communication interface may be executed.

車両に搭載されるコンテンツ再生装置は、操作面の面積等に制約があるため、車室内に設置される他の電子機器と操作部を共有することが多い。そこで、このような周辺装置である映像音響機器と通信インターフェースを介して協働する場合に、これら映像音響機器と通信するための通信インターフェースを速やかに起動することにより、これら映像音響機器との間における通信に齟齬が生じることを防ぐことが可能となる。なお、映像音響機器とは、上記コンテンツ再生装置と協働することで該コンテンツ再生装置がデータを処理したコンテンツを共有資源として活用することが可能な機器であり、例えば、コンテンツ再生装置の通信インターフェースとの間で一定時間内に通信回線が確立されることを要求する電子機器である。   A content playback apparatus mounted on a vehicle often has an operation unit shared with other electronic devices installed in the passenger compartment because the area of the operation surface is limited. Therefore, when cooperating with such audiovisual equipment as a peripheral device via a communication interface, a communication interface for communicating with these audiovisual equipment is quickly activated, so It is possible to prevent wrinkles from occurring in communication. Note that the audiovisual device is a device that can use content processed by the content reproduction device as a shared resource by cooperating with the content reproduction device, for example, a communication interface of the content reproduction device. Is an electronic device that requires that a communication line be established within a certain time.

また、前記第二のオペレーティングシステムは、リアルタイムオペレーティングシステムであってもよい。ここで、リアルタイムオペレーティングシステムとは、電子機器を構成する構成要素であるデバイスを制御する演算処理装置用のオペレーティングシステムのうちタスクを一定の時間内に処理するものをいう。このようなオペレーティングシステムの下で第二のプロセッサがタスクを実行することにより、起動処理に要する処理時間の予測可能性を供することが可能となる。   The second operating system may be a real time operating system. Here, the real-time operating system refers to an operating system for an arithmetic processing unit that controls a device, which is a component constituting an electronic device, that processes a task within a certain time. When the second processor executes the task under such an operating system, it is possible to provide a predictability of the processing time required for the startup process.

また、本発明は、所定の処理を実行するデバイス部と、コンピュータプログラムを実行することで前記デバイス部が実行する処理を制御するプロセッサ部と、を備え、前記プロセッサ部は、前記デバイス部が実行する処理を制御するコンピュータプログラムを実行可能な第一のオペレーティングシステムが動作する第一のプロセッサと、前記デバイス部を起動するためのコンピュータプログラムを実行可能な第二のオペレーティングシステムが動作する第二のプロセッサであって、前記第一のプロセッサが前記第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動する第二のプロセッサと、を有する電子機器であってもよい。また、上記各コンテンツ再生装置の説明において記載の構成要素を適宜組み合わせても良い。   The present invention further includes a device unit that executes predetermined processing and a processor unit that controls processing executed by the device unit by executing a computer program, and the processor unit is executed by the device unit. A first processor that operates a first operating system capable of executing a computer program that controls processing, and a second operating system that operates a second operating system capable of executing a computer program for starting the device unit A second processor that activates the second operating system in a shorter time than the time required for the first processor to activate the first operating system. Good. Moreover, you may combine suitably the component described in description of each said content reproduction apparatus.

電子機器を構成する一または複数のデバイスの制御がプロセッサによって実行される場合に、様々な情報処理に柔軟に適応可能な第一のプロセッサと、起動時間の早いオペレーティングシステムで動作する第二のプロセッサとが協働してこれらデバイスの制御を司ることで、起動時の応答性を低下させることなく様々な情報処理への適応性を高めることが可能となる。   A first processor that can flexibly adapt to various types of information processing when a control of one or a plurality of devices constituting the electronic apparatus is executed by the processor, and a second processor that operates with an operating system with a fast startup time By coordinating and controlling these devices, it becomes possible to improve adaptability to various information processing without reducing the response at the time of activation.

起動時の応答性を低下させることなく様々な情報処理への適応性を高めることが可能となる。   It is possible to improve adaptability to various information processing without reducing the response at the time of activation.

以下、この発明を実施するための最良の形態を例示的に説明する。以下に示す実施形態は例示であり、本発明はこれらに限定されない。   Hereinafter, the best mode for carrying out the present invention will be described by way of example. Embodiment shown below is an illustration and this invention is not limited to these.

<システム構成>
図1は、本発明の一実施形態に係るコンテンツ再生装置を適用したBDプレイヤーシステム1(BD:Blu-ray Disc(登録商標))の概略構成を示す図である。図1に示すように、BDプレイヤーシステム1は、車両2に搭載されており、ホスト3とデッキ4で構成されている。ホスト3及びデッキ4は、車両2の電源と接続されており、ユーザ(乗員)が車両2のキースイッチ(アクセサリー電源スイッチ)をオンにすることにより電力が供給される。
<System configuration>
FIG. 1 is a diagram showing a schematic configuration of a BD player system 1 (BD: Blu-ray Disc (registered trademark)) to which a content playback apparatus according to an embodiment of the present invention is applied. As shown in FIG. 1, the BD player system 1 is mounted on a vehicle 2 and includes a host 3 and a deck 4. The host 3 and the deck 4 are connected to a power source of the vehicle 2, and power is supplied when a user (occupant) turns on a key switch (accessory power switch) of the vehicle 2.

ホスト3は、カーナビゲーション機能や映像音響機能をユーザに提供するメインユニットであり、図示しないディスプレイユニットやテレビアンテナ、スピーカ、GPSアンテナ(GPS:Global Positioning System)等に接続されている。また、ホスト3は、C
Dチェンジャ(CD:Compact Disc)や携帯式音楽プレイヤー等の周辺装置を接続可能なインターフェースを備えている。ホスト3は、ディスプレイユニットに各種操作画面を表示することでユーザ操作を受け付けることで、カーナビゲーション機能や映像音響機能の他、インターフェースに接続された各周辺装置の操作を受け付ける。
The host 3 is a main unit that provides the user with a car navigation function and an audiovisual function, and is connected to a display unit, a television antenna, a speaker, a GPS antenna (GPS: Global Positioning System), and the like (not shown). Also, the host 3 is C
It has an interface for connecting peripheral devices such as a D changer (CD: Compact Disc) and a portable music player. The host 3 accepts user operations by displaying various operation screens on the display unit, thereby accepting operations of peripheral devices connected to the interface in addition to the car navigation function and the audiovisual function.

デッキ4は、映像や音響等のコンテンツを記録した記録媒体である光ディスクを再生するBDプレイヤーであり、ホスト3のインターフェースと接続されている。図1に示すよ
うに、デッキ4は、2つのCPU5A,B(Central Processing Unit)、メモリ、ホス
ト3と接続するための通信インターフェース6、BDやCD、DVD等の光ディスクを読み取り可能な光ディスクドライブ7を備える。
The deck 4 is a BD player that plays back an optical disc that is a recording medium on which content such as video and sound is recorded, and is connected to the interface of the host 3. As shown in FIG. 1, the deck 4 includes two CPUs 5 </ b> A and B (Central Processing Unit), a memory, a communication interface 6 for connecting to the host 3, and an optical disk drive 7 that can read an optical disk such as a BD, CD, and DVD. Is provided.

CPU5A,Bは、メモリに記録されたコンピュータプログラムを実行することにより、光ディスクドライブ7や通信インターフェース6といったデッキ4を構成する各デバイスを制御すると共に、光ディスクに記録されたデータの処理等を司る電子回路である。CPU5は、ユーザが車両2のキースイッチをオンにすると、CPU5内やメモリ等に記録された基本ソフトウェアであるOS(Operating System)のプログラムを読み込み、各デバイスの制御やデータの処理を実行するためのアプリケーションプログラムを実行する環境を構築する。なお、2つのCPU5A,Bは、それぞれ異なるOSのプログラムを読み込むように構成されており、CPU5Aが汎用OSであるLinux(登録商標)を、CPU5BがITRONに準拠したOSを読み込む。Linuxは、オープンソースのOSであり、インターネット等において提供されている豊富なコンポーネントプログラムをコンパイルすることにより、様々な機能を実現することが可能である。例えば、BDの規格であるBlu−rayでは、対話型のコンテンツを実現するためBD−J(BD−Java)(Java:登録商標)の実装を義務付けており、Linuxは、このようなプログラムの実行を可能にする。一方、ITRONは、タスクを規定の時間内に処理可能な、処理時間の予測可能性を提供することを主眼とするOS(以下、単にITRONという)の規格であり、タスクが規定の処理時間を守ることを最優先にするようにスケジューリング規則が定義されている。ITRONはLinuxよりもオペレーティングシステムの構成が簡素であり、起動に要する処理量が少ないことが特徴である。換言すると、起動時間が短いOSといえる。CPU5Bは、このような規格に準拠したITRONで動作することにより、CPU5Aよりも短時間で起動することが可能である。   The CPUs 5A and 5B execute each computer program recorded in the memory, thereby controlling each device constituting the deck 4 such as the optical disk drive 7 and the communication interface 6, and controlling the data recorded on the optical disk. Circuit. When the user turns on the key switch of the vehicle 2, the CPU 5 reads an OS (Operating System) program, which is basic software recorded in the CPU 5 or a memory, and executes control of each device and data processing. An environment for executing the application program is constructed. The two CPUs 5A and 5B are configured to read different OS programs. The CPU 5A reads Linux (registered trademark), which is a general-purpose OS, and the CPU 5B reads an OS compliant with ITRON. Linux is an open source OS, and various functions can be realized by compiling abundant component programs provided on the Internet or the like. For example, Blu-ray, which is a BD standard, requires implementation of BD-J (BD-Java) (Java: registered trademark) to realize interactive content, and Linux executes such a program. Enable. On the other hand, ITRON is an OS (hereinafter simply referred to as ITRON) standard that aims to provide a predictability of processing time that can process a task within a specified time. Scheduling rules are defined so that protection is a top priority. Itron is characterized by a simpler operating system configuration and less processing required for startup than Linux. In other words, it can be said that the OS has a short startup time. The CPU 5B can be activated in a shorter time than the CPU 5A by operating in ITRON conforming to such a standard.

通信インターフェース6は、ホスト3のインターフェースと通信回線で接続し、ホスト3とデッキ4との間でデータを交換する装置である。通信インターフェース6は、CPU5A,Bによって通信データのパケットの流れや通信回線の同期等が制御される。なお、CPU5A,Bが通信インターフェースの制御を実行する際のコンポーネントプログラム等はメモリに予め格納されている。   The communication interface 6 is a device that is connected to the interface of the host 3 via a communication line and exchanges data between the host 3 and the deck 4. The communication interface 6 is controlled by the CPUs 5A and 5B for communication data packet flow, communication line synchronization, and the like. A component program or the like used when the CPUs 5A and 5B control the communication interface is stored in the memory in advance.

光ディスクドライブ7は、記録媒体であるBDやDVD、CD等の光ディスクに記録されたデータを読み取り可能な装置であり、光ディスクを回転させるスピンドルモータや光ピックアップを動かすアクチュエータ等の駆動機構類、光ピックアップで読み取った反射光を電気信号にするAFE(Analog Front End)、AFEのアナログ信号をデジタル信号に変換するDSP(Digital Signal Processor)等で構成される。光ディスクドライブ7は、CPU5A,Bによって制御される。なお、CPU5A,Bが光ディスクドライブ7の制御を実行するためのミドルウェア等はメモリに予め格納されている。なお、図2は、従来例のBDプレイヤーシステムの構成図である。図2に示すように、従来例に係るBDプレイヤーシステムでは、一つのCPUによってデッキが構成されている。   The optical disk drive 7 is a device that can read data recorded on an optical disk such as a BD, DVD, or CD as a recording medium, a drive mechanism such as a spindle motor that rotates the optical disk, an actuator that moves an optical pickup, an optical pickup, or the like. AFE (Analog Front End) that converts the reflected light read in step 1 into an electrical signal, DSP (Digital Signal Processor) that converts an AFE analog signal into a digital signal, and the like. The optical disk drive 7 is controlled by the CPUs 5A and 5B. Note that middleware and the like for the CPUs 5A and 5B to control the optical disc drive 7 are stored in the memory in advance. FIG. 2 is a configuration diagram of a conventional BD player system. As shown in FIG. 2, in the BD player system according to the conventional example, a deck is constituted by one CPU.

<処理フロー>
次に、デッキ4の処理フローについて説明する。図3はデッキ4を起動すると各CPU5で実行される処理のフロー図であり、図4は情報の流れを示すラダーシーケンスである。以下、図3及び4に基づいてデッキ4の処理フローについて説明する。なお、図3においては、従来例との起動時間の違いを判りやすく説明するため、従来例の処理の流れと併記するように処理フローを図示している。
<Processing flow>
Next, the processing flow of the deck 4 will be described. FIG. 3 is a flowchart of processing executed by each CPU 5 when the deck 4 is activated, and FIG. 4 is a ladder sequence showing the flow of information. Hereinafter, the processing flow of the deck 4 will be described with reference to FIGS. In FIG. 3, in order to easily understand the difference in activation time from the conventional example, the processing flow is illustrated in parallel with the processing flow of the conventional example.

(ステップS101)ユーザが車両2のキースイッチをオンにし、BDプレイヤーシステム1への電力の供給が開始されると、ホスト3とデッキ4は起動処理をそれぞれ開始す
る。すなわち、ユーザ操作によって電力の供給が開始されたデッキ4では、CPU5A、Bがメモリに記録されているアプリケーション(OSやミドルウェア等)の読み込みを開始する。これにより、CPU5AではLinuxの起動処理が開始され、CPU5BではITRONの起動処理が開始される。ここで、ITRONは、元々工業用途に限定して開発されたものであるためにLinuxよりも立ち上がり時間が早く、約500msec以内に立ち上がる。一方、Linuxは、汎用OSであるためにITRONよりも立ち上がり時間が遅く、起動を開始してからOSが立ち上がるまでに数秒ないし数十、あるいは数百秒の時間を要する。
(Step S <b> 101) When the user turns on the key switch of the vehicle 2 and the supply of power to the BD player system 1 is started, the host 3 and the deck 4 each start a startup process. That is, in the deck 4 for which power supply has been started by a user operation, the CPUs 5A and 5B start reading an application (such as an OS or middleware) recorded in the memory. As a result, the CPU 5A starts the Linux boot process, and the CPU 5B starts the ITRON boot process. Here, since ITRON was originally developed for industrial use, it has a faster rise time than Linux and rises within about 500 msec. On the other hand, since Linux is a general-purpose OS, the startup time is slower than that of ITRON, and it takes several seconds to several tens or hundreds of seconds from the start of startup until the OS starts up.

(ステップS102)速やかにITRONが立ち上がったCPU5Bでは、次のような処理が実行される。なお、このとき、CPU5AではLinuxの起動処理がまだ実行されている。ITRONが立ち上がったCPU5Bは、メモリに格納されている通信インターフェース6の動作制御プログラムを読み込んで実行し、通信インターフェース6の起動処理を開始する。なお、このプログラムには目標とする処理時間が予め規定されており、CPU5Bは係る規定処理時間内に処理が完了するようにタスクをスケジューリングする。CPU5Bが通信インターフェース6の動作制御プログラムのタスクを完了すると、デッキ4の上位装置であるホスト3と通信インターフェース6との間で通信回線が確立される。これにより、ホスト3からの指令の受け付け等が可能な状態となり、各種コマンドやディスク情報の通知等が可能な状態となる。ホスト3と通信インターフェース6との間で通信回線が確立されたら、CPU5Bは、ホスト3に対してその旨を通知する。   (Step S102) The following processing is executed in the CPU 5B in which ITRON has been promptly started up. At this time, the startup process of Linux is still being executed in the CPU 5A. The CPU 5B having started up ITRON reads and executes the operation control program of the communication interface 6 stored in the memory, and starts the activation process of the communication interface 6. Note that the target processing time is specified in advance in this program, and the CPU 5B schedules the task so that the processing is completed within the specified processing time. When the CPU 5B completes the task of the operation control program of the communication interface 6, a communication line is established between the host 3 which is the host device of the deck 4 and the communication interface 6. As a result, a command can be received from the host 3, and various commands and disk information can be notified. When a communication line is established between the host 3 and the communication interface 6, the CPU 5B notifies the host 3 accordingly.

(ステップS103)ホスト3との間で通信回線を確立したCPU5Bは、ホスト3側から送られるコマンド等の受け付けを開始すると共に、メモリに格納されている光ディスクドライブ7のミドルウェア等を読み込んで実行し、光ディスクドライブ7の初期化(例えば、スピンドルモータの起動開始や光ピックアップの位置の調整等)を開始する。なお、この時点でCPU5AのLinuxはまだ立ち上がっていないものとする。また、このプログラムには目標とする処理時間が予め規定されており、CPU5Bは係る規定処理時間内に処理が完了するようにタスクをスケジューリングする。CPU5Bが光ディスクドライブ7の制御プログラムのタスクを完了すると、光ディスクドライブ7における光ディスクの読み取り動作が可能な状態となる。   (Step S103) The CPU 5B that has established a communication line with the host 3 starts accepting commands sent from the host 3 side, and reads and executes the middleware of the optical disc drive 7 stored in the memory. Then, initialization of the optical disk drive 7 (for example, start-up of the spindle motor and adjustment of the position of the optical pickup) is started. It is assumed that the Linux of CPU 5A has not yet started up at this time. The target processing time is specified in advance in this program, and the CPU 5B schedules the task so that the processing is completed within the specified processing time. When the CPU 5B completes the control program task of the optical disk drive 7, the optical disk drive 7 is ready to read the optical disk.

(ステップS104)光ディスクドライブ7の初期化を完了したCPU5Bは、メモリに格納されている光ディスクの位置情報や光ディスクの種類の判別を行うプログラムを読み込んで実行し、光ディスクドライブ7に挿入されているディスクの位置や種類の情報を取得する。CPU5Bは、取得した情報を通信インターフェース6を介してホスト3へ伝える。これにより、デッキ4を起動した際、速やかに処理を完了することが望ましいタスク(すなわち、通信インターフェースの起動処理や光ディスクドライブ7の起動処理等)の処理が迅速に行われる。   (Step S104) The CPU 5B that has completed initialization of the optical disk drive 7 reads and executes a program for determining the position information of the optical disk and the type of the optical disk stored in the memory, and the disk inserted in the optical disk drive 7 Get location and type information. The CPU 5B transmits the acquired information to the host 3 via the communication interface 6. As a result, when the deck 4 is activated, tasks such as a communication interface activation process and an optical disk drive 7 activation process that should be completed promptly are quickly performed.

(ステップS105)CPU5Aは、Linuxの起動が完了したら、BDのコンテンツのデータを再生処理するアプリケーションを実行したり、BD−J等のアプリケーションを実行したりすることにより、BDのインタラクティブ機能等を実現する。なお、図5は、ホスト3から送られたコマンドの処理の流れを示すブロック図である。本ステップS105の処理が完了し、CPU5A,Bの両方のOSが立ち上がると、図5の実線で示すようなコマンドの流れが確立される。なお、CPU5AのOSが立ち上がるまでは図5の破線で示すように、コマンドの流れがバイパス制御される。ホスト3から光ディスクの再生等に係るコマンドを受けたらこれに係るミドルウェアで光ディスクドライブ7を制御する。例えば、図5に示すように、CPUに与える負荷が大きいBlu系の処理(すなわち、BD等、短波長で読みとる光ディスクの再生処理)をCPU5Aが、CPUに与える負荷が少ないRed系の処理(すなわち、CDやDVD等、長波長で読みとる光ディスクの
再生処理)をCPU5Bが司るように割り当てられている場合であって、ドライブ制御のミドルウェア管理をCPU5Aが行うことが前提となっている場合であっても、CPU5BがCPU5AのOSの立ち上がりを待たずしてRed系ミドルウェアを実行し、ドライブを制御することにより、CPU5AのOSの起動完了を待たずにディスクドライブの状態取得や通信路の確保が可能となる。なお、例えば、図6に示すように、ドライブ制御のミドルウェア管理をCPU5A,Bがそれぞれ独立して行うことが前提となっている場合、Red系ミドルウェアを管理するプログラムが直ちに実行されることにより、CPU5AのOSの起動完了を待つことなく、CDやDVDの再生等が可能である。また、例えば、図7に示すように、光ディスクドライブ7の制御等を司るアプリケーションと、ホスト3との通信を実行するアプリケーションとが別々のCPUで実行されるようにしても、Red系やBlu系のミドルウェアの起動完了を待つことなくホスト3との通信を行うことが可能である。
(Step S <b> 105) When the startup of Linux is completed, the CPU 5 </ b> A realizes an interactive function of the BD by executing an application for reproducing the data of the BD content or executing an application such as BD-J. To do. FIG. 5 is a block diagram showing the flow of processing of a command sent from the host 3. When the processing of step S105 is completed and both the OSs of the CPUs 5A and 5B start up, a command flow as shown by the solid line in FIG. 5 is established. Until the OS of the CPU 5A starts up, the command flow is bypass controlled as shown by the broken line in FIG. When a command related to reproduction of the optical disk or the like is received from the host 3, the optical disk drive 7 is controlled by middleware related thereto. For example, as shown in FIG. 5, a Blu-type process (that is, a reproduction process of an optical disc that is read at a short wavelength such as BD) with a large load on the CPU is processed by the CPU 5A with a low load on the CPU (that is, a red-type process) , When the CPU 5B is assigned to control the reproduction of an optical disk read at a long wavelength, such as a CD or a DVD, and it is assumed that the middleware management of the drive control is performed by the CPU 5A. However, the CPU 5B can execute the Red middleware without waiting for the startup of the OS of the CPU 5A and control the drive, thereby obtaining the disk drive status and securing the communication path without waiting for the completion of the startup of the OS of the CPU 5A. It becomes. For example, as shown in FIG. 6, when it is assumed that middleware management of drive control is performed independently by the CPUs 5A and B, a program for managing Red middleware is immediately executed. A CD or DVD can be played back without waiting for the completion of the OS startup of the CPU 5A. Further, for example, as shown in FIG. 7, even if the application that controls the optical disk drive 7 and the application that executes communication with the host 3 are executed by different CPUs, the Red system and the Blu system are used. It is possible to communicate with the host 3 without waiting for completion of the middleware activation.

<効果>
以上、上記デッキ4によれば、Linuxのような汎用OSを電子機器の組み込みOSとして用いる場合であって、システムを構成するデッキ4以外の機器との間における早期の通信の確保等、ユニットの起動後所定時間内に直ちに既定の処理を完了する必要があるような場合に、ユニット起動時の応答性を低下させることなく、汎用OSを用いることによる開発工数の削減や改良等、情報処理の内容の変化に対する適応性を高めることが可能となる。すなわち、Linuxのような汎用OSで既に用いられているミドルウェア等のソフトウェア資源を有効活用可能にすることで、Blu−rayの仕様において搭載が義務付けられているインタラクティブ機能や通信機能等を容易に実現可能となる。また、ITRONのように起動時間が早く、また処理時間の予測可能性が高いOS上で、一定時間内の完了を要する処理が規定時間内に処理されることにより、操作性の向上やシステムを構成する他の機器との連携性を向上させることが可能となる。例えば、上位装置であるホスト3等、システムを構成する他の周辺機器類が、所定時間内に起動等の処理の応答を要求しているような場合に、組み込みOSの立ち上がり処理の遅延によるこれら他の周辺機器類との間の通信の齟齬を無くすことが可能となる。これにより、起動時間短縮等の観点から搭載されなかったアプリケーションを従来以上に多く搭載することが可能となり、より高度な機能を実現可能な電子機器を提供することが可能になる。このような効果は、頻繁に電源のオンオフが繰り返される機器に有効であり、特に車載環境へ適用される電子機器において極めて有用である。特に車載環境の場合、待機時に消費可能な電力が家庭用の民生機器に比べて大幅に制限される。このような、スタンバイモードにおいてCPUの完全な停止が求められるような使用環境に用いられる電子機器(例えば、ホスト3等)に本発明を適用すると、上記効果が極めて有効に発揮される。
<Effect>
As described above, according to the deck 4, a general-purpose OS such as Linux is used as an embedded OS of an electronic device, such as ensuring early communication with devices other than the deck 4 constituting the system. When it is necessary to complete a predetermined process immediately within a predetermined time after startup, there is no need for information processing such as reduction or improvement of development man-hours by using a general-purpose OS without deteriorating responsiveness at the time of unit startup. It becomes possible to increase adaptability to changes in content. In other words, by enabling effective use of middleware and other software resources already used in general-purpose OSs such as Linux, interactive functions and communication functions that are required to be installed in the Blu-ray specifications can be easily realized. It becomes possible. In addition, processing that requires completion within a certain time is processed within a specified time on an OS such as ITRON that has a fast start-up time and a high predictability of processing time. It becomes possible to improve the cooperation with other devices to be configured. For example, when other peripheral devices constituting the system, such as the host 3 that is the host device, request a response for processing such as startup within a predetermined time, these are caused by delay in the startup processing of the embedded OS. It is possible to eliminate communication traps with other peripheral devices. As a result, it becomes possible to mount more applications that were not installed from the viewpoint of shortening the startup time and the like, and it is possible to provide an electronic device capable of realizing more advanced functions. Such an effect is effective for a device that is frequently turned on and off, and is extremely useful particularly in an electronic device applied to an in-vehicle environment. In particular, in the case of an in-vehicle environment, the power that can be consumed during standby is significantly limited as compared with consumer products for home use. When the present invention is applied to an electronic device (for example, the host 3) used in such a usage environment where a complete stop of the CPU is required in the standby mode, the above-described effect is exhibited extremely effectively.

<その他の適用例>
上記実施形態は、本発明をBDプレイヤーに適用した場合について説明したものである。しかし、本発明はこのような実施形態に限定されるものでなく、起動処理に即応性を要求されるあらゆる電子機器、例えば、ブレーキ操作等が行われた場合にアクチュエータを速やかに動作させる必要がある自動車等の輸送機器の動作を数値制御するコントロールユニット、アプリケーションのバージョンアップを実行中であっても所定の時間が経過したら炊飯釜のヒータをオフする必要がある炊飯ジャー、電子番組表(EPG)のデータを受信処理していても表示中の動画や音声の滑らかさが要求されるデジタルテレビジョン装置やBDレコーダ、HDDレコーダ、ゲームソフトや音楽再生ソフトを実行しつつも通信回線と定期的に接続して着信の有無を確認する必要がある携帯電話等に適用可能である。上記実施形態では、デッキ4を起動する際の処理を中心に説明していたが、一定時間内に処理を要するタスクはこのような起動処理に係るタスクに限られるものではなく、専用OSであるITRONの下で動作する上記CPU5Bは、通信インターフェース6や光ディスクドライブ7の起動処理の他、例えば、受信次第直ちにユーザに提供することが望ましい
緊急地震速報といった防災放送等に関する受信データの表示処理に係るタスクを処理するようにしてもよい。
<Other application examples>
In the above embodiment, the case where the present invention is applied to a BD player has been described. However, the present invention is not limited to such an embodiment, and it is necessary to quickly operate an actuator when a brake operation or the like is performed, for example, for any electronic device that requires quick response to the startup process. A control unit that numerically controls the operation of a transportation device such as an automobile, a rice cooker that requires the heater of the rice cooker to be turned off when a predetermined time has elapsed even during application upgrade, and an electronic program guide (EPG) ) Even if data is received and processed, digital lines, BD recorders, HDD recorders, game software, and music playback software that require smoothness of the displayed video and audio are being executed periodically. It can be applied to a mobile phone or the like that needs to be connected to the PC and checked for incoming calls. In the embodiment described above, the processing when the deck 4 is activated has been mainly described. However, a task that requires processing within a certain time is not limited to the task related to such activation processing, and is a dedicated OS. The CPU 5B operating under ITRON is related to display processing of received data related to disaster prevention broadcasts and the like such as emergency earthquake warnings that are preferably provided to the user as soon as they are received, in addition to the startup processing of the communication interface 6 and the optical disk drive 7, for example. A task may be processed.

BDプレイヤーシステムの概略構成図。The schematic block diagram of a BD player system. BDプレイヤーシステムの概略構成図(従来例)。Schematic configuration diagram of a BD player system (conventional example). デッキ起動時の処理フロー図。The processing flow figure at the time of deck starting. デッキ起動時の情報の流れを示すラダーシーケンス図。The ladder sequence diagram which shows the flow of information at the time of deck starting. コマンドの処理の流れを示すブロック図。The block diagram which shows the flow of a command process. コマンドの処理の流れを示すブロック図。The block diagram which shows the flow of a command process. コマンドの処理の流れを示すブロック図。The block diagram which shows the flow of a command process.

符号の説明Explanation of symbols

1・・・・・BDプレイヤーシステム
2・・・・・車両
3・・・・・ホスト
4・・・・・デッキ
5A,B・・CPU
6・・・・・通信インターフェース
7・・・・・光ディスクドライブ
1 ... BD player system 2 ... vehicle 3 ... host 4 ... deck 5A, B ... CPU
6: Communication interface 7: Optical disk drive

Claims (8)

車両に搭載されるコンテンツ再生装置であって、
コンテンツが記録された記録媒体のデータを読み取って処理するデバイス部と、
コンピュータプログラムを実行することで前記デバイス部の動作の制御と該デバイス部が読み取るデータの処理とを実行するプロセッサ部と、を備え、
前記プロセッサ部は、
前記デバイス部が読み取ったデータを処理するコンピュータプログラムを実行可能な第一のオペレーティングシステムが動作する第一のプロセッサと、
前記デバイス部を起動するコンピュータプログラムを実行可能な第二のオペレーティングシステムが動作する第二のプロセッサであって、前記第一のプロセッサが前記第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動する第二のプロセッサと、を有する、
コンテンツ再生装置。
A content playback device mounted on a vehicle,
A device unit that reads and processes data of a recording medium on which content is recorded;
A processor unit for executing control of the operation of the device unit and processing of data read by the device unit by executing a computer program;
The processor unit is
A first processor on which a first operating system capable of executing a computer program for processing data read by the device unit operates;
A second processor on which a second operating system capable of executing a computer program for starting the device unit operates, wherein the first processor takes less time than the time required for starting the first operating system; A second processor for booting the second operating system;
Content playback device.
前記第二のプロセッサは、前記第一のオペレーティングシステムよりも前記第二のオペレーティングシステムの方が起動に要する処理量が少ないことにより、前記第一のプロセッサが該第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動する、
請求項1に記載のコンテンツ再生装置。
The second processor requires the first processor to start the first operating system because the second operating system requires less processing to start than the first operating system. Boot the second operating system in less time than the time;
The content reproduction apparatus according to claim 1.
前記第一のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第一のオペレーティングシステムを起動したのち、前記デバイス部が読み取ったデータを処理するコンピュータプログラムを実行し、
前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記デバイス部を起動するコンピュータプログラムを実行する、
請求項1または2に記載のコンテンツ再生装置。
The first processor executes a computer program for processing data read by the device unit after starting the first operating system when the power of the content reproduction apparatus is turned on,
The second processor executes a computer program for starting the device unit after starting the second operating system when the power of the content reproduction apparatus is turned on.
The content reproduction apparatus according to claim 1 or 2.
前記第二のプロセッサは、前記第一のプロセッサが前記第一のオペレーティングシステムの起動を完了するよりも前に、前記第二のオペレーティングシステムを起動して前記デバイス部を起動するコンピュータプログラムを実行する、
請求項1から3の何れか一項に記載のコンテンツ再生装置。
The second processor executes a computer program that activates the second operating system and activates the device unit before the first processor completes activation of the first operating system. ,
The content reproduction apparatus according to any one of claims 1 to 3.
前記デバイス部は、前記記録媒体のデータを読み取る読取装置を有し、
前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記読取装置を起動するコンピュータプログラムを実行する、
請求項1から4の何れか一項に記載のコンテンツ再生装置。
The device unit includes a reading device that reads data of the recording medium,
The second processor executes a computer program for starting the reading device after starting the second operating system when the power of the content reproduction device is turned on.
The content reproduction apparatus according to any one of claims 1 to 4.
前記デバイス部は、前記第一のプロセッサが処理したデータに基づいて前記コンテンツを再生する映像音響機器と通信する通信インターフェースを有し、
前記第二のプロセッサは、前記コンテンツ再生装置の電源がオンになると前記第二のオペレーティングシステムを起動したのち、前記通信インターフェースを起動するコンピュータプログラムを実行する、
請求項1から5の何れか一項に記載のコンテンツ再生装置。
The device unit includes a communication interface that communicates with an audiovisual apparatus that reproduces the content based on data processed by the first processor;
The second processor executes a computer program for starting the communication interface after starting the second operating system when the power of the content reproduction apparatus is turned on.
The content reproduction apparatus according to any one of claims 1 to 5.
前記第二のオペレーティングシステムは、リアルタイムオペレーティングシステムである、
請求項1から6の何れか一項に記載のコンテンツ再生装置。
The second operating system is a real-time operating system;
The content reproduction apparatus according to any one of claims 1 to 6.
所定の処理を実行するデバイス部と、
コンピュータプログラムを実行することで前記デバイス部が実行する処理を制御するプロセッサ部と、を備え、
前記プロセッサ部は、
前記デバイス部が実行する処理を制御するコンピュータプログラムを実行可能な第一のオペレーティングシステムが動作する第一のプロセッサと、
前記デバイス部を起動するためのコンピュータプログラムを実行可能な第二のオペレーティングシステムが動作する第二のプロセッサであって、前記第一のプロセッサが前記第一のオペレーティングシステムの起動に要する時間よりも短い時間で該第二のオペレーティングシステムを起動する第二のプロセッサと、を有する、
電子機器。
A device unit for executing a predetermined process;
A processor unit that controls processing executed by the device unit by executing a computer program,
The processor unit is
A first processor on which a first operating system capable of executing a computer program for controlling processing executed by the device unit operates;
A second processor on which a second operating system capable of executing a computer program for starting up the device unit operates, and the first processor is shorter than the time required for starting up the first operating system. A second processor that boots the second operating system in time,
Electronics.
JP2008107140A 2008-04-16 2008-04-16 Content reproduction apparatus and electronic device Expired - Fee Related JP5175603B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008107140A JP5175603B2 (en) 2008-04-16 2008-04-16 Content reproduction apparatus and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008107140A JP5175603B2 (en) 2008-04-16 2008-04-16 Content reproduction apparatus and electronic device

Publications (2)

Publication Number Publication Date
JP2009258986A true JP2009258986A (en) 2009-11-05
JP5175603B2 JP5175603B2 (en) 2013-04-03

Family

ID=41386326

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008107140A Expired - Fee Related JP5175603B2 (en) 2008-04-16 2008-04-16 Content reproduction apparatus and electronic device

Country Status (1)

Country Link
JP (1) JP5175603B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012074863A (en) * 2010-09-28 2012-04-12 Mitsubishi Electric Corp Image reproduction device and start method
WO2016152064A1 (en) * 2015-03-25 2016-09-29 株式会社デンソー In-vehicle system
WO2019235285A1 (en) * 2018-06-08 2019-12-12 住友電装株式会社 In-vehicle communication device and in-vehicle device start-up method
WO2020129910A1 (en) * 2018-12-17 2020-06-25 株式会社デンソー Power supply circuit
EP4353538A1 (en) * 2022-10-10 2024-04-17 Aptiv Technologies Limited A control system for a vehicle and method of implementing same

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004005320A (en) * 2002-04-23 2004-01-08 Konica Minolta Holdings Inc Electronic equipment, camera, and control method thereof
JP2005267636A (en) * 2004-03-17 2005-09-29 Eitokui Sui Kagi Kofun Yugenkoshi Computer system and method for executing multimedia reproduction system
JP2006039809A (en) * 2004-07-26 2006-02-09 Matsushita Electric Ind Co Ltd Information processing device and start-up method thereof
JP2006344059A (en) * 2005-06-09 2006-12-21 Sony Corp Information processor, method of starting up program, and program
JP2007128432A (en) * 2005-11-07 2007-05-24 Toyota Motor Corp Multimedia device for vehicle
JP2008046672A (en) * 2006-08-10 2008-02-28 Sony Corp Electronic equipment and starting method
JP2008287317A (en) * 2007-05-15 2008-11-27 Alpine Electronics Inc Information processor and system startup method

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2004005320A (en) * 2002-04-23 2004-01-08 Konica Minolta Holdings Inc Electronic equipment, camera, and control method thereof
JP2005267636A (en) * 2004-03-17 2005-09-29 Eitokui Sui Kagi Kofun Yugenkoshi Computer system and method for executing multimedia reproduction system
JP2006039809A (en) * 2004-07-26 2006-02-09 Matsushita Electric Ind Co Ltd Information processing device and start-up method thereof
JP2006344059A (en) * 2005-06-09 2006-12-21 Sony Corp Information processor, method of starting up program, and program
JP2007128432A (en) * 2005-11-07 2007-05-24 Toyota Motor Corp Multimedia device for vehicle
JP2008046672A (en) * 2006-08-10 2008-02-28 Sony Corp Electronic equipment and starting method
JP2008287317A (en) * 2007-05-15 2008-11-27 Alpine Electronics Inc Information processor and system startup method

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012074863A (en) * 2010-09-28 2012-04-12 Mitsubishi Electric Corp Image reproduction device and start method
US10569726B2 (en) 2015-03-25 2020-02-25 Denso Corporation In-vehicle system
WO2016152064A1 (en) * 2015-03-25 2016-09-29 株式会社デンソー In-vehicle system
KR20170120671A (en) * 2015-03-25 2017-10-31 가부시키가이샤 덴소 Vehicle Mounting System
TWI613104B (en) * 2015-03-25 2018-02-01 Denso Corp Vehicle system
KR101979138B1 (en) 2015-03-25 2019-05-15 가부시키가이샤 덴소 Vehicle Mounting System
DE112016001377B4 (en) 2015-03-25 2023-01-05 Denso Corporation vehicle onboard system
JP2016179801A (en) * 2015-03-25 2016-10-13 株式会社デンソー On-board system
CN112154414A (en) * 2018-06-08 2020-12-29 住友电装株式会社 Vehicle-mounted communication device and vehicle-mounted device starting method
JP2019212230A (en) * 2018-06-08 2019-12-12 住友電装株式会社 On-vehicle communication device and on-vehicle communication device starting method
JP6996429B2 (en) 2018-06-08 2022-01-17 住友電装株式会社 In-vehicle communication device and in-vehicle device activation method
WO2019235285A1 (en) * 2018-06-08 2019-12-12 住友電装株式会社 In-vehicle communication device and in-vehicle device start-up method
US11840181B2 (en) 2018-06-08 2023-12-12 Sumitomo Wiring Systems, Ltd. In-vehicle communication device and method for starting up in-vehicle device
JP2020098394A (en) * 2018-12-17 2020-06-25 株式会社デンソー Power circuit
WO2020129910A1 (en) * 2018-12-17 2020-06-25 株式会社デンソー Power supply circuit
EP4353538A1 (en) * 2022-10-10 2024-04-17 Aptiv Technologies Limited A control system for a vehicle and method of implementing same

Also Published As

Publication number Publication date
JP5175603B2 (en) 2013-04-03

Similar Documents

Publication Publication Date Title
US7890741B2 (en) Low power digital audio decoding/playing system for computing devices
US20060259642A1 (en) Low power digital audio decoding/playing system for computing devices
US20090190902A1 (en) Universal multimedia optic disc player and its application for revocable copy protection
JP5175603B2 (en) Content reproduction apparatus and electronic device
JP2006164216A (en) Structure of shared partition for operation system and method therefor
JP2007035010A (en) Method for initializing instance and executing computer program by loading operation system core program from high-speed data access memory
US8444485B2 (en) Seamless user navigation between high-definition movie and video game in digital medium
US9661259B2 (en) Playback device, control method, and program
JP5640275B2 (en) Content reproduction apparatus and method of operating content reproduction apparatus
US7802035B2 (en) Information processing apparatus, imaging apparatus, information processing method and computer program
JP2007133601A (en) Software package, system management device, and onboard information equipment
WO2010082470A1 (en) Storage device
JP5383955B2 (en) Disk drive device
JP5861113B2 (en) Data processing device
JP2008243300A (en) Reproducing device and recording device
US20140086559A1 (en) Blu-ray disc playback apparatus and blu-ray disc loading method for the same
JP2007035016A (en) Method for fast activation of computer from data disk which saves operation system
JP6611982B2 (en) Content playback apparatus and content playback method
JP2007087364A (en) Method for starting computer function option with intelligent memory
WO2009147782A1 (en) Reproduction device, integrated circuit, and reproduction method
JP6076550B1 (en) Content data playback device, content data playback method, and content data playback program
JP2014044545A (en) Video device
JP2018147536A (en) Content reproducing device and content reproducing program
JP4187674B2 (en) In-vehicle device, control method for in-vehicle device, control program for in-vehicle device, and recording medium
US10009571B2 (en) Reproducing device, control device, control method, and computer-readable storage medium

Legal Events

Date Code Title Description
A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20100701

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20100701

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110308

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120904

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120905

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20121101

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20121211

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20130107

R150 Certificate of patent or registration of utility model

Ref document number: 5175603

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees