Originally posted by speed488
View Post
Announcement
Collapse
No announcement yet.
Unlock SVP Lenovo Thinkpad T14 Gen2
Collapse
X
-
Originally posted by speed488 View Post
Yes, that was done as well. Hard to tell from the picture, but it is moved.
The MEC152x offers a software development system interface that includes a Trace FIFO Debug port, a host accessible serial debug port with a 16C550A register interface, a Port 80 BIOS Debug Port, and a 2-pin Serial Wire Debug (SWD) interface. Also included is a 4-wire JTAG interface used for Boundary Scan testing.
Comment
-
Originally posted by docenciarz View Postanhbanxoi, did you manage to read and write MEC1503 correctly with the segger programmer?
Here is the output of the Segger software. I selected MEC1503 JTAG and all other configuration to auto.
From reading the logs, I'm wondering if I should also wire up the CPU reset nRESET_IN of the MEC to the Segger's RESET pin? From the schematics, it should be this (image with circle in red). The only thing that bugs me is that it is a direct connection from UTE1 (Thinkengine BD4179) to the MEC; there's only a pull up resistor on the line.
Comment
-
Originally posted by speed488 View Post
I think you were addressing the question to me. No success with the Segger programmer. I rechecked all the connections and everything looks good.
Here is the output of the Segger software. I selected MEC1503 JTAG and all other configuration to auto.
Comment
-
Originally posted by speed488 View Post
I think you were addressing the question to me. No success with the Segger programmer. I rechecked all the connections and everything looks good.
Here is the output of the Segger software. I selected MEC1503 JTAG and all other configuration to auto.
From reading the logs, I'm wondering if I should also wire up the CPU reset nRESET_IN of the MEC to the Segger's RESET pin? From the schematics, it should be this (image with circle in red). The only thing that bugs me is that it is a direct connection from UTE1 (Thinkengine BD4179) to the MEC; there's only a pull up resistor on the line.
************************************************** ***********************************
Due to a lack of donations, server free space at a critical level, and possible closure of Bios Requests
all donations are welcome,
see the donate button at the bottom of the page, or
>>>>> click on this link to donate via PayPal. <<<<<
Every donation made will go towards server fees and maintenance costs.
************************************************** ***********************************
Comment
-
I have found on one Russian Website that they are able to read the chip, but only if desoldered if i understood that correctly.
https://mslw.com/bb/showthread.php?t...c1503#pid97749
Comment
-
they are also able to read NPCX797 and NPCX997 chip:
https://mslw.com/bb/showthread.php?t...cx797#pid94250
This is done with UFPI Tool:
https://mslw.com/product/ufpi-box-silver/
Comment
-
Originally posted by joby91 View Postthey are also able to read NPCX797 and NPCX997 chip:
https://mslw.com/bb/showthread.php?t...cx797#pid94250
This is done with UFPI Tool:
https://mslw.com/product/ufpi-box-silver/************************************************** ***********************************
Due to a lack of donations, server free space at a critical level, and possible closure of Bios Requests
all donations are welcome,
see the donate button at the bottom of the page, or
>>>>> click on this link to donate via PayPal. <<<<<
Every donation made will go towards server fees and maintenance costs.
************************************************** ***********************************
Comment
-
No, i am not using it, But i am planing to get the Programmer. NPCX Chips are supported without desoldering the chip. For the
MEC15xx and MEC17xx is only a matter of time when they wil also be supported without desoldering.
I am not sure what vertyanov is doing and if he is doiing anything to get the support for this chips.
Comment
-
Originally posted by joby91 View PostNo, i am not using it, But i am planing to get the Programmer. NPCX Chips are supported without desoldering the chip. For the
MEC15xx and MEC17xx is only a matter of time when they wil also be supported without desoldering.
I am not sure what vertyanov is doing and if he is doiing anything to get the support for this chips.************************************************** ***********************************
Due to a lack of donations, server free space at a critical level, and possible closure of Bios Requests
all donations are welcome,
see the donate button at the bottom of the page, or
>>>>> click on this link to donate via PayPal. <<<<<
Every donation made will go towards server fees and maintenance costs.
************************************************** ***********************************
Comment
-
Hi all, sorry I put the project on the shelf for the summer time and I redid part of my home lab so I wasn't able to do much for a few months.
So I caught up with trying the "CPU reset nRESET_IN of the MEC to the Segger's RESET pin" and it's a "no go". The entire motherboard resets and shuts down.
I've read the other posts and I cannot register to https://mslw.com. They say: "Sorry, your email or IP matches that of a known spammer. If you feel this is a mistake, please contact an administrator." 😂
So I wasn't able to get more info.
I might be able to get a hold of a MEC1503 chip from a donor board. Would this work? The donor board doesn't have the exact same specs as mine. Or should I buy a blank one, find the a dump somewhere online, program it with the Segger and then solder it on?
I'm starting to wonder if it is possible to dump the MEC1503 reading all that was said since my last post.
Comment
-
Originally posted by speed488 View PostDo anyone have a MEC1503 dump (with some info on the laptop it comes from: S/N, password lock, bios version, etc...) or, at least, info on how I can dump mine? I'd like to dig in the binary trying to understand what's inside.
Comment
-
Originally posted by anhbanxoi View Post
Just replace the MEC. This MEC doesnt have any firmware inside. The firmware for EC chip is inside BIOS. Check your bios with uefitool you will see a region call EC.
According to this: https://docs.nordicsemi.com/bundle/n...doc/index.html
MEC152x is identical to MEC150x except for an enhanced Boot-ROM SPI loader.
So we can take a look at the MEC152X datasheet: https://ww1.microchip.com/downloads/...S00003427A.pdf
2K byte Internal EEPROM (MEC1523 Only) - Which should be present in the MEC1503 as well
So is the password stored there?
If it's the case, I was wondering if this approach would be a viable option:- Dump the BIOS
- Patch the BIOS to skip password checking popup
- Write the patched BIOS
- Boot and set a new blank password
- Write the original BIOS
Comment
-
Originally posted by speed488 View Post
The MEC has an EEPROM though.
According to this: https://docs.nordicsemi.com/bundle/n...doc/index.html
MEC152x is identical to MEC150x except for an enhanced Boot-ROM SPI loader.
So we can take a look at the MEC152X datasheet: https://ww1.microchip.com/downloads/...S00003427A.pdf
2K byte Internal EEPROM (MEC1523 Only) - Which should be present in the MEC1503 as well
So is the password stored there?
If it's the case, I was wondering if this approach would be a viable option:- Dump the BIOS
- Patch the BIOS to skip password checking popup
- Write the patched BIOS
- Boot and set a new blank password
- Write the original BIOS
Comment
Comment