greg5678 opened a new issue, #6938:
URL: https://github.com/apache/incubator-nuttx/issues/6938

   Here are the commands I've used. 
   ```
   $ mkdir nuttxspace
   $ cd nuttxspace
   $ git clone https://github.com/apache/incubator-nuttx.git nuttx
   $ git clone https://github.com/apache/incubator-nuttx-apps apps
   $ cd nuttx
   $ ./tools/configure.sh -m photon:wlan
   $ make menuconfig
   ```
   
   Another post said it better than I ever could. 
   "Application Configuration → Network Utilities → Network initialization → 
WAPI Configuration
   set SSID and Passphrase corresponding to the Wi-Fi AP (Router)
   save, exit"
   
   ```
   $ make
   $ sudo dfu-util -d 2b04:d006 -a 0 -s 0x08020000 -D nuttx.bin
   ```
   The device just continues to blink yellow and if I unplug neither the status 
light nor the D7 LED comes on, but I can still put the device in DFU mode 
(which causes it to blink yellow).
   
   ```
   sudo dfu-util -d 2b04:d006 -a 0 -s 0x08020000 -D nuttx.bin
   dfu-util 0.9
   
   Copyright 2005-2009 Weston Schmidt, Harald Welte and OpenMoko Inc.
   Copyright 2010-2016 Tormod Volden and Stefan Schmidt
   This program is Free Software and has ABSOLUTELY NO WARRANTY
   Please report bugs to http://sourceforge.net/p/dfu-util/tickets/
   
   dfu-util: Invalid DFU suffix signature
   dfu-util: A valid DFU suffix will be required in a future dfu-util release!!!
   Opening DFU capable USB device...
   ID 2b04:d006
   Run-time device DFU version 011a
   Claiming USB DFU Interface...
   Setting Alternate Setting #0 ...
   Determining device status: state = dfuIDLE, status = 0
   dfuIDLE, continuing
   DFU mode device DFU version 011a
   Device returned transfer size 4096
   DfuSe interface name: "Internal Flash   "
   Downloading to address = 0x08020000, size = 345560
   Download     [=========================] 100%       345560 bytes
   Download done.
   File downloaded successfully
   ```


-- 
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: commits-unsubscr...@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to