IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 移动开发 -> Zynq(ZCU102)Android -> 正文阅读

[移动开发]Zynq(ZCU102)Android

Zynq Android源码的下载、编译、安装参考

https://blog.csdn.net/hongmao6/article/details/119822374

下面粘贴制作SD卡启动出现下面打印就说明制作成功。

cd /home/WORKING_DIRCTOTY

sudo device/xilinx/common/scripts/mksdcard.sh /dev/sde zcu102


========= build SD card for product zcu102
Found available removable disk: /dev/sde
reasonable disk /dev/sde, partitions /dev/sde1...
umount: /dev/sde: not mounted
========= creating partition table
========= creating BOOT partition
========= creating ROOT partition
========= creating SYSTEM partition
========= creating CACHE partition
========= creating DATA partition
========= formating BOOT partition
mkfs.fat 3.0.26 (2014-03-07)
========= formating ROOT partition
mke2fs 1.42.9 (4-Feb-2014)
Filesystem label=ROOT
OS type: Linux
Block size=1024 (log=0)
Fragment size=1024 (log=0)
Stride=0 blocks, Stripe width=0 blocks
32768 inodes, 131072 blocks
6553 blocks (5.00%) reserved for the super user
First data block=1
Maximum filesystem blocks=67371008
16 block groups
8192 blocks per group, 8192 fragments per group
2048 inodes per group
Superblock backups stored on blocks:?
?? ?8193, 24577, 40961, 57345, 73729

Allocating group tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Writing inode tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done?

========= formating SYSTEM partition
mke2fs 1.42.9 (4-Feb-2014)
Filesystem label=SYSTEM
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
131072 inodes, 524288 blocks
26214 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=536870912
16 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:?
?? ?32768, 98304, 163840, 229376, 294912

Allocating group tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Writing inode tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Creating journal (16384 blocks): done
Writing superblocks and filesystem accounting information: done?

========= formating CACHE partition
mke2fs 1.42.9 (4-Feb-2014)
Filesystem label=CACHE
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
32768 inodes, 131072 blocks
6553 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=134217728
4 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:?
?? ?32768, 98304

Allocating group tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Writing inode tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Creating journal (4096 blocks): done
Writing superblocks and filesystem accounting information: done

========= formating DATA partition
mke2fs 1.42.9 (4-Feb-2014)
Filesystem label=DATA
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
1684256 inodes, 6726656 blocks
336332 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
206 block groups
32768 blocks per group, 32768 fragments per group
8176 inodes per group
Superblock backups stored on blocks:?
?? ?32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,?
?? ?4096000

Allocating group tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Writing inode tables: done ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done ??

========= populating BOOT partition
‘out/target/product/zcu102/BOOT.BIN’ -> ‘/tmp/3383/boot_part/BOOT.BIN’
‘out/target/product/zcu102/kernel’ -> ‘/tmp/3383/boot_part/Image’
‘out/target/product/zcu102/zynqmp-zcu102.dtb’ -> ‘/tmp/3383/boot_part/zynqmp-zcu102.dtb’
‘out/target/product/zcu102/zynqmp-zcu102-revB.dtb’ -> ‘/tmp/3383/boot_part/zynqmp-zcu102-revB.dtb’
‘out/target/product/zcu102/bitstream.bit’ -> ‘/tmp/3383/boot_part/bitstream.bit’
‘out/target/product/zcu102/uEnv.txt’ -> ‘/tmp/3383/boot_part/uEnv.txt’
========= populating ROOT partition
‘out/target/product/zcu102/root/charger’ -> ‘/tmp/3383/root_part/charger’
‘out/target/product/zcu102/root/data’ -> ‘/tmp/3383/root_part/data’
‘out/target/product/zcu102/root/default.prop’ -> ‘/tmp/3383/root_part/default.prop’
‘out/target/product/zcu102/root/dev’ -> ‘/tmp/3383/root_part/dev’
‘out/target/product/zcu102/root/file_contexts’ -> ‘/tmp/3383/root_part/file_contexts’
‘out/target/product/zcu102/root/fstab.zcu102’ -> ‘/tmp/3383/root_part/fstab.zcu102’
‘out/target/product/zcu102/root/init’ -> ‘/tmp/3383/root_part/init’
‘out/target/product/zcu102/root/init.environ.rc’ -> ‘/tmp/3383/root_part/init.environ.rc’
‘out/target/product/zcu102/root/init.rc’ -> ‘/tmp/3383/root_part/init.rc’
‘out/target/product/zcu102/root/init.trace.rc’ -> ‘/tmp/3383/root_part/init.trace.rc’
‘out/target/product/zcu102/root/init.usb.configfs.rc’ -> ‘/tmp/3383/root_part/init.usb.configfs.rc’
‘out/target/product/zcu102/root/init.usb.rc’ -> ‘/tmp/3383/root_part/init.usb.rc’
‘out/target/product/zcu102/root/init.zcu102.rc’ -> ‘/tmp/3383/root_part/init.zcu102.rc’
‘out/target/product/zcu102/root/init.zcu102.usb.rc’ -> ‘/tmp/3383/root_part/init.zcu102.usb.rc’
‘out/target/product/zcu102/root/init.zygote32.rc’ -> ‘/tmp/3383/root_part/init.zygote32.rc’
‘out/target/product/zcu102/root/init.zygote64_32.rc’ -> ‘/tmp/3383/root_part/init.zygote64_32.rc’
‘out/target/product/zcu102/root/oem’ -> ‘/tmp/3383/root_part/oem’
‘out/target/product/zcu102/root/proc’ -> ‘/tmp/3383/root_part/proc’
‘out/target/product/zcu102/root/property_contexts’ -> ‘/tmp/3383/root_part/property_contexts’
‘out/target/product/zcu102/root/sbin’ -> ‘/tmp/3383/root_part/sbin’
‘out/target/product/zcu102/root/sbin/watchdogd’ -> ‘/tmp/3383/root_part/sbin/watchdogd’
‘out/target/product/zcu102/root/sbin/adbd’ -> ‘/tmp/3383/root_part/sbin/adbd’
‘out/target/product/zcu102/root/sbin/healthd’ -> ‘/tmp/3383/root_part/sbin/healthd’
‘out/target/product/zcu102/root/sbin/ueventd’ -> ‘/tmp/3383/root_part/sbin/ueventd’
‘out/target/product/zcu102/root/seapp_contexts’ -> ‘/tmp/3383/root_part/seapp_contexts’
‘out/target/product/zcu102/root/selinux_version’ -> ‘/tmp/3383/root_part/selinux_version’
‘out/target/product/zcu102/root/sepolicy’ -> ‘/tmp/3383/root_part/sepolicy’
‘out/target/product/zcu102/root/service_contexts’ -> ‘/tmp/3383/root_part/service_contexts’
‘out/target/product/zcu102/root/sys’ -> ‘/tmp/3383/root_part/sys’
‘out/target/product/zcu102/root/system’ -> ‘/tmp/3383/root_part/system’
‘out/target/product/zcu102/root/ueventd.rc’ -> ‘/tmp/3383/root_part/ueventd.rc’
‘out/target/product/zcu102/root/ueventd.zcu102.rc’ -> ‘/tmp/3383/root_part/ueventd.zcu102.rc’
========= populating SYSTEM partition


2097152+0 records in
2097152+0 records out
1073741824 bytes (1.1 GB) copied, 956.094 s, 1.1 MB/s
e2fsck 1.42.9 (4-Feb-2014)
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
SYSTEM: 1882/65536 files (0.0% non-contiguous), 192487/262144 blocks
resize2fs 1.42.9 (4-Feb-2014)
Resizing the filesystem on /dev/sde5 to 524288 (4k) blocks.
The filesystem on /dev/sde5 is now 524288 blocks long.

  移动开发 最新文章
Vue3装载axios和element-ui
android adb cmd
【xcode】Xcode常用快捷键与技巧
Android开发中的线程池使用
Java 和 Android 的 Base64
Android 测试文字编码格式
微信小程序支付
安卓权限记录
知乎之自动养号
【Android Jetpack】DataStore
上一篇文章      下一篇文章      查看所有文章
加:2021-08-22 13:39:10  更:2021-08-22 13:40:13 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/23 10:01:37-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码