Yocto Manual Can Be Applied to the Phytec BSP As We Use the Classic Kernel Approach of Yocto and Most of the Documentation Assumes the Yocto Kernel Approach

Total Page:16

File Type:pdf, Size:1020Kb

Yocto Manual Can Be Applied to the Phytec BSP As We Use the Classic Kernel Approach of Yocto and Most of the Documentation Assumes the Yocto Kernel Approach Yocto Reference Manual Document No.: L-813e_4 Release No.: phyCORE-AM335x R2 PD16.1.x Yocto 2.0.2 Edition: June 2016 A product of a PHYTEC Technology Holding company Yocto Reference Manual Copyrighted products are not explicitly indicated in this manual. The absence of the trademark (™, or ®) and copyright (©) symbols does not imply that a product is not protected. Additionally, registered patents and trademarks are similarly not expressly indicated in this manual. The information in this document has been carefully checked and is considered to be entirely reliable. However, PHYTEC Messtechnik GmbH assumes no responsibility for any inaccuracies. PHYTEC Messtechnik GmbH neither gives any guarantee nor accepts any liability whatsoever for consequential damages resulting from the use of this manual or its associated product. PHYTEC Messtechnik GmbH reserves the right to alter the information contained herein without prior notification and accepts no responsibility for any damages that might result. Additionally, PHYTEC Messtechnik GmbH offers no guarantee nor accepts any liability for damages arising from the improper usage or improper installation of the hardware or software. PHYTEC Messtechnik GmbH further reserves the right to alter the layout and/or design of the hardware without prior notification and accepts no liability for doing so. © Copyright 2016 PHYTEC Messtechnik GmbH, D-55129 Mainz. Rights - including those of translation, reprint, broadcast, photomechanical or similar reproduction and storage or processing in computer systems, in whole or in part - are reserved. No reproduction may occur without the express written consent from PHYTEC Messtechnik GmbH. EUROPE NORTH AMERICA FRANCE Address: PHYTEC Messtechnik GmbH PHYTEC America LLC PHYTEC France Robert-Koch-Str. 39 203 Parfitt Way SW 17, place Saint-Etienne D-55129 Mainz Bainbridge Island, WA 98110 F-72140 Sillé-le-Guillaume GERMANY USA FRANCE +49 6131 9221-32 +1 800 278-9913 +33 2 43 29 22 33 Sales: [email protected] [email protected] [email protected] Technical +49 6131 9221-31 +1 206 780-9047 Support: [email protected] [email protected] [email protected] Fax: +49 6131 9221-33 +1 206 780-9135 +33 2 43 29 22 34 http://www.phytec.de Web Site: http://www.phytec.com http://www.phytec.fr http://www.phytec.eu INDIA CHINA Address: PHYTEC Embedded Pvt. Ltd. PHYTEC Information Technology (Shenzhen) Co. Ltd. #16/9C, 3rd Main, 3rd Floor, 8th Block, Suite 2611, Floor 26, Anlian Plaza, Opp. Police Station Koramangala, 4018 Jin Tian Road Bangalore-560095 Futian District, Shenzhen INDIA CHINA 518026 +91-80-4086 7046/48 +86-755-3395-5875 Sales: [email protected] [email protected] Technical +91-80-4086 7047 Support: [email protected] [email protected] Fax: +86-755-3395-5999 Web Site: http://www.phytec.in http://www.phytec.cn 4th Edition June 2016 © PHYTEC Messtechnik GmbH 2016 L-813e_4 Contents Conventions, Abbreviations and Acronyms ....................................................................iii 1 The Yocto Project ............................................................................................... 1 1.1 Introduction .............................................................................................. 1 1.2 Core Components ........................................................................................ 1 1.3 Vocabulary ................................................................................................. 2 1.3.1 Recipes ........................................................................................... 2 1.3.2 Classes ............................................................................................ 2 1.3.3 Layers............................................................................................. 2 1.3.4 Machine .......................................................................................... 2 1.3.5 Distribution (Distro) ......................................................................... 2 1.4 Poky .......................................................................................................... 3 1.4.1 Bitbake ........................................................................................... 3 1.4.2 Toaster ........................................................................................... 3 1.5 Official Documentation................................................................................. 3 2 Compatible Linux Distributions.......................................................................... 4 3 Introduction to the Phytec BSP ............................................................................. 5 3.1 BSP Structure ............................................................................................. 5 3.1.1 BSP Management ............................................................................. 5 3.1.1.1 phyLinux............................................................................. 5 3.1.1.2 Repo .................................................................................. 5 3.1.2 BSP Metadata ................................................................................... 6 3.1.2.1 Poky................................................................................... 6 3.1.2.2 meta-openembedded ............................................................ 6 3.1.2.3 meta-qt5............................................................................. 6 3.1.2.4 meta-phytec ........................................................................ 6 3.1.2.5 meta-yogurt ........................................................................ 7 3.2 Build Configuration....................................................................................... 7 4 Installation........................................................................................................ 8 4.1 Setting up the Host ..................................................................................... 8 4.2 Git Configuration .......................................................................................... 8 4.3 site.conf Setup............................................................................................. 9 5 phyLinux Documentation ................................................................................... 10 5.1 Get phyLinux...............................................................................................10 5.2 Basic Usage ................................................................................................10 5.3 Initialization ..............................................................................................11 5.4 Advanced Usage ..........................................................................................12 6 Working with Poky and Bitbake........................................................................... 13 6.1 Start the Build.............................................................................................13 6.2 Images ......................................................................................................14 6.3 Installing the SDK........................................................................................14 6.4 Accessing Development States between Releases ...............................................15 6.5 Inspect your Build Configuration.....................................................................15 6.6 BSP Features of meta-phytec and meta-yogurt...................................................16 © PHYTEC Messtechnik GmbH 2016 L-813e_4 i Yocto Reference Manual 6.7 Customizing the BSP.................................................................................... 18 6.7.1 How to disable the Qt Demo ............................................................... 18 6.7.2 How to use the Framebuffer Console .................................................... 19 6.7.3 How to add additional Software to the BSP Image................................... 19 6.7.3.1 Notes about Packages and Recipes.......................................... 20 6.7.4 How to add an additional Layer........................................................... 20 6.7.5 How to create your own Layer............................................................. 22 6.7.6 How to know your Kernel and Bootloader Recipe and Version.................... 23 6.7.7 How to Configure the Kernel or Bootloader ........................................... 24 6.7.7.1 How to add a Configuration Fragment to a Recipe ...................... 25 6.7.7.2 How to add a complete default Configuration (defconfig) to a Recipe......................................................................... 26 6.7.8 How to patch the Kernel or Bootloader with devtool ................................ 27 6.7.9 How to patch the Kernel or Bootloader with the "temporary Method"......... 28 6.7.10 How to work with the Kernel and Bootloader using SRC_URI in local.conf .... 31 6.7.11 How to add existing Software with the "sustainable Method" ................... 32 6.7.12 How to add Linux Firmware Files to the Root Filesystem ........................... 33 6.7.13 How to change the Network Configuration ............................................ 34 6.7.14 How to change the Wireless Network Configuration................................. 35 6.7.14.1 Connecting to a WLAN Network .............................................. 35 6.7.14.2 Creating a WLAN Access Point ................................................ 36 6.7.15 How to add OpenCV Libraries and Examples ..........................................
Recommended publications
  • The Linux Kernel Module Programming Guide
    The Linux Kernel Module Programming Guide Peter Jay Salzman Michael Burian Ori Pomerantz Copyright © 2001 Peter Jay Salzman 2007−05−18 ver 2.6.4 The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License, version 1.1. You can obtain a copy of this license at http://opensource.org/licenses/osl.php. This book is distributed in the hope it will be useful, but without any warranty, without even the implied warranty of merchantability or fitness for a particular purpose. The author encourages wide distribution of this book for personal or commercial use, provided the above copyright notice remains intact and the method adheres to the provisions of the Open Software License. In summary, you may copy and distribute this book free of charge or for a profit. No explicit permission is required from the author for reproduction of this book in any medium, physical or electronic. Derivative works and translations of this document must be placed under the Open Software License, and the original copyright notice must remain intact. If you have contributed new material to this book, you must make the material and source code available for your revisions. Please make revisions and updates available directly to the document maintainer, Peter Jay Salzman <[email protected]>. This will allow for the merging of updates and provide consistent revisions to the Linux community. If you publish or distribute this book commercially, donations, royalties, and/or printed copies are greatly appreciated by the author and the Linux Documentation Project (LDP).
    [Show full text]
  • Version 7.8-Systemd
    Linux From Scratch Version 7.8-systemd Created by Gerard Beekmans Edited by Douglas R. Reno Linux From Scratch: Version 7.8-systemd by Created by Gerard Beekmans and Edited by Douglas R. Reno Copyright © 1999-2015 Gerard Beekmans Copyright © 1999-2015, Gerard Beekmans All rights reserved. This book is licensed under a Creative Commons License. Computer instructions may be extracted from the book under the MIT License. Linux® is a registered trademark of Linus Torvalds. Linux From Scratch - Version 7.8-systemd Table of Contents Preface .......................................................................................................................................................................... vii i. Foreword ............................................................................................................................................................. vii ii. Audience ............................................................................................................................................................ vii iii. LFS Target Architectures ................................................................................................................................ viii iv. LFS and Standards ............................................................................................................................................ ix v. Rationale for Packages in the Book .................................................................................................................... x vi. Prerequisites
    [Show full text]
  • OM-Cube Project
    OM-Cube project V. Hiribarren, N. Marchand, N. Talfer [email protected] - [email protected] - [email protected] Abstract. The OM-Cube project is composed of several components like a minimal operating system, a multi- media player, a LCD display and an infra-red controller. They should be chosen to fit the hardware of an em- bedded system. Several other similar projects can provide information on the software that can be chosen. This paper aims to examine the different available tools to build the OM-Multimedia machine. The main purpose is to explore different ways to build an embedded system that fits the hardware and fulfills the project. 1 A Minimal Operating System The operating system is the core of the embedded system, and therefore should be chosen with care. Because of its popu- larity, a Linux based system seems the best choice, but other open systems exist and should be considered. After having elected a system, all unnecessary components may be removed to get a minimal operating system. 1.1 A Linux Operating System Using a Linux kernel has several advantages. As it’s a popular kernel, many drivers and documentation are available. Linux is an open source kernel; therefore it enables anyone to modify its sources and to recompile it. Using Linux in an embedded system requires adapting the kernel to the hardware and to the system needs. A simple method for building a Linux embed- ded system is to create a partition on a development host and to mount it on a temporary mount point. This partition is filled as one goes along and then, the final distribution is put on the target host [Fich02] [LFS].
    [Show full text]
  • Linux for Zseries: Device Drivers and Installation Commands (March 4, 2002) Summary of Changes
    Linux for zSeries Device Drivers and Installation Commands (March 4, 2002) Linux Kernel 2.4 LNUX-1103-07 Linux for zSeries Device Drivers and Installation Commands (March 4, 2002) Linux Kernel 2.4 LNUX-1103-07 Note Before using this document, be sure to read the information in “Notices” on page 207. Eighth Edition – (March 2002) This edition applies to the Linux for zSeries kernel 2.4 patch (made in September 2001) and to all subsequent releases and modifications until otherwise indicated in new editions. © Copyright International Business Machines Corporation 2000, 2002. All rights reserved. US Government Users Restricted Rights – Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. Contents Summary of changes .........v Chapter 5. Linux for zSeries Console || Edition 8 changes.............v device drivers............27 Edition 7 changes.............v Console features .............28 Edition 6 changes ............vi Console kernel parameter syntax .......28 Edition 5 changes ............vi Console kernel examples ..........28 Edition 4 changes ............vi Usingtheconsole............28 Edition 3 changes ............vii Console – Use of VInput ..........30 Edition 2 changes ............vii Console limitations ............31 About this book ...........ix Chapter 6. Channel attached tape How this book is organized .........ix device driver ............33 Who should read this book .........ix Tapedriverfeatures...........33 Assumptions..............ix Tape character device front-end........34 Tape block
    [Show full text]
  • Linux Kernel and Driver Development Training Slides
    Linux Kernel and Driver Development Training Linux Kernel and Driver Development Training © Copyright 2004-2021, Bootlin. Creative Commons BY-SA 3.0 license. Latest update: October 9, 2021. Document updates and sources: https://bootlin.com/doc/training/linux-kernel Corrections, suggestions, contributions and translations are welcome! embedded Linux and kernel engineering Send them to [email protected] - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 1/470 Rights to copy © Copyright 2004-2021, Bootlin License: Creative Commons Attribution - Share Alike 3.0 https://creativecommons.org/licenses/by-sa/3.0/legalcode You are free: I to copy, distribute, display, and perform the work I to make derivative works I to make commercial use of the work Under the following conditions: I Attribution. You must give the original author credit. I Share Alike. If you alter, transform, or build upon this work, you may distribute the resulting work only under a license identical to this one. I For any reuse or distribution, you must make clear to others the license terms of this work. I Any of these conditions can be waived if you get permission from the copyright holder. Your fair use and other rights are in no way affected by the above. Document sources: https://github.com/bootlin/training-materials/ - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 2/470 Hyperlinks in the document There are many hyperlinks in the document I Regular hyperlinks: https://kernel.org/ I Kernel documentation links: dev-tools/kasan I Links to kernel source files and directories: drivers/input/ include/linux/fb.h I Links to the declarations, definitions and instances of kernel symbols (functions, types, data, structures): platform_get_irq() GFP_KERNEL struct file_operations - Kernel, drivers and embedded Linux - Development, consulting, training and support - https://bootlin.com 3/470 Company at a glance I Engineering company created in 2004, named ”Free Electrons” until Feb.
    [Show full text]
  • El Núcleo Linux
    El núcleo Linux Josep Jorba Esteve PID_00174426 GNUFDL • PID_00174426 El núcleo Linux Índice Introducción ................................................... ....... 5 Objetivos ................................................... ............ 6 1. El núcleo del sistema GNU/Linux .............................. 7 2. Personalización o actualización del núcleo................... 15 3. Proceso de configuración y compilación ...................... 18 3.1. Compilación antigua de la rama 2.4.x del núcleo . 20 3.2. Migración de 2.4 a la rama 2.6.x del núcleo. 25 3.3. Compilación de la rama 2.6.x del núcleo . 27 3.4. Compilación del núcleo en Debian (Debian Way)............. 30 4. Aplicación de parches al núcleo ................................ 35 5. Módulos del núcleo ............................................... 38 5.1. DKMS: módulos recompilados dinámicamente . 41 6. Virtualización en el núcleo ..................................... 44 6.1. KVM ............................................ .............. 46 7. Futuro del núcleo y alternativas ............................... 53 8. Taller de configuración del núcleo a las necesidades del usuario................................................... ...... 58 8.1. Configuración del núcleo en Debian . 58 8.2. Configuración del núcleo en Fedora/Red Hat . 61 8.3. Configuración de un núcleo genérico . 63 Resumen ................................................... ............ 66 Actividades ................................................... ......... 67 Bibliografía ..................................................
    [Show full text]
  • Enabling Hardware Accelerated Video Decode on Intel® Atom™ Processor D2000 and N2000 Series Under Fedora 16
    Enabling Hardware Accelerated Video Decode on Intel® Atom™ Processor D2000 and N2000 Series under Fedora 16 Application Note October 2012 Order Number: 509577-003US INFORMATIONLegal Lines and Disclaimers IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE, TO ANY INTELLECTUAL PROPERTY RIGHTS IS GRANTED BY THIS DOCUMENT. EXCEPT AS PROVIDED IN INTEL'S TERMS AND CONDITIONS OF SALE FOR SUCH PRODUCTS, INTEL ASSUMES NO LIABILITY WHATSOEVER AND INTEL DISCLAIMS ANY EXPRESS OR IMPLIED WARRANTY, RELATING TO SALE AND/OR USE OF INTEL PRODUCTS INCLUDING LIABILITY OR WARRANTIES RELATING TO FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR INFRINGEMENT OF ANY PATENT, COPYRIGHT OR OTHER INTELLECTUAL PROPERTY RIGHT. A “Mission Critical Application” is any application in which failure of the Intel Product could result, directly or indirectly, in personal injury or death. SHOULD YOU PURCHASE OR USE INTEL'S PRODUCTS FOR ANY SUCH MISSION CRITICAL APPLICATION, YOU SHALL INDEMNIFY AND HOLD INTEL AND ITS SUBSIDIARIES, SUBCONTRACTORS AND AFFILIATES, AND THE DIRECTORS, OFFICERS, AND EMPLOYEES OF EACH, HARMLESS AGAINST ALL CLAIMS COSTS, DAMAGES, AND EXPENSES AND REASONABLE ATTORNEYS' FEES ARISING OUT OF, DIRECTLY OR INDIRECTLY, ANY CLAIM OF PRODUCT LIABILITY, PERSONAL INJURY, OR DEATH ARISING IN ANY WAY OUT OF SUCH MISSION CRITICAL APPLICATION, WHETHER OR NOT INTEL OR ITS SUBCONTRACTOR WAS NEGLIGENT IN THE DESIGN, MANUFACTURE, OR WARNING OF THE INTEL PRODUCT OR ANY OF ITS PARTS. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked “reserved” or “undefined”.
    [Show full text]
  • Operating System Components for an Embedded Linux System
    INSTITUTEFORREAL-TIMECOMPUTERSYSTEMS TECHNISCHEUNIVERSITATM¨ UNCHEN¨ PROFESSOR G. F ARBER¨ Operating System Components for an Embedded Linux System Martin Hintermann Studienarbeit ii Operating System Components for an Embedded Linux System Studienarbeit Executed at the Institute for Real-Time Computer Systems Technische Universitat¨ Munchen¨ Prof. Dr.-Ing. Georg Farber¨ Advisor: Prof.Dr.rer.nat.habil. Thomas Braunl¨ Author: Martin Hintermann Kirchberg 34 82069 Hohenschaftlarn¨ Submitted in February 2007 iii Acknowledgements At first, i would like to thank my supervisor Prof. Dr. Thomas Braunl¨ for giving me the opportunity to take part at a really interesting project. Many thanks to Thomas Sommer, my project partner, for his contribution to our good work. I also want to thank also Bernard Blackham for his assistance by email and phone at any time. In my opinion, it was a great cooperation of all persons taking part in this project. Abstract Embedded systems can be found in more and more devices. Linux as a free operating system is also becoming more and more important in embedded applications. Linux even replaces other operating systems in certain areas (e.g. mobile phones). This thesis deals with the employment of Linux in embedded systems. Various architectures of embedded systems are introduced and the characteristics of common operating systems for these devices are reviewed. The architecture of Linux is examined by looking at the particular components such as kernel, standard C libraries and POSIX tools for embedded systems. Furthermore, there is a survey of real-time extensions for the Linux kernel. The thesis also treats software development for embedded Linux ranging from the prerequi- sites for compiling software to the debugging of binaries.
    [Show full text]
  • Practical Practical
    PRACTICAL PRACTICAL GPLCOMPLIANCE GPLCOMPLIANCE A GUIDE FOR STARTUPS, SMALL ABUSINESSES GUIDE FOR STARTUPS, AND ENGINEERS SMALL BUSINESSES AND ENGINEERS ARMIJN HEMEL, MSC AND SHANE COUGHLAN ARMIJN HEMEL, MSC AND SHANE COUGHLAN Copyright © 2017 Linux Foundation All rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of the publisher except for the use of brief quotations in a book review and certain other noncommercial uses permitted by copyright law. Printed in the United States of America First Edition, 2017 ISBN: 978-0-9989078-0-2 1 Letterman Drive Building D Suite D4700 San Francisco CA 94129 Phone/Fax: +1 415 723 9709 https://linuxfoundation.org About the Authors Shane Coughlan Shane Coughlan is an expert in communi- cation, security, and business development. His professional accomplishments include spearheading the licensing team that elevated Open Invention Network into the largest patent non-aggression community in history, establishing the leading professional network of open source legal experts, and aligning stakeholders to launch both the first law journal and the first law book dedicated to open source. He currently leads the OpenChain community as Program Manager. Shane has extensive knowledge of open source governance, internal process development, supply chain management, and community building. His experience includes engagement with the enterprise, embedded, mobile, and automotive industries. Armijn Hemel Armijn Hemel is the owner of Tjaldur Software Governance Solutions. He is an active re- searcher of and internationally recognized expert in open source license compliance and supply chain management. He studied computer science at Utrecht University in The Netherlands, where he pioneered reproducible builds with NixOS.
    [Show full text]
  • Compiling Your Own Kernel Getting the Kernel Configuring the Kernel
    Williams College Meeting 4 Compiling Your Own Kernel In this meeting, we will use several tools to: • download the latest stable kernel • customize the kernel config file • compile the kernel and kernel modules • set the default system kernel to be a kernel of your choosing • explore the kernel source code using the LXR Cross Referencer Getting the Kernel The kernel source code is available at kernel.org. On the main page, there is a big yellow box that says Latest Stable Kernel. It may be tempting to press that button. Resist the urge: clicking that link will download the latest stable kernel as a compressed “tarball”. A tarball is good for today, but we don’t want to live in the present. The kernel source is actively developed by a heterogeneous community of developers, with updates and changes managed using git. We want to get the Linux source using git so that we can access the history of old kernel versions, as well as access new releases when they are published. Step one for today’s meeting is to find the “mainline” Linux source’s git repository. • Where is mainline kernel’s git repository? What are the meanings of the following terms (in relationship to the Linux development process), and how are they represented in the Linux git repository? • mainline • longterm • stable • prepatch (Hint: Use git to clone this repository to a directory called linux-stable-src/, and explore the git repository using git-log, git-branch, and git-tag.) • Now execute the command: $ uname -r What is the output? • What is a “distribution” kernel? • Is your system using a mainline or distribution kernel? Configuring the Kernel There are many good online guides for building your kernel.
    [Show full text]
  • Op E N So U R C E Yea R B O O K 2 0
    OPEN SOURCE YEARBOOK 2016 ..... ........ .... ... .. .... .. .. ... .. OPENSOURCE.COM Opensource.com publishes stories about creating, adopting, and sharing open source solutions. Visit Opensource.com to learn more about how the open source way is improving technologies, education, business, government, health, law, entertainment, humanitarian efforts, and more. Submit a story idea: https://opensource.com/story Email us: [email protected] Chat with us in Freenode IRC: #opensource.com . OPEN SOURCE YEARBOOK 2016 . OPENSOURCE.COM 3 ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ ...... ........ .. .. .. ... .... AUTOGRAPHS . ... .. .... .. .. ... .. ........ OPENSOURCE.COM...... ........ .. .. .. ... .... ........ WRITE FOR US ..... .. .. .. ... .... 7 big reasons to contribute to Opensource.com: Career benefits: “I probably would not have gotten my most recent job if it had not been for my articles on 1 Opensource.com.” Raise awareness: “The platform and publicity that is available through Opensource.com is extremely 2 valuable.” Grow your network: “I met a lot of interesting people after that, boosted my blog stats immediately, and 3 even got some business offers!” Contribute back to open source communities: “Writing for Opensource.com has allowed me to give 4 back to a community of users and developers from whom I have truly benefited for many years.” Receive free, professional editing services: “The team helps me, through feedback, on improving my 5 writing skills.” We’re loveable: “I love the Opensource.com team. I have known some of them for years and they are 6 good people.” 7 Writing for us is easy: “I couldn't have been more pleased with my writing experience.” Email us to learn more or to share your feedback about writing for us: https://opensource.com/story Visit our Participate page to more about joining in the Opensource.com community: https://opensource.com/participate Find our editorial team, moderators, authors, and readers on Freenode IRC at #opensource.com: https://opensource.com/irc .
    [Show full text]
  • Working with Kernel Modules Lab
    Working with Kernel Modules Lab © 2013 Wind River Systems, Inc Working with Kernel Modules Lab Objective In this lab, you will learn how to manage kernel modules in your projects, as well as how to develop new modules. NOTE: This lab should take approximately 60 minutes. Lab Overview Loadable kernel modules are the equivalent of shared libraries in user-space. They provide additional functionality to the kernel when required, without having to pay the penalty in terms of memory (and boot-time) when the module is not in use. They are particularly useful for implementing device drivers and file systems, where compiling support for every type of file system or device statically into the kernel would be prohibitive. In this lab, you will learn how to do the following: configure the kernel build to add/remove modules load/unload modules on the target develop new modules Before You Begin This lab modifies the kernel source of an existing platform project. Use the pre-built project provided with your lab environment. Refer to the Getting Started lab to identify where to find this project in your lab environment. The location of this project will be referenced as $TARGET_BASE throughout this lab. This lab uses a command-line environment. Take the time now to open a command-line terminal and navigate to this directory. Managing Modules in the Kernel Build In this section, you will modify your kernel configuration to include a new feature which was previously disabled. This feature will be enabled as a module. The feature chosen for this exercise is the NILFS2 file system, which would enable your target to mount a file system formatted using NILFS2.
    [Show full text]