Linux下fastboot卡在waiting for device

$ fastboot flash kernel-4-4 arch/arm/boot/uImage
< waiting for device >

$ fastboot devices
no permissions  fastboot

$ sudo chown root:root /usr/bin/fastboot
$ sudo chmod +s  /usr/bin/fastboot 

$ fastboot devices                
SMDKEXYNOS-     fastboot

$ fastboot flash dtb arch/arm/boot/dts/exynos4412-tiny4412.dtb

Sending 'dtb' (47 KB)                              OKAY [  0.018s]
Writing 'dtb'                                      OKAY [  0.395s]
Finished. Total time: 0.439s
$ fastboot flash kernel-4-4 arch/arm/boot/uImage
Sending 'kernel-4-4' (3564 KB)                     OKAY [  0.642s]
Writing 'kernel-4-4'                               OKAY [  0.429s]
Finished. Total time: 1.087s

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章