Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse
Brand Logo

ModalAI Forum

  1. ModalAI Support Forum
  2. VOXL Dev Drones
  3. Starling & Starling 2
  4. flashing starling 1.1.4 with the latest 1.4.5

flashing starling 1.1.4 with the latest 1.4.5

Scheduled Pinned Locked Moved Starling & Starling 2
10 Posts 3 Posters 1.3k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Viktor GalV Offline
    Viktor GalV Offline
    Viktor Gal
    Contributor
    wrote on last edited by
    #1

    i have an older starling (v1) with a preinstalled 1.1.4 voxl2 sdk. i'm trying to flash it with the latest 1.4.5 version and i'm having problems as the device does not go into fastboot mode, note i've tried power cycling and switching the fastboot dip switch to on. I've attached the logs.

    additional info: doing the same (without actually needing to do the fastboot switch turning on) i've successfully flashed the 1.4.5 on a starling v2!

    Screenshot 2025-05-20 at 10.22.42.png

    Alex KushleyevA 1 Reply Last reply
    0
    • Viktor GalV Viktor Gal

      i have an older starling (v1) with a preinstalled 1.1.4 voxl2 sdk. i'm trying to flash it with the latest 1.4.5 version and i'm having problems as the device does not go into fastboot mode, note i've tried power cycling and switching the fastboot dip switch to on. I've attached the logs.

      additional info: doing the same (without actually needing to do the fastboot switch turning on) i've successfully flashed the 1.4.5 on a starling v2!

      Screenshot 2025-05-20 at 10.22.42.png

      Alex KushleyevA Offline
      Alex KushleyevA Offline
      Alex Kushleyev
      ModalAI Team
      wrote on last edited by
      #2

      @Viktor-Gal , it is possible that your OS is not correctly recognizing the fastboot USB device or there are insufficient permissions.

      While the board is in the fastboot mode (either using the dip switch or using adb reboot bootloader, which is called by the sdk install script), do you see a QCOM device when running lsusb ?

      Alex

      Viktor GalV 1 Reply Last reply
      0
      • Alex KushleyevA Alex Kushleyev

        @Viktor-Gal , it is possible that your OS is not correctly recognizing the fastboot USB device or there are insufficient permissions.

        While the board is in the fastboot mode (either using the dip switch or using adb reboot bootloader, which is called by the sdk install script), do you see a QCOM device when running lsusb ?

        Alex

        Viktor GalV Offline
        Viktor GalV Offline
        Viktor Gal
        Contributor
        wrote on last edited by
        #3

        @Alex-Kushleyev as said above with the very same machine i successfully updated a starling v2 drone. but i'll try to check what you've just suggested.

        Alex KushleyevA 1 Reply Last reply
        0
        • Viktor GalV Viktor Gal

          @Alex-Kushleyev as said above with the very same machine i successfully updated a starling v2 drone. but i'll try to check what you've just suggested.

          Alex KushleyevA Offline
          Alex KushleyevA Offline
          Alex Kushleyev
          ModalAI Team
          wrote on last edited by
          #4

          @Viktor-Gal , yes please try to put the device into bootloader mode via a switch or using the adb reboot bootloader command and then checking if it's actually in bootloader mode:
          fastboot devices
          or
          sudo fastboot devices

          and also checking output of lsusb

          Alex

          Viktor GalV 1 Reply Last reply
          0
          • Alex KushleyevA Alex Kushleyev

            @Viktor-Gal , yes please try to put the device into bootloader mode via a switch or using the adb reboot bootloader command and then checking if it's actually in bootloader mode:
            fastboot devices
            or
            sudo fastboot devices

            and also checking output of lsusb

            Alex

            Viktor GalV Offline
            Viktor GalV Offline
            Viktor Gal
            Contributor
            wrote on last edited by
            #5

            @Alex-Kushleyev

            using the dip switch and powercycling there's no devices showing up with sudo fastboot devices.

            unfortunately no lsbusb as i'm under macos, but sysprofiler's output is:

                  Host Controller Driver: AppleT6000USBXHCI
            
                    QUSB_BULK_CID:0412_SN:008A1847:
            
                      Product ID: 0x9008
                      Vendor ID: 0x05c6  (Qualcomm, Inc)
                      Version: 0.00
                      Speed: Up to 480 Mb/s
                      Manufacturer: Qualcomm CDMA Technologies MSM
                      Location ID: 0x01100000 / 1
                      Current Available (mA): 500
                      Current Required (mA): 2
                      Extra Operating Current (mA): 0
            

            if you really think there's some extra info with lsusb that you are looking for i can hook it up to my raspberry pi.

            Alex KushleyevA 1 Reply Last reply
            0
            • Viktor GalV Viktor Gal

              @Alex-Kushleyev

              using the dip switch and powercycling there's no devices showing up with sudo fastboot devices.

              unfortunately no lsbusb as i'm under macos, but sysprofiler's output is:

                    Host Controller Driver: AppleT6000USBXHCI
              
                      QUSB_BULK_CID:0412_SN:008A1847:
              
                        Product ID: 0x9008
                        Vendor ID: 0x05c6  (Qualcomm, Inc)
                        Version: 0.00
                        Speed: Up to 480 Mb/s
                        Manufacturer: Qualcomm CDMA Technologies MSM
                        Location ID: 0x01100000 / 1
                        Current Available (mA): 500
                        Current Required (mA): 2
                        Extra Operating Current (mA): 0
              

              if you really think there's some extra info with lsusb that you are looking for i can hook it up to my raspberry pi.

              Alex KushleyevA Offline
              Alex KushleyevA Offline
              Alex Kushleyev
              ModalAI Team
              wrote on last edited by Alex Kushleyev
              #6

              @Viktor-Gal , I think we need some help form @tom 🙂

              My guess is that OSX is not supporting fastboot for some reason, so you may want to try using native Linux, as that usually fixes most issues like this. QUSB_BULK device seems the correct one for the VOXL2 board that is in fastboot mode.

              Alex

              Viktor GalV 1 Reply Last reply
              0
              • Alex KushleyevA Alex Kushleyev

                @Viktor-Gal , I think we need some help form @tom 🙂

                My guess is that OSX is not supporting fastboot for some reason, so you may want to try using native Linux, as that usually fixes most issues like this. QUSB_BULK device seems the correct one for the VOXL2 board that is in fastboot mode.

                Alex

                Viktor GalV Offline
                Viktor GalV Offline
                Viktor Gal
                Contributor
                wrote on last edited by
                #7

                @Alex-Kushleyev you reckon? i mean the starling v2 just went to fastboot mode very nicely and i could flash it easily on the same macos. or is there so much of a difference between the starling v1 and v2 chips? i'll give it a go on the raspberry pi.

                Alex KushleyevA 1 Reply Last reply
                0
                • Viktor GalV Viktor Gal

                  @Alex-Kushleyev you reckon? i mean the starling v2 just went to fastboot mode very nicely and i could flash it easily on the same macos. or is there so much of a difference between the starling v1 and v2 chips? i'll give it a go on the raspberry pi.

                  Alex KushleyevA Offline
                  Alex KushleyevA Offline
                  Alex Kushleyev
                  ModalAI Team
                  wrote on last edited by
                  #8

                  @Viktor-Gal , yes I understand what you are saying.

                  Just to double check, the older Starling boots fine when not in fastboot mode, right?

                  Please try on Linux OS just to double check anyway..

                  Alex

                  Viktor GalV 1 Reply Last reply
                  0
                  • Alex KushleyevA Alex Kushleyev

                    @Viktor-Gal , yes I understand what you are saying.

                    Just to double check, the older Starling boots fine when not in fastboot mode, right?

                    Please try on Linux OS just to double check anyway..

                    Alex

                    Viktor GalV Offline
                    Viktor GalV Offline
                    Viktor Gal
                    Contributor
                    wrote on last edited by
                    #9

                    @Alex-Kushleyev yes yes, it boots up fine in normal mode

                    tomT 1 Reply Last reply
                    0
                    • Viktor GalV Viktor Gal

                      @Alex-Kushleyev yes yes, it boots up fine in normal mode

                      tomT Offline
                      tomT Offline
                      tom
                      admin
                      wrote on last edited by
                      #10

                      @Viktor-Gal We don't get too many test cycles on OSX so ideally you flash on a linux machine if possible.

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      ModalAI
                      Categories Recent Tags ModalAI.com Docs
                      © 2026 ModalAI® · Accelerating autonomy for smaller, smarter, safer drones · Powered by NodeBB
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups