• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PacktPublishing/Mastering-Embedded-Linux-Programming-Second-Edition: Mastering E ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

PacktPublishing/Mastering-Embedded-Linux-Programming-Second-Edition

开源软件地址(OpenSource Url):

https://github.com/PacktPublishing/Mastering-Embedded-Linux-Programming-Second-Edition

开源编程语言(OpenSource Language):

C 56.3%

开源软件介绍(OpenSource Introduction):

$5 Tech Unlocked 2021!

Buy and download this product for only $5 on PacktPub.com

The $5 campaign runs from December 15th 2020 to January 13th 2021.

Mastering Embedded Linux Programming – Second Edition

This is the code repository for Mastering Embedded Linux Programming - Second Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

Embedded Linux is widely used and there’s a need of selection, organization, and presentation of embedded linux.

Mastering Embedded Linux Programming 2nd edition takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage.The aim of this book is to help you create efficient and secure embedded devices using Linux. You will begin by learning about tool chains, boot loaders, the Linux kernel, and how to configure a root file system to create a basic working device which will be followed by using Buildroot and Yocto to speed up and simplify the development process .Key topics include basic system set-up, toolchains, accessing hardware at a low-level, robustness, real-time behavior and security.Its purpose is to make you aware how to construct an embedded Linux using open source projects to produce a robust and reliable system by understanding about Linux 4.9 Yocto’s Pyro 2.3 along with the latest Buildroot.

By the end of the book , you will be able to derive a wide choice of solutions to solve a particular problem.

Instructions and Navigation

All of the code is organized into folders. For example, Chapter04.

The code will look like the following:

/dts-v1/;
/{
    model = "TI AM335x BeagleBone";
    compatible = "ti,am33xx";
    #address-cells = <1>;
    #size-cells = <1>;
    cpus {
        #address-cells = <1>;
        #size-cells = <0>;
        cpu@0 {
            compatible = "arm,cortex-a8";
            device_type = "cpu";
            reg = <0>;
        };
    };
    memory@0x80000000 {
        device_type = "memory";
        reg = <0x80000000 0x20000000>; /* 512 MB */
    };
};

At the end of the ROM code phase, the next stage bootloader is present in on-chip memory and the ROM code jumps to the beginning of that code.

Errata

(Page 136) If you get errors after executing the commands mentioned in the book. Please click the below link to find the solution to get rid of those errors: https://unix.stackexchange.com/questions/579640/u-boot-wrong-ramdisk-image-format-with-initramfs-on-beaglebone-black

Related Embedded Linux Programming Products




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap