{{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

Linux系统移植(第2版)

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

Linux系统移植(第2版)

{{__(":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

国内的Linux系统移植图书全面升级,ChinaUnix社区鼎力推荐,赠送17.5小时高清语音视频讲解、教学PPT

通过15个典型案例,全面、系统、深入地剖析Linux系统移植的方法

内容新颖:书中的开发环境、编译工具和软件都是当前流行的稳定版本

内容全面:涵盖Linux内核、文件系统、驱动及数据库等各种系统的移植

循序渐进:遵循原理分析,代码分析,编译,测试,移植的学习顺序

讲解详细:所有编译过程都附有编译命令,并对复杂的命令给出了详细说明

技巧性强:穿插了大量的经验和技巧,并对容易出错的地方给出了专门的提示

注重实战:通过典型案例,让读者深入体验Linux系统移植的方法和全过程


Content Description

“Linux典藏大系”自2010年陆续出版以来,因其内容丰富、讲解细腻、通俗易懂和实用性强等特色而深受广大读者的喜爱,长期位居同类图书销售排行榜的前列,累计销量近10万册。丛书中部分图书荣获51CTO读书频道最受读者喜爱的原创IT技术图书奖,还有多种图书的中文繁体字版权输出到了中国台湾地区出版发行。丛书中的多个品种被国内几十所培训机构和大中专院校选为教材。丛书的出版还得到了国内Linux领域最知名的技术社区ChinaUnix的大力支持。读者在ChinaUnix社区的论坛上与社区中的Linux爱好者进行了广泛的交流,取得了良好的学习效果。2014年2月“Linux典藏大系“全新升级版(第2版)正式出版,第2版图书迎合了Linux技术的最新发展,全部采用当前最流行和稳定的Linux发行版或者相关工具,是Linux爱好者学习Linux的好帮手。

《Linux系统移植(第2版)》是获得了大量读者好评的“Linux典藏大系”中的《Linux系统移植》的第2版。《Linux系统移植(第2版)》由浅入深,全面、系统地介绍了Linux系统移植的各方面知识。书中的每个章节都有相应的实例编译或移植过程,每个移植实例都具有代表性,在实际应用和开发中有很高的参考价值。另外,《Linux系统移植(第2版)》赠送17.5小时多媒体教学视频及书中涉及的实例源程序,便于读者高效、直观地学习。
《Linux系统移植(第2版)》分为4篇。第1篇简单介绍了Linux内核和嵌入式Linux系统开发环境搭建;第2篇介绍了一个最基本的嵌入式系统的组成部分、Bootloader移植、内核移植和文件系统移植;第3篇介绍了LCD、触摸屏、USB、网卡、音频、SD卡、NandFlash等流行的设备驱动移植过程;第4篇从嵌入式产品角度出发,介绍了GUI、Qtopia、嵌入式数据库BerkeleyDB和SQLite、嵌入式Web服务器BOA和Thttpd、JVM虚拟机的移植及目前流行的VoIP技术和相关协议。
《Linux系统移植(第2版)》适合嵌入式Linux系统入门人员、Linux系统开发和移植、系统分析师等相关人员阅读,也适合作为大中专院校相关专业的实验教材使用。

Author Description

刘刚,嵌入式软件工程师。毕业于广东工业大学,获得了计算机专业硕士学位。毕业后长期从事嵌入式Linux领域的研发工作。现任职于某知名通信公司,从事嵌入式通信领域的开发工作。对嵌入式Linux技术有浓厚的兴趣,对公司的产品研发起到了很大的推动作用。曾经参与了接入网设备的开发和TD上网卡驱动开发及移植等项目。

赵剑川,嵌入式软件工程师。毕业于广东工业大学,获得了自动化专业硕士学位。毕业后一直从事嵌入式Linux领域的驱动开发工作。先后任职于两家知名的通信设备制造公司,从事嵌入式软件开发。参与了公司多项大型项目的研发工作,积累了丰富的开发经验。目前致力于WLAN领域的研发工作。

Catalogue

第1篇 系统移植基础篇
第1章 Linux内核介绍
1.1 系统调用接口
1.1.1 Linux系统调用
1.1.2 用户编程接口
1.1.3 系统调用与服务例程的对应关系
1.1.4 系统调用过程
1.1.5 系统调用传递的参数
1.2 进程管理
1.2.1 进程
1.2.2 进程描述符
1.2.3 进程状态
1.2.4 进程调度
1.2.5 进程地址空间
1.3 内存管理
1.3.1 内存管理技术
1.3.2 内存区管理
1.3.3 内核中获取内存的几种方式
1.4 虚拟文件系统
1.4.1 虚拟文件系统作用
1.4.2 文件系统的注册
1.4.3 文件系统的安装和卸载
1.5 设备驱动程序
1.5.1 字符设备驱动程序
1.5.2 块设备驱动程序
1.5.3 网络设备驱动程序
1.5.4 内存与1/0操作
1.6 小结
第2章 嵌入式Linux开发环境搭建
2.1 虚拟机及Linux安装
2.1.1 虚拟机的安装
2.1.2 虚拟机和主机通信设置
2.1.3 虚拟机与主机共享文件
2.1.4 虚拟机与主机文件传输
2.2 交叉编译工具
2.2.1 交叉编译工具安装
2.2.2 交叉编译器测试
2.3 超级终端和Minicom
2.3.1 超级终端软件的安装
2.3.2 配置Minicom
2.3.3 配置SecureCRT
2.4 内核、文件系统加载工具
2.4.1 烧写Bootloader
2.4.2 内核和文件系统下载
2.4.3 应用程序和文件传输
2.5 在开发中使用网络文件系统(NFS)
2.5.1 虚拟机设置
2.5.2 虚拟机的IP地址设置
2.5.3 验证网络连接
2.5.4 设置共享目录
2.5.5 启动NFS服务
2.5.6 修改共享配置后
2.5.7 挂载NFS
2.5.8 双网卡挂载NFS
2.6 小结
第2篇 系统移植技术篇
第3章 Bootloader移植
3.1 Bootloader介绍
3.1.1 Bootloader与嵌入式Linux系统的关系
3.1.2 Bootloader基本概念
3.1.3 Bootloader启动过程
3.2 Bootloader之U-Boot
3.2.1 U-Boot优点
3.2.2 U-Boot的主要功能
3.2.3 U-Boot目录结构
3.2.4 U-Boot的编译
3.3 小结
第4章 Linux内核裁剪与移植
4.1 Linux内核结构
4.1.1 内核的主要组成部分
4.1.2 内核源码目录介绍
4.2 内核配置选项
4.2.1一般选项
4.2.2 内核模块加载方式支持选项
4.2.3 系统调用、类型、特性、启动相关选项
4.2.4 网络协议支持相关选项
4.2.5 设备驱动支持相关选项
4.2.6 文件系统类型支持相关选项
4.2.7 安全相关选项
4.2.8 其他选项
4.3 内核裁剪及编译
4.3.1 安装内核源代码
4.3.2 检查编译环境设置
4.3.3 配置内核
4.3.4 编译内核
4.4 内核升级
4.4.1 准备升级内核文件
4.4.2 移植过程
4.5 小结
第5章 嵌入式文件系统制作
5.1 文件系统选择
5.1.1 Flash硬件方案比较
5.1.2 嵌入式文件系统的分层结构
5.2 基于Flash的文件系统
5.2.1 JFFS文件系统(Journalling Flash File System)
5.2.2 YAFFS文件系统(Yet Another Flash File System)
5.2.3 Cramfs文件系统(Compressed ROM File System)
5.2.4 Romfs文件系统(ROM File System)
5.3 基于RAM的文件系统
5.4 文件系统的制作
5.4.1 制作Ramdisk文件系统
5.4.2 制作YAFFS2文件系统
5.4.3 制作JFFS2文件系统
5.4.4 其他文件系统制作
5.5 小结
第3篇 系统移植与驱动篇
第6章 LCD驱动移植
6.1 认识LCD相关硬件原理
6.1.1 LCD概述
6.1.2 LCD控制器
6.1.3 LCD控制器方块图
6.1.4 LCD控制器操作
6.1.5 LCD控制寄存器
6.2 LCD参数设置
6.3 内核LCD驱动机制
6.3.1 FrameBuffer概述
6.3.2 FrameBuffer 设备驱动的结构
6.4 Linux 2.6.32的LCD驱动源码分析
6.4.1 LCD驱动开发的主要工作
6.4.2 s3c2410fb_init()函数分析
6.4.3 s3c2410fb_probe()函数分析
6.4.4 s3c2410fb_remove()函数分析
6.5 移植内核中的LCD驱动
6.5.1 LCD硬件电路图
6.5.2 修改LCD源码
6.5.3 配置内核
6.6 小结
第7章 触摸屏驱动移植
7.1 触摸屏概述
7.1.1 触摸屏工作原理
7.1.2 触摸屏的主要类型
7.2 S3C2440 ADC接口使用
7.2.1 S3C2440触摸屏接口概述
7.2.2 S3C2440触摸屏接口操作
7.3 2.6内核触摸屏驱动源码分析(s3c2410_ts.c源码分析)
7.4 Linux内核输入子系统介绍
7.4.1 Input子系统概述
7.4.2 输入设备结构体
7.4.3 输入链路的创建过程
7.4.4 使用Input子系统
7.4.5 编写输入设备驱动需要完成的工作
7.5 触摸屏驱动移植和内核编译
7.5.1 修改初始化源码
7.5.2 修改硬件驱动源码s3c2440_ts.c
7.5.3 修改Kconfig和Makefile
7.5.4 配置编译内核
7.5.5 触摸屏测试程序设计
7.6 小结
第8章 USB设备驱动移植
8.1 USB协议
8.1.1 USB协议的系统主要组成部分
8.1.2 总线物理拓扑结构
8.1.3 USB设备、配置、接口、端点
8.1.4 USB设备状态
8.1.5 USB枚举过程
8.1.6 USB请求块(URB)
8.2 USB主机驱动
8.2.1 USB主机驱动结构和功能
8.2.2 主机控制器驱动(usb_hcd)
8.2.3 OHCI主机控制器驱动
8.2.4 S3C24XX OHCI主机控制器驱动实例
8.3 USB设备驱动
8.3.1 USB骨架程序分析
8.3.2 USB驱动移植的时钟设置
8.4 USB鼠标键盘驱动
8.4.1 USB鼠标驱动代码分析
8.4.2 USB键盘驱动代码分析
8.4.3 内核中添加USB鼠标键盘驱动
8.5 U盘驱动
8.5.1 内核配置
8.5.2 移植和测试
8.6 小结
第9章 网卡驱动程序移植
9.1 以太网概述
9.1.1 以太网连接
9.1.2 以太网技术概述
9.1.3 以太网的帧结构
9.2 网络设备驱动程序体系结构
9.2.1 嵌入式Linux网络驱动程序介绍
9.2.2 Linux网络设备驱动的体系结构
9.2.3 网络设备驱动程序编写方法
9.2.4 网络设备驱动程序应用实例
9.3 net_device 数据结构
9.3.1 全局信息
9.3.2 硬件信息
9.3.3 接口信息
9.3.4 设备方法
9.3.5 公用成员
9.4 DM9000网卡概述
9.4.1 DM9000网卡总体介绍
9.4.2 DM9000网卡的特点
9.4.3 内部寄存器
9.4.4 功能描述
9.5 DM9000网卡驱动程序移植
9.5.1 DM9000网卡连接
9.5.2 驱动分析--硬件的数据结构
9.5.3 驱动分析--数据读写函数
9.5.4 驱动分析--重置网卡
9.5.5 驱动分析--初始化网卡
9.5.6 驱动分析--打开和关闭网卡
9.5.7 驱动分析--数据包的发送与接收
9.5.8 DM9000网卡驱动程序移植
9.6 小结
第10章 音频设备驱动程序移植
10.1 音频设备接口
10.2 Linux音频设备驱动--OSS驱动框架
10.3 Linux音频设备驱动--ALSA驱动框架
10.4 音频设备应用程序编写
10.5 音频设备驱动移植
10.6 音频播放程序madplay的移植
10.7 小结
第11章 SD卡驱动移植
11.1 SD卡简介
11.2 SD卡驱动程序分析
11.3 SD卡移植步骤
11.4 小结
第12章 NandFlash驱动移植
12.1 NandFlash介绍
12.2 NandFlash驱动介绍
12.3 NandFlash驱动移植
12.4 小结
第4篇 系统移植高级篇
第13章 MiniGUI与移植
13.1 MiniGUI在上位机中的安装
13.2 MiniGUI的交叉编译和移植
13.3 小结
第14章 Qt开发与Qtopia移植
14.1 Qt安装与编程
14.2 Qtopia Core在X86平台上的安装和应用
14.3 Qtopia Core在嵌入式Linux上的移植
14.4 小结
第15章 嵌入式数据库Berkeley DB移植
15.1 数据库的基本概念
15.2 Berkeley DB数据库安装
15.3 使用Berkeley DB数据库
15.4 移植Berkeley DB数据库
15.5 小结
第16章 嵌入式数据库SQLite移植
16.1 SQLite支持的SQL语句
16.2 SQLite数据库编译、安装和使用
16.3 移植SQLite
16.4 移植SQLite数据库
16.5 小结
第17章 嵌入式Web服务器BOA移植
17.1 BOA介绍
17.2 BOA编译和HTML页面测试
17.3 CGI脚本测试
17.4 BOA交叉编译与移植
17.5 BOA与SQLite结合
17.6 小结
第18章 嵌入式Web服务器Thttpd移植
18.1 Thttpd介绍
18.2 Thttpd编译和HTML页面测试
18.3 CGI脚本测试
18.4 Thttpd交叉编译与移植
18.5 Thttpd与嵌入式数据库结合
18.6 小结
第19章 JVM及其移植
19.1 JVM介绍
19.2 类装载
19.3 垃圾回收
19.4 解析器
19.5 Java编程浅析
19.6 KVM执行过程
19.7 PC机安装JVM
19.8 KVM移植和测试
19.9 小结
第20章 VoIP技术与Linphone编译
20.1 VoIP介绍
20.2 oSIP协议概述
20.3 oSIP状态机
20.4 oSIP解析器
20.5 oSIP事务层
20.6 SIP建立会话的过程
20.7 RTP协议
20.8 Linphone编译与测试
20.9 Linphone交叉编译
20.10 小结

Introduction

随着各种芯片技术的发展,各种嵌入式产品也如雨后春笋一般地出现了。目前,嵌入式产品应用领域涉及移动通信、汽车、医疗、家电等很多领域。而且,如今的嵌入式硬件的速度和容量越来越接近于PC,因此在这些嵌入式产品上运行操作系统就成为了可能。一直以来,很多企业花费了巨大成本研发了大量运行在PC上的软件产品。如果将这些优秀的软件应用在嵌入式系统中,将会成为快速开发嵌入式系统,降低嵌入式产品开发成本,提高软件稳定性和安全性的重要途径。
目前,国内图书市场上专门介绍Linux系统移植的图书只有笔者2011年初出版的《Linux系统移植》一书。该书也是获得了大量读者好评的“Linux典藏大系”中的一个分册,出版后填补了该领域的空白。随着时间的推移和技术的发展,这本书已经逐渐不能适应读者的需求,因此笔者对这本书进行了升级和改版,便有了这本书的第2版。
本书在第1版的基础上进行了全新改版,升级了操作系统版本和Linux内核版本,并将编程环境和各种开发工具升级到了当前最新版本,也对第1版书中的一些疏漏进行了修订,对书中的一些实例和代码进行了重新表述,使得本书更加易读。相信升级后的图书易读性更强。
本书是笔者从事嵌入式开发的经验总结,希望能给目前从事嵌入式研发和学习的读者提供最有效的帮助,能使读者的嵌入式系统最快地运行起来,使读者在最短的时间内成功移植开源软件。
本书使用的源代码均为开源代码,读者可以从对应的官方网站获得。本书对于源码的重要部分进行了详细的分析,建议读者在阅读时对应源码进行阅读效果会更好。
关于“Linux典藏大系”
“Linux典藏大系”是清华大学出版社自2010年1月以来陆续推出的一个图书系列,截止2012年,已经出版了10余个品种。该系列图书涵盖了Linux技术的方方面面,可以满足各个层次和各个领域的读者学习Linux技术的需求。该系列图书自出版以来获得了广大读者的好评,已经成为了Linux图书市场上最耀眼的明星品牌之一。其销量在同类图书中也名列前茅,其中一些图书还获得了“51CTO读书频道”颁发的“最受读者喜爱的原创IT技术图书奖”。该系列图书在出版过程中也得到了国内Linux领域最知名的技术社区ChinaUnix(简称CU)的大力支持和帮助,读者在CU社区中就图书的内容与活跃在CU社区中的Linux技术爱好者进行广泛交流,取得了良好的学习效果。
关于本书第2版
本书第1版出版后深受读者好评,并被ChinaUNIX技术社区所推荐。但是随着技术的发展,本书第1版内容已经无法满足读者的学习需求。应广大读者的要求,我们结合Linux系统移植的最新技术推出了本书的第2版。相比第1版,第2版图书在内容上的变化主要体现在以下几个方面:
(1)操作系统版本由Fedora 6升级为Fedora 19。
(2)系统移植内核版本统一升级为2.6.32。
(3)编译工具GCC版本升级到4.4.3。
(4)MiniGUI、Qt、Berkeley DB、SQLite、Linphone等均升级为最新版本。
(5)将一些表达不准确的地方表述得更加准确。
本书特色
1.内容全面、选材具有特点
本书介绍了最小系统的引导程序移植、内核移植、文件系统移植、各种驱动移植等内容。另外,本书还专门介绍了嵌入式数据库、嵌入式GUI、嵌入式Web服务器、嵌入式JVM、VoIP技术等内容。对于数据库、GUI、Web服务器分别选择了两种进行介绍,读者可以从性能上进行对比,然后应用在自己的项目中。
2.内容由浅入深、循序渐进,可操作性强
本书按照由浅入深、循序渐进的梯度安排内容,适合各个层次的读者阅读。书中每章内容都遵循原理分析?代码、分析?编译?测试?移植的学习顺序,具有较强的可操作性。
3.编译过程详细
本书的编译过程都附有详细的编译命令,对于复杂的命令均给出了说明,方便读者实际操作。读者可以边阅读本书,边动手进行实验。
4.贯穿了大量的编译技巧,可迅速提升移植水平
本书在讲解编译过程时贯穿了大量的编译技巧,并针对移植过程中的编译错误介绍了如何发现错误的源头,同时给出了解决方法。这有利于读者解决类似的编译问题,提升系统移植的水平。
5.提供多媒体教学视频和源文件
本书赠送17.5小时多媒体教学视频和实例源文件,便于读者高效、直观地学习。这些学习资料需要读者按照封底的提示自行下载。
本书内容概述
本书注重实践,包含了丰富的移植实例,这些实例各具特点,从基础的系统组成到设备驱动,再到高级应用,适合各个层面的读者学习和研究。本书中的实例是笔者根据实际项目中嵌入式产品的功能需求,专门选择的具有代表性的开源软件进行移植,包含了常见的嵌入式产品的最小系统组成部分移植,同时选择了应用比较多的数据库、Web服务器、GUI等进行移植。笔者通过亲自体会,在每次编译和移植过程中详细说明移植的细节,对移植过程中遇到的问题也给出了解决方法。本书最后还介绍了VoIP技术,并结合源码分析了VoIP的实现,同时还介绍了VoIP的详细编译过程。本书共20章,分为4篇。简单介绍如下。
第1篇 系统移植基础篇(第1~2章)
本篇介绍了系统移植的基础。首先对Linux内核进行了简单介绍,然后介绍了系统移植环境的搭建。通过对本篇内容的学习,读者可以对Linux系统有初步认识,能掌握嵌入式Linux开发工具的使用,能正确搭建开发平台,能够制作编译好的嵌入式系统。
第2篇 系统移植技术篇(第3~5章)
本篇介绍了一个最基本的嵌入式系统的组成部分、Bootloader、内核和文件系统的移植。学习完本篇内容后,读者能够动手独立编译和移植一个基本的嵌入式系统。
第3篇 系统移植驱动篇(第6~12章)
本篇介绍了各种驱动的移植,包括LCD、触摸屏、USB、网卡、音频、SD卡、NandFlash等流行的设备驱动的移植过程。通过对本篇内容的学习,读者对嵌入式Linux驱动移植将会有一定的认识,可以基本掌握驱动的移植步骤,能完成简单的驱动移植。
第4篇 系统移植高级篇(第13~20章)
本篇从嵌入式产品的角度出发,介绍了系统移植中各种类型的高层软件移植,包括GUI、数据库、Web服务器、虚拟机的移植,最后还介绍了目前流行的VoIP技术,并结合源码介绍了VoIP相关协议和编译方法。通过学习本篇内容,读者可以掌握很多移植技巧,能够将这些实例应用到自己的项目中。

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