Linux 下使用fastboot

Linux 下使用fastboot

  • 安裝
  sudo apt-get install fastboot 
  • 探測usb設備
sudo fastboot devices
  • 開發板停在uboot控制檯敲
fastboot 0
  • 燒uboot
sudo fastboot flash bootloader u-boot.bin
  • 燒kernel
sudo fastboot flash kernel uImage
  • 燒設備樹
sudo fastboot flash dtb device.dtb
  • 燒文件系統
sudo fastboot flash system system.img
  • 重啓設備
sudo fastboot reboot
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章