chrome os常用命令

xiaoxiao2021-02-28  115

一、将image 烧录到 U 盘中

1、使用dd命令

(1)

sudo dd if=chromiumos_test_image.bin of=/dev/sdx bx=8M iflag=fullblock oflag=dsync

sync

(2)显示进度条

pv -preb chromiumos_test_image.bin | sudo dd of=/dev/sdx bx=8M iflag=fullblock oflag=dsync

2、chroot 环境下用cros flash命令制作

cros flash usb://  chromiumos_test_image.bin

转载请注明原文地址: https://www.6miu.com/read-31743.html

最新回复(0)