zyfeier opened a new pull request, #2032:
URL: https://github.com/apache/nuttx-apps/pull/2032

   ## Summary
   
   Add the fastbootd program to support the flash, getvar, and reboot commands.
   
   You can be enabled fastbootd by opening the following configs:
   > CONFIG_SYSTEM_FASTBOOTD=y
   > CONFIG_SYSTEM_FASTBOOT_STACKSIZE=4096
   > CONFIG_SYSTEM_FASTBOOTD_DOWNLOAD_MAX=40960
   > CONFIG_USB=y
   > CONFIG_USBDEV=y
   > CONFIG_USBADB=y
   > CONFIG_USBFASTBOOT=y
   
   The operation is as follows:
   
   - Run fastbootd:
   
   > bl> fastbootd
   
   -  Host PC check the connect device:
   
   > $ fastboot devices
   > 1234    fastboot
   
   -  Flash img:
   
   > $ fastboot flash ap ap.bin
   
   -  Reboot the devices after successful flashing:
   
   > $ fastboot reboot
   
   ## Impact
   
   NA
   
   ## Testing
   
   BES board


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to