T-Engine: the Open, Real-Time Embedded-Systems Platform

Total Page:16

File Type:pdf, Size:1020Kb

T-Engine: the Open, Real-Time Embedded-Systems Platform T-ENGINE: THE OPEN, REAL-TIME EMBEDDED-SYSTEMS PLATFORM THE GROWING POPULARITY OF REAL-TIME EMBEDDED SYSTEMS CREATES AN URGENT NEED FOR IMPROVED PERFORMANCE AND EXPANDED FUNCTIONALITY. THIS OPEN ARCHITECTURE HELPS OPTIMIZE THESE SYSTEMS. Computer system architecture has specifications. These changes underscore the conventionally been standardized, as evidenced need for a standardized system. However, by the IBM System 360 architecture for main- architects must still develop and customize frame computers, the IBM PC specifications real-time embedded systems to accommodate for desktops, and today’s so-called Wintel individual devices and their specific needs. (Windows-Intel) specifications. Standardized This hinders improvements in software pro- architectures have significantly improved the ductivity, and software makers now find it dif- reusability of both hardware and software, and ficult to meet market demands. the efficiency of system configurations. For these reasons, we recently developed a No such standardized architecture has system architecture standard for real-time arisen for real-time embedded systems. This is embedded systems called T-Engine. because conventional, real-time embedded systems use low-performance microprocessors Philosophy to keep hardware cost small, which makes it T-Engine is a standard architecture for next- necessary to optimize hardware and software generation, real-time embedded systems aimed Ken Sakamura for each application. Standardization of sys- at improving software productivity for these tem architecture only results in increased systems. An open consortium, the T-Engine Noboru Koshizuka waste in systems and the failure to satisfy econ- Forum (http://www.t-engine.org) in the omy and performance demands. TRON Project (http://www.tron.org), devel- University of Tokyo The growing application of real-time oped this architecture. Consortium members embedded systems to personal digital assis- include computer hardware and software ven- tants (PDAs), mobile computing devices, and dors, telecommunication carriers, and com- pervasive/ubiquitous computing systems has puter-using companies. T-Engine development created an urgent demand for more diverse followed a strong philosophy that recognizes software in these systems. Moreover, applica- the importance of an open standard, middle- tions increasingly rely on software that can ware distribution, a good balance between vir- handle more complex tasks such as security- tualization and adaptation, chip-free hardware related jobs, distributed processing, ciphering standardization, and security. and authentication, and multimedia process- ing of voice and video data. These changing Open standard requirements for the computer environment The open system is an important part of the create a disadvantage in terms of reusability, philosophy for a next-generation, real-time development cost, and time to market for con- embedded-systems architecture. An open sys- ventional systems based on custom-made tem is based on certain commonly available, 48 0272-1732/02/$17.00 2002 IEEE established specifications. Should an imple- ware—even if they come from different devel- mented system based on an open standard opers—and encourages distribution of the contain faults, any designer can develop portable software to software developers. another system compatible with the open Some projects attempt to enhance the standard and fix the problems. Thus, open reusability of software by applying object-ori- systems prevent any company or organization ented component technology (http://www. with a proprietary system from monopolizing cs.wustl.edu/~schmidt/TAO.html and http:// the particular market segment where such www.ovmj.org).2-3 This approach is useful for software with specific functions is in demand. large systems, such as for military equipment This open-system feature is significant for real- and aircraft. But it’s not suitable for small, time embedded systems, because such systems commercial, embedded systems, such as must combine various computer systems. mobile phones and office equipment (prod- In the Unix community, open systems are ucts that face severe price competition) because popular, and many software systems adopt the object-oriented approach often requires open licenses. The most well-known open-sys- substantial hardware resources. T-Engine tar- tem project is the GNU Project (http://www. gets these smaller systems. gnu.org) headed by R. Stallman. Many other The T-Engine architecture contains the successful open-system projects include Linux minimum amount of software needed to fill (http://www.linux.org), FreeBSD (http://www. the gap between different units of hardware, freebsd.org), and Apache (http://www.apache. enhancing this software’s portability and min- org). imizing its runtime overhead. To ensure this For embedded systems, on the other hand, portability, the kernel provides only a mini- a major open system project is the Real-Time mum set of well-defined application program Operating System Nucleus, or TRON.1 interfaces (APIs). Aside from the APIs, we TRON’s openness lets anyone freely use its define a set of standard software formats called software and hardware specifications, regard- T-Format, which includes format specifica- less of whether the application is commercial tions for binary code, style guidelines for or not, or the source code is open or closed. source code, and formats for rules and docu- Unlike GNU’s general public license, TRON ments. To ensure software portability, in addi- neither forces anyone to disclose changes tion to defining T-Format, we standardize the made to its original specifications nor forbids software development environment and offer anyone from mixing open with nonopen sys- a solution to architects that will reinforce their tems. Moreover, the TRON project’s specifi- education process, helping to popularize the cations for reference implementation are also use of these standards. open. In general, embedded systems do not virtualize system hardware resources because Virtualization versus adaptation of the emphasis on performance, often mak- Advances made in hardware mounting ing direct hardware access essential. Because technology have exponentially increased the of this fact, open-source code for such systems computing capability and storage capacity of could let anyone access confidential informa- embedded computers. Therefore, you no tion about the proprietary hardware used in longer have to run programs within just a few such systems. Therefore, with embedded sys- dozen kilobytes of memory on an 8-bit micro- tems, practical development would be impos- processor. Nevertheless, to save power and sible if the systems were entirely open. resources, it’s still important to make embed- ded systems as compact as possible and reduce Middleware distribution CPU load. It’s clear that the computer indus- To improve the productivity of real-time try will not accept a system architecture that embedded-systems development, it’s impor- requires excessive virtualization of its hard- tant to enhance software reusability. To ware resource management. Managing hard- achieve this, software developers must make ware resources in software with excessive portable software that can run on various virtualization is simply too slow and consumes hardware systems. This lets multiple software too much CPU time. For this reason, we programs run together on the same hard- defined standard specifications for the T- NOVEMBER–DECEMBER 2002 49 T-ENGINE Target system Development Product system Development system environment system Software layers T-builder Application software in T-Format Application layer GNU C compiler GNU Middleware layer Middleware in T-Format assembler GNU debugger Kernel layer T-Kernel front end Unix-based OS Monitor layer T-Monitor Monitor Hardware layer pT-Engine Debug support nT-Engine hardware µT-Engine In-circuit emulator T-Engine appliance T-Engine Functional Functional specification specification Product-based Physical physical specification specification Scale Scale Figure 1. Model of the T-Engine architecture. Engine architecture while carefully balancing The growing number of security incidents has virtualization and adaptation, in accordance become a concern for computer users with state-of-the-art hardware technology. (http://www.cert.org).4 Many specialists believe that one underlying cause of this problem is that Chip-free hardware standard Internet builders failed to anticipate such secu- In terms of system adaptability, it would do rity incidents.5 In tomorrow’s ubiquitous com- more harm than good to standardize CPUs, puting environment, computers will be fully considering the current state of technology, integrated to support daily activities, so we must which uses a large variety of CPUs. For the T- discard optimistic perspectives regarding com- Engine architecture, we standardize hardware puter security. In such an environment, once a at the board level and leave the CPU type cracker succeeds in intruding into your com- undefined. Consequently, many types of hard- puter through a network, boiling water could ware units with different CPUs are compati- gush from the bathtub, an electronic oven might ble with the T-Engine specification. Hence, burst into flames, or the TV could suddenly it’s necessary to recompile source code to start broadcasting a baseball game at too high a ensure software portability. Compatibility is volume.6 Therefore, in the T-Engine architec- at the source, not binary, level. ture’s basic
Recommended publications
  • Sistemi Operativi Real-Time Marco Cesati Lezione R13 Sistemi Operativi Real-Time – II Schema Della Lezione
    Sistemi operativi real-time Marco Cesati Lezione R13 Sistemi operativi real-time – II Schema della lezione Caratteristiche comuni VxWorks LynxOS Sistemi embedded e real-time QNX eCos Windows Linux come RTOS 15 gennaio 2013 Marco Cesati Dipartimento di Ingegneria Civile e Ingegneria Informatica Università degli Studi di Roma Tor Vergata SERT’13 R13.1 Sistemi operativi Di cosa parliamo in questa lezione? real-time Marco Cesati In questa lezione descriviamo brevemente alcuni dei più diffusi sistemi operativi real-time Schema della lezione Caratteristiche comuni VxWorks LynxOS 1 Caratteristiche comuni degli RTOS QNX 2 VxWorks eCos 3 LynxOS Windows Linux come RTOS 4 QNX Neutrino 5 eCos 6 Windows Embedded CE 7 Linux come RTOS SERT’13 R13.2 Sistemi operativi Caratteristiche comuni dei principali RTOS real-time Marco Cesati Corrispondenza agli standard: generalmente le API sono proprietarie, ma gli RTOS offrono anche compatibilità (compliancy) o conformità (conformancy) allo standard Real-Time POSIX Modularità e Scalabilità: il kernel ha una dimensione Schema della lezione Caratteristiche comuni (footprint) ridotta e le sue funzionalità sono configurabili VxWorks Dimensione del codice: spesso basati su microkernel LynxOS QNX Velocità e Efficienza: basso overhead per cambi di eCos contesto, latenza delle interruzioni e primitive di Windows sincronizzazione Linux come RTOS Porzioni di codice non interrompibile: generalmente molto corte e di durata predicibile Gestione delle interruzioni “separata”: interrupt handler corto e predicibile, ISR lunga
    [Show full text]
  • Μitron 4.0 Specification (Ver. 4.03.00) TEF024-S001-04.03.00/En July 2010 Copyright © 2010 by T-Engine Forum
    μITRON 4.0 Specification Ver. 4.03.00 TEF024-S001-04.03.00/en July 2010 μITRON 4.0 Specification (Ver. 4.03.00) TEF024-S001-04.03.00/en July 2010 Copyright © 2010 by T-Engine Forum. This “μITRON 4.0 Specification (Ver. 4.03.00)” was originally released by TRON ASSOCIATION which has been integrated into T-Engine Forum since January 2010. The same specification now has been released by T-Engine Forum as its own specification without modification of the content after going through the IPR procedures. T-Engine Forum owns the copyright of this specification. Permission of T-Engine Forum is necessary for copying, republishing, posting on servers, or redistribution to lists of the contents of this specification. The contents written in this specification may be changed without a prior notice for improvement or other reasons in the future. About this specification, please refer to follows; Publisher T-Engine Forum The 28th Kowa Building 2-20-1 Nishi-gotanda Shinagawa-Ward Tokyo 141-0031 Japan TEL:+81-3-5437-0572 FAX:+81-3-5437-2399 E-mail:[email protected] TEF024-S001-04.03.00/en µITRON4.0 Specification Ver. 4.03.00 Supervised by Ken Sakamura Edited and Published by TRON ASSOCIATION µITRON4.0 Specification (Ver. 4.03.00) The copyright of this specification document belongs to TRON Association. TRON Association grants the permission to copy the whole or a part of this specification document and to redistribute it intact without charge or at cost. However, when a part of this specification document is redistributed, it must clearly state (1) that it is a part of the µITRON4.0 Specification document, (2) which part was taken, and (3) the method to obtain the whole specification document.
    [Show full text]
  • V850 Series Development Environment Pamphlet
    To our customers, Old Company Name in Catalogs and Other Documents On April 1st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took over all the business of both companies. Therefore, although the old company name remains in this document, it is a valid Renesas Electronics document. We appreciate your understanding. Renesas Electronics website: http://www.renesas.com April 1st, 2010 Renesas Electronics Corporation Issued by: Renesas Electronics Corporation (http://www.renesas.com) Send any inquiries to http://www.renesas.com/inquiry. Notice 1. All information included in this document is current as of the date this document is issued. Such information, however, is subject to change without any prior notice. Before purchasing or using any Renesas Electronics products listed herein, please confirm the latest product information with a Renesas Electronics sales office. Also, please pay regular and careful attention to additional and different information to be disclosed by Renesas Electronics such as that disclosed through our website. 2. Renesas Electronics does not assume any liability for infringement of patents, copyrights, or other intellectual property rights of third parties by or arising from the use of Renesas Electronics products or technical information described in this document. No license, express, implied or otherwise, is granted hereby under any patents, copyrights or other intellectual property rights of Renesas Electronics or others. 3. You should not alter, modify, copy, or otherwise misappropriate any Renesas Electronics product, whether in whole or in part. 4. Descriptions of circuits, software and other related information in this document are provided only to illustrate the operation of semiconductor products and application examples.
    [Show full text]
  • Ken Sakamura
    2014 TRON Symposium. 30th Anniversary TRON Project 30th Anniversary and Its Future Outlook Embedded systems technology to support the utilization of the IoT big data and future plan for T-Engine Ken Sakamura Professor, Graduate School of Interdisciplinary Studies, The University of Tokyo Director of YRP Ubiquitous Networking Laboratory Chair of T-Engine Forum / uID Center 2014 TRON Symposium. 30th Anniversary ① TRON Project The Real-time Operating system Nucleus The 30th anniversary in 2014 One of the longest lasting projects related to Japanese computing Copyright © 2014 by Ken SAKAMURA 2 2014 TRON Symposium. 30th Anniversary What is TRON? RTOS for system control, and has different basic architecture from Windows and Linux RTOS: Real-Time Operating System Copyright © 2014 by Ken SAKAMURA 3 2014 TRON Symposium. 30th Anniversary TRON RTOS Is Embedded in Many Things “HAYABUSA” (MUSES-C), an asteroid explorer “IKAROS, ” Interplanetary Kite-craft Accelerated by Radiation Of the Sun 4 2014 TRON Symposium. 30th Anniversary TRON Project’s Root Is in Embedded Systems 5 2014 TRON Symposium. 30th Anniversary ② 30 Years of TRON Copyright © 2014 by Ken SAKAMURA 6 2014 TRON Symposium. 30th Anniversary Started in 1984 Copyright © 2014 by Ken SAKAMURA 7 2014 TRON Symposium. 30th Anniversary Historical Background at the Time Copyright © 2014 by Ken SAKAMURA 8 I4004 by Intel (1971) 2014 TRON Symposium. 30th Anniversary Alto by Xerox (1973) 2014 TRON Symposium. 30th Anniversary 2014 TRON Symposium. 30th Anniversary ③ Future Design Copyright © 2014 by Ken SAKAMURA 11 2014 TRON Symposium. 30th Anniversary How the Society Will Change Based on Newly Available Computers? Copyright © 2014 by Ken SAKAMURA 12 2014 TRON Symposium.
    [Show full text]
  • U.S. Government Publishing Office Style Manual
    Style Manual An official guide to the form and style of Federal Government publishing | 2016 Keeping America Informed | OFFICIAL | DIGITAL | SECURE [email protected] Production and Distribution Notes This publication was typeset electronically using Helvetica and Minion Pro typefaces. It was printed using vegetable oil-based ink on recycled paper containing 30% post consumer waste. The GPO Style Manual will be distributed to libraries in the Federal Depository Library Program. To find a depository library near you, please go to the Federal depository library directory at http://catalog.gpo.gov/fdlpdir/public.jsp. The electronic text of this publication is available for public use free of charge at https://www.govinfo.gov/gpo-style-manual. Library of Congress Cataloging-in-Publication Data Names: United States. Government Publishing Office, author. Title: Style manual : an official guide to the form and style of federal government publications / U.S. Government Publishing Office. Other titles: Official guide to the form and style of federal government publications | Also known as: GPO style manual Description: 2016; official U.S. Government edition. | Washington, DC : U.S. Government Publishing Office, 2016. | Includes index. Identifiers: LCCN 2016055634| ISBN 9780160936029 (cloth) | ISBN 0160936020 (cloth) | ISBN 9780160936012 (paper) | ISBN 0160936012 (paper) Subjects: LCSH: Printing—United States—Style manuals. | Printing, Public—United States—Handbooks, manuals, etc. | Publishers and publishing—United States—Handbooks, manuals, etc. | Authorship—Style manuals. | Editing—Handbooks, manuals, etc. Classification: LCC Z253 .U58 2016 | DDC 808/.02—dc23 | SUDOC GP 1.23/4:ST 9/2016 LC record available at https://lccn.loc.gov/2016055634 Use of ISBN Prefix This is the official U.S.
    [Show full text]
  • Μitron4.0 Specification (Ver
    µITRON4.0 Specification Ver. 4.00.00 ITRON Committee, TRON ASSOCIATION Supervised by Ken Sakamura Edited by Hiroaki Takada Copyright (C) 1999, 2002 by TRON ASSOCIATION, JAPAN µITRON4.0 Specification (Ver. 4.00.00) The copyright of this specification document belongs to the ITRON Committee of the TRON Association. The ITRON Committee of the TRON Association grants the permission to copy the whole or a part of this specification document and to redistribute it intact without charge or with a distribution fee. However, when a part of this specification document is redistributed, it must clearly state (1) that it is a part of the µITRON4.0 Specification document, (2) which part it was taken, and (3) the method to obtain the whole specifi- cation document. See Section 6.1 for more information on the conditions for using this specification and this specification document. Any questions regarding this specification and this specification document should be directed to the following: ITRON Committee, TRON Association Katsuta Building 5F 3-39, Mita 1-chome, Minato-ku, Tokyo 108-0073, JAPAN TEL: +81-3-3454-3191 FAX: +81-3-3454-3224 § TRON is the abbreviation of “The Real-time Operating system Nucleus.” § ITRON is the abbreviation of “Industrial TRON.” § µITRON is the abbreviation of “Micro Industrial TRON.” § BTRON is the abbreviation of “Business TRON.” § CTRON is the abbreviation of “Central and Communication TRON.” § TRON, ITRON, µITRON, BTRON, and CTRON do not refer to any specific product or products. µITRON4.0 Specification Ver. 4.00.00 A Word from the Project Leader Fifteen years have passed since the ITRON Sub-Project started as a part of the TRON Project: a real-time operating system specification for embedded equipment control.
    [Show full text]
  • Analysis of a Hardware-Based Real-Time Kernel
    MÄLARDALEN UNIVERSITY, DEPARTMENT OF SCIENCE, DESIGN AND TECHNOLOGY Analysis of a Hardware- Based Real-Time Kernel Improving Embedded Systems Performance Author: Nils Forsberg ([email protected]) Supervisor: Lennart Lindh Examiner and Supervisor: Moris Behnam 5/5/2014 An evaluation of how to improve embedded and real-time systems performance. I Abstract Embedded systems rely on faster microprocessors and system optimizations to improve their performance. These enhancements are becoming marginal, and so it is interesting to look at other alternatives. This thesis examines the use of a hardware-based kernel called Sierra as an accelerator for software-based real-time operating systems. The software RTOS focused upon is FreeRTOS, and it is compared to Sierra in regards to performance to see if there is actually any improvement to be gained. This proves true, as Sierra is several times faster than FreeRTOS in regards to most of the functionality measured. In order to find out how difficult it would be to perform such acceleration a comparison of the systems is also included, encompassing their architecture, features and functionality. It is showed that the systems are similar in these properties, meaning acceleration would be possible. This information was used in an analysis that shows how to perform the acceleration. The work of implementing system acceleration is not in the scope of this thesis, but the result is presented as a suggestion, or manual, for future work in this vein. II Sammanfattning Inbäddade system förlitar sig på snabbare mikroprocessorer och optimeringar för att nå bättre prestanda resultat. Dessa förbättringar ger allt mindre resultat, och det är därför intressant att hitta alternativ.
    [Show full text]
  • Run-Time Management for Future Mpsoc Platforms
    Run-time management for future MPSoC platforms Citation for published version (APA): Nollet, V. (2008). Run-time management for future MPSoC platforms. Technische Universiteit Eindhoven. https://doi.org/10.6100/IR633897 DOI: 10.6100/IR633897 Document status and date: Published: 01/01/2008 Document Version: Publisher’s PDF, also known as Version of Record (includes final page, issue and volume numbers) Please check the document version of this publication: • A submitted manuscript is the version of the article upon submission and before peer-review. There can be important differences between the submitted version and the official published version of record. People interested in the research are advised to contact the author for the final version of the publication, or visit the DOI to the publisher's website. • The final author version and the galley proof are versions of the publication after peer review. • The final published version features the final layout of the paper including the volume, issue and page numbers. Link to publication General rights Copyright and moral rights for the publications made accessible in the public portal are retained by the authors and/or other copyright owners and it is a condition of accessing publications that users recognise and abide by the legal requirements associated with these rights. • Users may download and print one copy of any publication from the public portal for the purpose of private study or research. • You may not further distribute the material or use it for any profit-making activity or commercial gain • You may freely distribute the URL identifying the publication in the public portal.
    [Show full text]
  • Economic Impact of Technology Standards
    Economic Impact of Technology Standards The past and the road ahead September 2017 Authors: Jorge Padilla, John Davies and Aleksandra Boutin compasslexecon.com This report was commissioned by Qualcomm Incorporated. All opinions expressed here are those of the authors, who are all employees of Compass Lexecon: Jorge Padilla, John Davies and Aleksandra Boutin, supported by Anubhav Mohanty and Sabire Ipek Demir. Executive Summary COMpass LEXECON Economic Impact of Technology Standards The past and the road ahead Executive Summary 1.1 This report examines the economic impact of technology others in the ITC sector. Furthermore, this approach is standards - which enable components from different spreading, not least because other industries are adopting suppliers to work together - on innovation, competition and wireless technologies in the ‘Internet of Things’. thus consumer choice and welfare. Such standards exist in 1.6 The mobile telephony industry has seen an impressive rate of all industries but are particularly important in Information growth and innovation, as well as a dynamic market structure and Communications Technology. We show that the way in in which new entrants continue to arise to challenge existing which these standards are developed and governed can have suppliers. Between 1994 and 2013, the number of devices profound implications for the pace of innovation and intensity sold each year rose 62 times or 20.1% per year on average. of competition. The cost of mobile subscriptions relative to maximum data 1.2 We present evidence that industries such as mobile speed has decreased 99% (approx. 40% per year) between telephony, which are based on open standards agreed through 2005 and 2013.
    [Show full text]
  • Modeling Creativity
    TOM DE SMEDT — MODELING CREATIVITY Faculteit Letteren en Wijsbegeerte Departement Taalkunde Modeling Creativity CASE STUDIES IN PYTHON Computermodellen van Creativiteit: Gevalstudies in de Python-programmeertaal Proefschrift voorgelegd tot het behalen van de graad van doctor in de Kunsten aan de Universiteit Antwerpen te verdedigen door Tom De Smedt PROMOTOR Prof. dr. Walter Daelemans CLiPS Computational Linguistics Group Universiteit Antwerpen CO-PROMOTOR Lucas Nijs EMRG Experimental Media Research Group St. Lucas University College of Art & Design, Antwerpen Antwerpen, 2013 1 TOM DE SMEDT — MODELING CREATIVITY Cover artwork: SELF-REPLICATION (Tom De Smedt & Ludivine Lechat) The fonts in the book are Computer Modern, Helvetica Neue, Arial and Courier New. The text was written in Google Docs. The layout was processed in LibreOffice. The illustrations were done in NodeBox. Computer Modern, LibreOffice and NodeBox are free and open source. Print: Silhouet, Maldegem © 2013 Tom De Smedt 2013 Uitgeverij UPA University Press Antwerp UPA is an imprint of ASP nv (Academic and Scientific Publishers nv) Ravensteengalerij 28 B-1000 Brussels Tel. +32 (0)2 289 26 50 Fax +32 (0)2 289 26 59 E-mail: [email protected] www.upa-editions.be ISBN 978 90 5718 260 0 NUR 984 / 616 / 656 Legal deposit D/2013/11.161/016 All rights reserved. No part of this book may be reproduced or transmitted in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the author. 2 TOM DE SMEDT — MODELING CREATIVITY Modeling Creativity CASE STUDIES IN PYTHON Tom De Smedt “Enough!” he said, hoarse with indignation.
    [Show full text]
  • Vysoké Učení Technické V Brně Brno University of Technology
    VYSOKÉ UČENÍ TECHNICKÉ V BRNĚ BRNO UNIVERSITY OF TECHNOLOGY FAKULTA INFORMAČNÍCH TECHNOLOGIÍ ÚSTAV POČÍTAČOVÝCH SYSTÉMŮ FACULTY OF INFORMATION TECHNOLOGY DEPARTMENT OF COMPUTER SYSTEMS OPERAČNÍ SYSTÉM PRO ŘÍZENÍ VESTAVĚNÝCH APLIKACÍ OPERATING SYSTEM FOR EMBEDDED APPLICATIONS CONTROL BAKALÁŘSKÁ PRÁCE BACHELOR‘S THESIS AUTOR PRÁCE TOMÁŠ KOLARÍK AUTHOR VEDOUCÍ PRÁCE Ing. VÁCLAV ŠIMEK SUPERVISOR BRNO 2009 Abstrakt Práce se zabývá výběrem operačního systému pro vestavěnou řídící jednotku parního sterilizátoru obsluhující barevný displej s dotekovým panelem. Na teoretické úrovni se zabývá architekturou vestavěných systémů a operačních systémů. U nich je pozornost soustředěna na správu procesů. Dále se zabývá přístrojem, pro nějž je vybírán operační systém, důvody pro jeho zavedení, jeho výhodami a nevýhodami v řídícím systému. Pak je součástí práce přehled a rozdělení OS do kategorií podle způsobu použití. A blíže jsou popsány dva open source operační systémy eCos a FreeRTOS. Z nich byl následně kód FreeRTOSe upraven z překladače GCC na překladač IAR. Poslední část práce popisuje architekturu a funkcionalitu vytvořené ukázkové aplikace. Ta pomocí dotekového panelu a barevného displeje umožňuje kreslit barevné nákresy, které se dají pomocí sériové komunikace přenášet do počítače. Abstract This thesis deals with selection of operating system for embedded control unit of steam sterilizer with color touch screen. Theoretical part of the thesis deals with the architecture of embedded systems and operating systems with focus on process management. In addition, the thesis deals with a device for which the operating system is selected, the reason for its implementation, advantages and disadvantages in the control system. The thesis also contains categorization of operating systems by way of use. Of these, two open source operating systems eCos and FreeRTOS are described more thoroughly.
    [Show full text]
  • Introduction to the ITRON Specifications Open Real-Time Operating System Standards for Embedded Systems
    ITRON pf/lettersize/2002/2 02.2.13 11:02 AM ページ6 Introduction to the ITRON Specifications Open Real-Time Operating System Standards for Embedded Systems The ITRON specifications are the standards for real-time operating systems and related specifications for embedded systems. Since the project started, we have published a series of ITRON real-time kernel specifications. Of these, the µITRON real-time kernel specification, which was designed for consumer products and other small- scale embedded systems, has been implemented for numerous 8-bit, 16-bit and 32-bit MCUs (Microcontroller Units) and adopted in countless end products, making it an industry standard in this field. Based on these achievements, we have broadened the scope of our standardization efforts beyond the kernel specifications to related aspects, working to expand the ITRON specifications as well as embedded system design technologies. http://www.itron.gr.jp/ ITRON pf/lettersize/2002/2 02.2.13 11:02 AM ページ1 The Status and Features of Embedded severely limited. On a typical 16-bit MCU there might be 64 KB of Systems ROM and around 1 KB of RAM available, or perhaps 128 KB and 4 KB on a slightly larger system. Another notable feature is the Advances in microprocessor technology continue to open up extremely large number of processor cores in use, since the MCU is new application fields for embedded systems. Originally they were often optimized to a particular application for the sake of cost used mainly for factory production line control and other industrial performance. applications. Their use spread to communications and office Even in the small-scale embedded system field, the growing equipment, then on to automotive systems, audio and video scale and complexity of software and the need for fast development products, TVs, cellular phones, synthesizers, game machines, and turnaround time have made improving software productivity a household appliances such as washing machines, airconditioners pressing need.
    [Show full text]