Marshall Stanmore II - chip flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jingleslacks
    Member
    • Feb 2024
    • 26
    • United States

    #21
    Originally posted by lotas
    Most likely there is read protection (by default the protection is “0” and in the defer mode you can read the contents; if the manufacturer has set the protection to “1” or the maximum “2”, then when you try to read (unlock the protection) the data will be destroyed and your device will turn into a brick .
    What do those numbers mean? Is there a way around it? Like with a password or something?

    Comment

    • jingleslacks
      Member
      • Feb 2024
      • 26
      • United States

      #22
      Originally posted by vovantis
      Yes, sure. You need to use pins 2, 4, 6, 8 on the dongle and pins 4, 5, 7, 16 on Service port. Hope my drawing will help you. But be careful, looks like lotas is right about possible data destruction after read attempt. The software i used was STM32 ST-Link utility. Yo can download it for free after registration on st.com. Connection settings that worked for me are on the photo, but you can try different. Also i suggest the Service port has USB pins for firmware restore but I don’t know for sure.
      With these types of devices, in order to use the USB port, the firmware has to contain a file telling it to run/download. The alternative is a button combination. For example, if you copied your firmware and saved it onto a USB, and I plugged it into my speaker, the speaker wouldn't know what to do with it. I'm looking forward to seeing how this method works.
      I'm also curious as to why my demo unit has different firmware in multiple chips. If STM32F030CCT6 has the firmware that is controlling / limiting the features, why would MX25U3235F have completely different firmware since that function is blocked anyway?

      Comment

      • прямо
        Badcaps Veteran
        • Sep 2022
        • 261
        • Indonesia

        #23
        Simple reason. They put the important stuff in the STM32 knowing they can enable a read protection, so people can't make copy of it, and leaving the not so important stuff on the standard NOR flash memory.
        ​​​​​

        Comment

        • b0ba
          Member
          • Mar 2018
          • 12
          • Ukraine

          #24
          Why would you try reading stm32 flash? It is well documented you can't do that. SWD is a serial JTAG yet well documented. Talking about CSR boomboxes: take a working set, desolder spi flash and give it a crank... yep..it works

          Comment

          • jingleslacks
            Member
            • Feb 2024
            • 26
            • United States

            #25
            Originally posted by b0ba
            Why would you try reading stm32 flash? It is well documented you can't do that. SWD is a serial JTAG yet well documented. Talking about CSR boomboxes: take a working set, desolder spi flash and give it a crank... yep..it works
            Which chip in the picture are you referring to?
            Some things may be "well documented," but we're new at this, and don't know. We're learning as we go. Lots of trial and error. I have had success with a few different LG speakers, but this Marshall is a different beast.

            Comment

            • b0ba
              Member
              • Mar 2018
              • 12
              • Ukraine

              #26
              Originally posted by jingleslacks
              Which chip in the picture are you referring to?
              SO-8 25u/25q one. Don't get me wrong. I've been fighting those windmills for quite a while and found that out the hard way. That flash contains nothing but key layout (vol+/- bt) and custom startup/shutdown audio. Software, brandless, runs inside otp/mask CSR chip.

              Comment

              • jingleslacks
                Member
                • Feb 2024
                • 26
                • United States

                #27
                Originally posted by b0ba

                SO-8 25u/25q one. Don't get me wrong. I've been fighting those windmills for quite a while and found that out the hard way. That flash contains nothing but key layout (vol+/- bt) and custom startup/shutdown audio. Software, brandless, runs inside otp/mask CSR chip.
                Can you mark it on the picture? I won't be home to mess this it for a week, and I the photo quality isn't great when I enlarge my pic.

                Comment

                • -MadMax-
                  New Member
                  • Apr 2024
                  • 2
                  • Sweden

                  #28
                  Originally posted by jingleslacks

                  This is the firmware from my live unit. This site doesn't allow .bin files, so I tried this format. I don't know much about altering/sending files, so let me know if it opens properly. Then, let me know if it works. Also, if you're able to access your micro controller, and want to share that file...

                  Hello, is this the firmware from the MX25U3235F om the mainboard ?

                  Click image for larger version

Name:	IMG_0975.jpg
Views:	778
Size:	1.10 MB
ID:	3256999

                  I have the issue with 3 LEDS, probably after a software update issue. Thinking if I can use your firmware to fix the issue ?

                  Attached Files

                  Comment

                  • jingleslacks
                    Member
                    • Feb 2024
                    • 26
                    • United States

                    #29
                    Originally posted by -MadMax-


                    Hello, is this the firmware from the MX25U3235F om the mainboard ?

                    Click image for larger version

Name:	IMG_0975.jpg
Views:	778
Size:	1.10 MB
ID:	3256999

                    I have the issue with 3 LEDS, probably after a software update issue. Thinking if I can use your firmware to fix the issue ?
                    Yes, but a couple others in the thread have the same issue as you, and flashing this chip didn't help. We have moved onto the microcontroller, but it is protected.

                    Comment

                    • porclaude
                      New Member
                      • Jun 2023
                      • 1
                      • France

                      #30
                      "Hello, I am contacting you because I have an issue with a Stanmore 2 motherboard. By mistake, I burned the STM32 by injecting 5V instead of 3.3V (beginner's mistake...). So, I am looking to extract the firmware from a healthy Marshall (either an Acton 2 or a Stanmore 2, as the printed circuits are almost the same and I assume that the STM32 firmwares are the same), and then replace the STM32 on my Marshall by injecting the correct firmware.

                      I encountered the same issue as you did regarding the limitation due to level 1 (or 2) protection of the STM32 encoded by Marshall. Recently, I found some websites explaining that it was possible to dump the firmware of protected STM32F0xxx in P1 (stanmore STM32 is STM32F030CCT6 ). This is achievable thanks to a program running on a Raspberry Pico. I am not an expert in Arduino coding. Has anyone tried the method or would anyone be tempted to try or explain how to proceed?

                      The information can be found on these links: https://github.com/racerxdl/stm32f0-pico-dump and https://hackaday.com/2023/02/05/need...use-your-pico/"

                      Comment

                      • socholand
                        New Member
                        • Apr 2019
                        • 1
                        • Polska

                        #31
                        hello
                        has anyone managed to read the ST processor?
                        i would need the bin.​

                        Comment

                        • thuygsm
                          Nguyen Van Thuy
                          • Jan 2023
                          • 16
                          • vietnam

                          #32
                          Originally posted by jingleslacks

                          This is the firmware from my live unit. This site doesn't allow .bin files, so I tried this format. I don't know much about altering/sending files, so let me know if it opens properly. Then, let me know if it works. Also, if you're able to access your micro controller, and want to share that file...
                          hi, how is your marshall stanmore-ii? can you share more with me?
                          in my case the Bluetooth - AUX - RCA signal light turns off after 5 seconds and repeats, I successfully connect to the phone, but they do not emit to the speaker.
                          after I loaded your rom, I lost the bluetooth connection, and could not turn off the power, no startup sound​

                          Comment

                          • thuygsm
                            Nguyen Van Thuy
                            • Jan 2023
                            • 16
                            • vietnam

                            #33
                            Originally posted by thuygsm

                            hi, how is your marshall stanmore-ii? can you share more with me?
                            in my case the Bluetooth - AUX - RCA signal light turns off after 5 seconds and repeats, I successfully connect to the phone, but they do not emit to the speaker.
                            after I loaded your rom, I lost the bluetooth connection, and could not turn off the power, no startup sound​
                            i did it. i paid for a software

                            Comment

                            • wisammatuk
                              New Member
                              • Sep 2020
                              • 1
                              • Russia

                              #34
                              for those who don't know, writing STM32F030CCT6 firmware isn't enough, the software has verification between mcu and Bluetooth firmware, I have the firmware and the solution, write me for help in telegram wisammatuk

                              Comment

                              Related Topics

                              Collapse

                              • thuygsm
                                Marshall Stanmore 2 (flash chip)
                                by thuygsm
                                hello
                                in my case, the Bluetooth - AUX - RCA signal light goes off after 5 seconds and repeats, (sound is there then 5 seconds then gone and repeats)

                                i forgot them and reconnected, but they do not play on the speaker, although i can still adjust the 3 modes Bluetooth - AUX - RCA (on the phone)

                                after i loaded a new rom, i lost bluetooth connection and could not power off, no boot sound. i loaded the previously saved rom again, but the situation still cannot find bluetooth and boot sound
                                hope everyone can help​

                                ...
                                04-08-2025, 10:27 PM
                              • FlashFireSix
                                LG xboom PN5 stuck in demo mode(?). Looking for retail firmware.
                                by FlashFireSix
                                I took an ebay gamble on an LG xboom pn5 speaker which was listed as having battery issues (turning on then off).

                                I got it earlier today and concluded it's in a demo mode because of the following:
                                • When it's plugged in, it'll turn on and the power button will not turn it off
                                • Battery is healthy, reading 4.2v and not swollen, charges according to the xboom app
                                • the play/pause and volume buttons don't work
                                • You can pair to it and play music fine, as long as it's connected to power
                                • The bluetooth connection is disconnected after 5 seconds of audio pausing
                                • The DTS setting is defaulted
                                ...
                                06-26-2024, 09:35 AM
                              • Kezi Gamer
                                Marshall stanmore multi room
                                by Kezi Gamer
                                Hi, recently i have encountered problem with my Marshall stanmore multi room speaker, speaker itself works fine using app from my phone but knobs on actual speaker doesn't work. First thing that came up to me is that maybe something is shorted on the top board and after disassembling the speaker and checking with multimeter I could not find anything wrong, also on the panel multi, and next song button are working and nothing else. Any help is very appreciated​...
                                03-24-2025, 08:37 AM
                              • corrize
                                Nikon D800 camera - flash don’t work and capacitor don’t charge
                                by corrize
                                Hello, I'm stuck in troubleshooting…
                                The flash system works like that : when the (mechanic) flash button is pressed, the flash mecanically pop up, and a circuit buck boost elevate 7v (batt) to 200-300v (?) for charging the big capacitor. And when the photo shoot button is pressed, the capacitor is discharged in the xeon light.

                                In the D800, there is a first « power board » close to the battery. 2 wires (batt 7v) goes to another little « flash board ». I measured 7v, so ok.
                                When I press the flash button, it's detected by the system, flash icon appear on LDC display....
                                10-01-2022, 10:02 AM
                              • TheUser
                                Thinkpad Docker G2 Type-C 40AS - Firmware Unknown
                                by TheUser
                                Hello to everyone ,

                                This is my first post here, and i would like to share with you a small story in case you can help me.

                                Docker Type-C Gen 2 - Model 40AS. Was given to me by a friend for free ,but with the problem that you cannot use the video output ports.

                                All ports work , USB , Ethernet, Type C ... but HDMI + Display Port don't work

                                I searched on reddit and google for problem similar to that, and a LOT of people had fixed this problem by updating the firmware. So i tried , i searched and found 1.1.13 utility and 1.1.20 utility that can help...
                                02-10-2024, 02:07 PM
                              • Loading...
                              • No more items.
                              Working...