简体   繁体   English

我怎样才能加快闪烁 SD 卡 ( wic 图像)

[英]How can I speed up flashing SD card ( wic Image)

Flashing an SD card using dd is slow, is there another option to increase speed?使用 dd 刷新 SD 卡很慢,是否有其他选项可以提高速度?

Using the bmaptool should increase the speed 10+ times.使用 bmaptool 应该将速度提高 10 倍以上。

IMAGE_FSTYPES += "wic wic.bmap"
bitbake <image>

Flash the device Flash 设备

sudo chmod 666 /dev/sdX
oe-run-native bmap-tools-native bmaptool copy build-directory/tmp/deploy/images/<machine>/<image>.wic /dev/sdX

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在SD卡上设置写/读保护? - how can I put write/read protection on the sd card? 在solidrun教程之后闪烁到SD Yocto图像 - Flashing to SD Yocto image following solidrun tutorial 我/如何强制将微型SD卡读/写安装? - Can I/How do I force micro-SD card to r/w mount? 在Raspberry PI中,我如何才能达到对SD卡的最小写入周期并使RPI随时拔出? - In Raspberry PI how can I achieve minimum write cycles to SD card and make RPI unplugged at any moment? 如何列出在USB大容量存储模式下通过电话连接到Linux的SD卡的内容? - How can I list the contents of an SD card connected to Linux via a phone in USB Mass Storage Mode? 如何使用Spidev控制SD卡读卡器 - How do I control an sd card reader using spidev 我可以读取与 USB 卡读写器连接的 SD 卡序列号作为挂载的 sda 吗? - Can I read SD card serial number connected with USB card reader/writer as mounted sda? 如何通过丢帧来加速视频? - How can I speed up a video by dropping frames? 如何在终端中加速 C 程序(使用所有 CPU 速度) - How can I speed up C program in terminal (use all of CPU speed) 如何在不包含可用空间的情况下创建光盘(sd 卡)的 .IMG 映像? - How to create an .IMG image of a disc (sd card) without including free space?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM