JoshuaThompsonSS / todo

Testing
0 stars 0 forks source link

Fix OTA #94

Closed JoshuaThompsonSS closed 7 years ago

JoshuaThompsonSS commented 7 years ago

Things to try:

  1. First test out left shoe only ota with gpio updates
  2. Then test out left shoe only ota with swat messages (debugger on)
    • Make sure no read_st_msg or read_swat_msg received in st bootloader mode
  3. Verify that ST is going into bootloader mode
    • Verify that doing an ST software reset actually resets the ST and does not put it into a intermittent state
      1. Try by adding 10 ms delay to resp to app
  4. Try left and right ota but put breakpoints in st bootloader to see if recieving any messages
  5. Try left/right ota but prevent right from going into bootloader
  6. Try left only ota but disconnect phone right before bootloader
JoshuaThompsonSS commented 7 years ago
  1. ST does go into bootloader mode with new gpio updates
JoshuaThompsonSS commented 7 years ago
  1. Worked with swat messages applied (left shoe only)