{{sellerTotalView > 1 ? __("sellers", {number: sellerTotalView}) : __("seller", {number: sellerTotalView}) }}, {{numTotalView > 1 ? __("items", {number: numTotalView}) : __("item", {number: numTotalView}) }}
free FREE

Change Your Zip Code

Inventory information and delivery speeds may vary for different locations.

Location History

{{email ? __('Got it!') : __('Restock Alert')}}

We will notify you by email when the item back in stock.

Cancel
Yami

Jingdong book

Xilinx Zynq SoC与嵌入式Linux设计实战指南 兼容ARM Cortex-A9的设计方法

{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}

Xilinx Zynq SoC与嵌入式Linux设计实战指南 兼容ARM Cortex-A9的设计方法

{{__(":people-members", {'people': item.limit_people_count})}} {{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ item.invalid_price }} {{ itemDiscount }}
Ends in
{{ itemCurrency }}{{ item.valid_price }}
{{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }}
{{ itemDiscount }}
{{ itemCurrency }}{{ item.valid_price }} {{ itemCurrency }}{{ priceFormat(item.valid_price / item.bundle_specification) }}/{{ item.unit }} {{ itemCurrency }}{{ item.invalid_price }} {{itemDiscount}}
{{ itemCurrency }}{{ item.valid_price }}
Sale ends in
Sale will starts after Sale ends in
{{ getSeckillDesc(item.seckill_data) }}
{{ __( "Pay with Gift Card to get sale price: :itemCurrency:price", { 'itemCurrency' : itemCurrency, 'price' : (item.giftcard_price ? priceFormat(item.giftcard_price) : '0.00') } ) }} ({{ itemCurrency }}{{ priceFormat(item.giftcard_price / item.bundle_specification) }}/{{ item.unit }}) Details
Best before

Currently unavailable.

We don't know when or if this item will be back in stock.

Unavailable in your area.
Sold Out

Details

Full product details
Editer Recommend

本书以Zynq-7000的ARM Cortex-A9部分为核心,以Zynq-7000的FPGA部分为可编程外设,由浅入深,从简单的流水灯、Hello World开始,详细介绍了底层硬件接口原理、嵌入式Linux环境搭建、嵌入式Linux操作系统移植以及应用程序设计方法。为了方便教学和自学,本书配套提供所有案例的完整设计文件。这些资源可以在清华大学出版社网站本书页面下载。主要内容:

n Zynq开发流程

n GPIO原理及设计实现

n 中断原理及设计实现

n 定时器原理及设计实现

n UART原理及设计实现

n OLED原理及设计实现

n 双核运行原理及设计实现

n 嵌入式Linux环境搭建

n u-boot移植方法与实现

n Linux内核移植方法与实现

n 网络视频设计及实现


Content Description

《XilinxZynqSoC与嵌入式Linux设计实战指南:兼容ARMCortex-A9的设计方法》系统介绍了XilinxZynq7000SoC与嵌入式Linux设计方法与实践。全书以ZynqPS(ARMCortexA9)为核心,以ZynqPL(FPGA)为可编程外设,详细介绍了从底层硬件系统到上层操作系统及GUI设计原理和方法,详细讲解了底层外设接口控制程序、嵌入式Linux操作系统移植以及应用程序。全书共分14章,内容包括Zynq初体验、Zynq集成开发环境、Zynq启动流程及镜像制作、GPIO原理及实现、中断原理及实现、定时器原理及实现、通用异步收发器原理及实现、OLED原理及实现、Zynq双核运行原理及实现、嵌入式Linux系统构建、嵌入式Linux系统实现、uboot原理及移植、Linux内核原理及移植和嵌入式网络视频设计及实现。

《XilinxZynqSoC与嵌入式Linux设计实战指南:兼容ARMCortex-A9的设计方法》由浅入深,从简单的流水灯、HelloWorld开始,使读者可以完成裸机控制程序设计、嵌入式Linux环境搭建、嵌入式操作系统移植以及应用程序设计等。

《XilinxZynqSoC与嵌入式Linux设计实战指南:兼容ARMCortex-A9的设计方法》理论与实践相结合,可以作为信息类专业大学本科高年级和研究生的教学参考用书,也可作为从事嵌入式系统设计的工程技术人员参考用书。


Author Description

陆启帅 中科院南京天文光学技术研究所(天文光学技术重点实验室)工程师。长期从事嵌入式系统方面科研和教学工作,在天文望远镜高精度跟踪控制、自适应光学控制、高速计算、ARM处理器架构以及嵌入式Linux有比较深入的研究和工程实践经验。


Catalogue

第一篇Zynq开发基础
第1章Zynq初体验
1.1PL部分设计实现
1.1.1创建工程
1.1.2设计输入
1.1.3设计综合
1.1.4设计实现
1.1.5下载执行
1.2PS部分设计实现
1.2.1建立Zynq硬件系统
1.2.2在PS中设计Hello World程序
1.2.3下载执行程序

第2章Zynq集成开发环境
2.1Zynq硬件平台
2.1.1Zynq XC7Z020芯片硬件资源
2.1.2ZedBoard硬件资源
2.2Zynq软件平台
2.2.1嵌入式硬件开发工具XPS
2.2.2嵌入式软件开发工具SDK

第3章Zynq启动流程及镜像制作
3.1BootROM
3.2Zynq器件的启动配置
3.3使用BootGen
3.3.1BootGen介绍
3.3.2BIF文件语法
3.3.3BootGen实例

第二篇Zynq底层硬件设计
第4章GPIO原理及设计实现
4.1GPIO原理
4.2Zynq XC7Z020 GPIO寄存器
4.2.1DATA_RO寄存器
4.2.2DATA寄存器
4.2.3MASK_DATA_LSW/ MSW寄存器
4.2.4DIRM寄存器
4.2.5OEN寄存器
4.2.6GPIO slcr寄存器
4.3GPIO设计实现
4.3.1汇编语言实现
4.3.2C语言实现

第5章中断原理及实现
5.1中断原理
5.1.1中断类型
5.1.2中断向量表
5.1.3中断处理过程
5.2Zynq中断体系结构
5.2.1私有中断
5.2.2软件中断
5.2.3共享外设中断
5.2.4中断寄存器
5.3中断程序设计实现
5.3.1中断向量表和解析程序
5.3.2中断源配置
5.3.3ICD寄存器初始化
5.3.4ICC寄存器组初始化
5.3.5ICD寄存器组配置
5.3.6ARM程序状态寄存器(CPSR)配置
5.3.7中断服务程序设计
5.4设计验证

第6章定时器原理及实现
6.1Zynq定时器概述
6.2私有定时器
6.2.1私有定时器寄存器
6.2.2私有定时器设计实现
6.3私有看门狗定时器
6.3.1私有看门狗定时器寄存器
6.3.2私有看门狗定时器设计实现
6.4全局定时器
6.4.1全局定时器寄存器
6.4.2全局定时器设计实现

第7章通用异步收发器原理及实现
7.1UART概述
7.2UART寄存器
7.3UART设计实现
7.3.1UART引脚设置
7.3.2UART初始化
7.3.3UART字符接收和发送函数实现
7.3.4UART主函数实现
7.3.5UART具体实现步骤

第8章OLED原理及实现
8.1OLED概述
8.2建立OLED硬件系统
8.3生成自定义OLED IP模板
8.4修改MY_OLED IP设计模板
8.5OLED驱动程序设计实现
8.5.1OLED初始化
8.5.2写数据相关函数
8.5.3写显存相关函数实现
8.6设计验证

第9章Zynq双核运行原理及实现
9.1双核运行原理
9.2硬件系统设计
9.3软件设计
9.3.1FSBL
9.3.2CPU0应用程序设计
9.3.3CPU1应用程序设计
9.4设计验证

第三篇嵌入式Linux设计
第10章嵌入式Linux系统构建
10.1Ubuntu 13.10设置
10.1.1root登录
10.1.2安装FTP服务器和SSH服务器
10.2PuTTY和FileZilla工具使用
10.2.1PuTTY工具使用
10.2.2FileZilla工具使用
10.3交叉编译器安装
10.3.1Xilinx ARM交叉编译器下载
10.3.2Xilinx ARM交叉编译器安装
10.4嵌入式Qt环境构建
10.4.1主机环境Qt构建
10.4.2目标机Qt环境构建

第11章嵌入式Linux系统实现
11.1硬件平台构建
11.1.1自定义GPIO IP核设计
11.1.2添加my_led IP核端口
11.2my_led IP核逻辑设计
11.2.1设置引脚方向信息
11.2.2my_led IP核端口和连接设计
11.2.3my_led IP核用户逻辑设计
11.2.4my_led IP核引脚约束设计
11.2.5my_led IP核硬件比特流生成
11.3启动文件BOOT.BIN设计
11.3.1第一阶段启动代码设计
11.3.2uboot编译
11.3.3生成BOOT.BIN文件
11.4Linux内核编译
11.4.1内核简介
11.4.2Xilinx Linux内核的获取
11.4.3Xilinx Linux内核编译
11.5系统测试
11.6添加my_led设备
11.6.1my_led驱动程序设计
11.6.2应用程序调用驱动程序测试

第12章uboot原理及移植
12.1uboot版本及源码结构
12.1.1uboot版本
12.1.2uboot源码结构
12.2uboot配置和编译分析
12.2.1uboot配置分析
12.2.2顶层Makefile分析
12.3uboot运行过程分析
12.3.1start.S文件分析
12.3.2lowlevel_init.S分析
12.3.3board_init_f分析
12.3.4board_init_r分析
12.3.5main_loop分析
12.4uboot移植
12.4.1删除无关文件
12.4.2修改因删除无关源码造成的错误
12.4.3添加修改ZedBoard移植代码
12.4.4uboot测试

第13章Linux内核原理及移植
13.1Linux内核版本及源码结构
13.1.1Linux内核版本
13.1.2Linux内核源码结构
13.2Linux内核系统配置
13.2.1Makefile分析
13.2.2Makefile中的变量
13.2.3子目录Makefile
13.2.4内核配置文件
13.3Linux内核启动分析
13.3.1内核启动入口
13.3.2zImage自解压
13.3.3第一阶段启动代码分析
13.3.4第二阶段启动代码分析
13.4Linux内核移植
13.4.1添加配置文件
13.4.2添加和修改ZedBoard相关文件
13.4.3添加驱动文件和头文件
13.4.4Linux内核测试

第14章网络视频设计及实现
14.1总体设计
14.2V4L2关键技术
14.2.1V4L2基本原理
14.2.2相关数据结构和函数
14.2.3V4L2工作流程
14.3TCP及Qt下的网络编程
14.3.1服务器端程序设计
14.3.2客户端程序设计
14.4设计验证
14.4.1主机设计验证
14.4.2目标机设计验证

Introduction

我们生活在一个快速连接的世界中——全球有超过60亿台移动计算设备相互连接,并且每天都持续增加约100万台移动计算设备。预计到2020年,全球移动计算设备总数将达到300亿台。随着物联网(IoT)以及万联网(IoE)的发展,海量大数据的存储、传输、处理、挖掘技术出现了极大的挑战。从处理响应速度来看,计算的处理响应速度从文字时代的秒级,到多媒体时代的百毫秒级、视频时代的十毫秒级,会迅速推进到5G时代的1毫秒级。对海量数据在1毫秒内完成处理,将是未来数十年摆在电子信息系统设计工程师面前的巨大难题。
随着摩尔定律走向深纳米时代,在20nm以下的工艺节点,每个节点的性价比提高幅度会比上一代逐渐减少,而前期的一次性工程费用(NRE)投入巨大,服务客户数量稀少,使得专用集成电路(ASIC)及专用标准集成电路(ASSP)在商业模式上步入绝境,赢利的公司数量锐减直至最后消亡,尚能存活的将是可编程器件。
面对海量的计算任务,多核并行曾是解决方案之一,但受制于算法可并行部分的局限,更多的核并不能带来更高的效率,加速效能也逐渐走到了尽头。此外,受单颗芯片发热量密度限制,即使芯片上集成的晶体管越来越多,但可同时运行的晶体管数目却趋于恒定,多余的晶体管将沦为暗硅 (Dark Silicon)。 因此,设计者不得不将目光转向冯·诺依曼架构之外的计算构架,例如领域定制化计算(Domain Specific Computing),它可在保持灵活性的同时,发挥每一个晶体管的计算能力,当然这也离不开可编程器件技术的长足发展。
在系统级别,大数据与软件定义一切,虚拟化一切的趋势,使得系统构架工程师不得不寻求更灵活、更智慧、更快速、更绿色的解决方案。而这些解决方案的核心往往与软件、硬件及I/O均可编程的芯片——赛灵思公司的All Programmable芯片相关。
在教育领域,除了需要培养能够应对未来数十年技术挑战的电子信息系统工程师之外,教学本身也充满了变革和机遇。随着大型开放式网络课程(MOOC)的兴起,在统一平台下通过互联网,以翻转课堂的方式,打破业界与教育界的壁垒,完成软件与硬件、理论与实验、年级与院系的全面贯通,将是很多电子信息类学科教育工作者的更高追求。
赛灵思大学计划将不遗余力地帮助教育工作者应对这些变革,与清华出版社合作将All Programmable全面可编程技术系统地引入到新型知识传播体系中去,培养能够应对下一代电子系统设计挑战的卓越工程师,为实现将“中国制造”变成“中国智造”的梦想,提供充足的智力和人才保障。

谢凯年
Xilinx大学计划大中华区经理


Specifications

Brand Jingdong book
Brand Origin China

Disclaimer

Product packaging, specifications and price are subject to change without notice. All information about the products on our website is provided for information purposes only. Please always read labels, warnings and directions provided with the product before use.

View Full Terms of Use
Add to favorites
{{ $isZh ? coupon.coupon_name_sub : coupon.coupon_ename_sub | formatCurrency }}
{{__("Buy Directly")}} {{ itemCurrency }}{{ item.directly_price }}
Quantity
{{ quantity }}
{{ instockMsg }}
{{ limitText }}
{{buttonTypePin == 3 ? __("Scan to view more PinGo") : __("Scan to start")}}
Sold by JD@CHINA
Ship to
{{ __("Ship to United States only") }}
Free shipping over 69
Genuine guarantee

Added to Cart

Keep Shopping

More to Consider

{{ item.brand_name }}

{{ item.item_name }}

{{ item.currency }}{{ item.market_price }}

{{ item.currency }}{{ item.unit_price }}

{{ item.currency }}{{ item.unit_price }}

Coupons

{{ coupon.coupon_name_new | formatCurrency }}
Clip Clipped Over
{{ getCouponDescStr(coupon) }}
{{ coupon.use_time_desc }}
Expires soon {{ formatTime(coupon.use_end_time) }}

Share this item with friends

Cancel

Yami Gift Card

Get this exclusive deal when paying with gift card

Terms and Conditions

Gift card deals are special offers for selected products;

The gift card deals will automatically be activated if a customer uses gift card balance at check out and the balance is sufficient to pay for the total price of the shopping cart products with gift card deals;

You will not be able to activate the gift card deals if you choose other payment methods besides gift card. The products will be purchased at their normal prices;

If your account balance is not enough to pay for the products with gift card deals, you can choose to reload your gift card balance by clicking on the Reload button at either shopping cart page or check out page;

Products that have gift card deals can be recognized by a special symbol showing 'GC Deal';

For any additional questions or concerns, please contact our customer service;

Yamibuy reserves the right of final interpretation.

Sold by Yami

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

Yami is committed to provide our customers with a peace of mind when purchasing from us. Most items shipped from Yamibuy.com can be returned within 30 days of receipt of shipment (For Food, Beverages, Snacks, Dry Goods, Health supplements, Fresh Grocery and Perishables Goods, within 7 days of receipt of shipment due to damages or quality issues; To ensure that every customer receives safe and high-quality products, we do not provide refunds or returns for beauty products once they have been opened or used, except in the case of quality issues; Some products may have different policies or requirements associated with them, please see below for products under special categories, or contact Yami Customer Service for further assistance).
Thank you for your understanding and support.

Learn More

Sold by Yami

Terms and Conditions of Yami E-Gift Card

If you choose “Redeem automatically” as your delivery method, your gift card balance will be reload automatically after your order has been processed successfully;

If you choose “Send to Email”as your delivery method, the card number and CVV will be sent to the email address automatically;

Any user can use the card number and CVV to redeem the gift card, please keep your gift card information safely. If you have any trouble receiving email, please contact Yami customer service;

Yami gift card can be used to purchase both Yami owned or Marketplace products;

Yami gift card will never expire;

Yami gift card balance does not have to be used up at once;

All rights reserved by Yami.

Return Policy

Gift card that has already been consumed is non-refundable.

Sold by JD@CHINA

Service Guarantee

Yami Free Shipping over $49
Yami Easy Returns
Yami Ships from United States

Shipping

  • United States

    Standard Shipping is $5.99 (Excluding Alaska & Hawaii). Free on orders of $49 or more.

    Local Express is $5.99 (Available in Parts of CA, NJ, MA & PA). Free on orders of $49 or more.

    2-Day Express (Includes Alaska & Hawaii) starts at $19.99.

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Sold by JD@CHINA

Service Guarantee

Yami Cross-store Free Shipping over $69
Yami 30-days Return

Yami-China FC

Yami has a consolidation warehouse in China which collects multiple sellers’ packages and combines to one order. Our Yami consolidation warehouse will directly ship the packages to your door. Cross-store free shipping over $69.

Return Policy

You may return products within 30 days upon receiving the products. Sellers take responsibilities for any wrong shipment or missing items. Packing needs to be unopened for any other than quality issues return. We promise to pack carefully, but because goods are taking long journey to destinations, simple damages to packaging may occur. Any damages not causing internal goods quality problems are not allowed to return. If you open the package and any quality problem is found, please contact customer service within three days after receipt of goods.

Shipping Information

Yami Consolidation Service Shipping Fee $9.99(Free shipping over $69)

Sellers in China will ship their orders within 1-2 business days once the order is placed. Packages are sent to our consolidation warehouse in China and combined there. Our Yami consolidation warehouse will directly ship the packages to you via UPS. The average time for UPS to ship from China to the United States is about 10 working days and it can be traced using the tracking number. Due to the pandemic, the delivery time may be delayed by about 5 days. The package needs to be signed by the guest. If the receipt is not signed, the customer shall bear the risk of loss of the package.

Sold by JD@CHINA

Service Guarantee

Free shipping over 69
Genuine guarantee

Shipping

Yami Consolidated Shipping $9.99(Free shipping over $69)


Seller will ship the orders within 1-2 business days. The logistics time limit is expected to be 7-15 working days. In case of customs clearance, the delivery time will be extended by 3-7 days. The final receipt date is subject to the information of the postal company.

Yami Points information

All items are excluding from any promotion or points events on Yamibuy.com

Return Policy

You may return product within 30 days upon receiving the product. Items returned must be new in it's original packing, including the original invoice for the purchase. Customer return product at their own expense.

Yami

Download the Yami App

Back Top

Recommended for You

About the brand

Jingdong book

为您推荐

Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折
Yami
欣葉
2种选择
欣叶 御大福 芋头麻薯 180g

周销量 600+

$1.66 $1.99 83折

Reviews{{'('+ commentList.posts_count + ')'}}

Have your say. Be the first to help other guests.

Write a review
{{ totalRating }} Write a review
  • {{i}} star

    {{i}} stars

    {{ parseInt(commentRatingList[i]) }}%

Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}
Yami Yami
{{ comment.user_name }}

{{ showTranslate(comment) }}Show Less

{{ strLimit(comment,800) }}Show more

Show Original

{{ comment.content }}

Yami
Show All

{{ formatTime(comment.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ comment.likes_count }} {{ comment.likes_count }} {{ comment.reply_count }} {{comment.in_user==uid ? __('Delete') : __('Report')}}

No related comment~

Review

Yami Yami

{{ showTranslate(commentDetails) }}Show Less

{{ strLimit(commentDetails,800) }}Show more

Show Original

{{ commentDetails.content }}

Yami
Show All

{{ formatTime(commentDetails.in_dtm) }} VERIFIED PURCHASE {{groupData}}

{{ commentDetails.likes_count }} {{ commentDetails.likes_count }} {{ commentDetails.reply_count }} {{commentDetails.in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Comments{{'(' + replyList.length + ')'}}

Yami Yami

{{ showTranslate(reply) }}Show Less

{{ strLimit(reply,800) }}Show more

Show Original

{{ reply.reply_content }}

{{ formatTime(reply.reply_in_dtm) }}

{{ reply.reply_likes_count }} {{ reply.reply_likes_count }} {{ reply.reply_reply_count }} {{reply.reply_in_user==uid ? __('Delete') : __('Report')}}

Please write at least one word

Cancel

That’s all the comments so far!

Write a review
How would you rate this item?

Please add your comment.

  • A nice nickname will make your comments more popular!
  • The nickname in your account will be changed to the same as here.
Thanks for your review
Our community rely on great reviews like yours to find the best of Asia.

Report

If you find this content inappropriate and think it should be removed from the Yami.com site, let us know please.

Cancel

Are you sure to delete your review?

Cancel

You’ve Recently Viewed

About the brand

Jingdong book