07-2013 GM BCM

minytrker
Posts: 11
Joined: Wed Mar 10, 2021 3:12 am

Re: 07-2013 GM BCM

Post by minytrker »

Bringing old thread up. Im wanting to change the remote start timer in my 2008 suburban. What is the cheapest tool to be able to read the .bin from the bcm?
ironduke
Posts: 695
Joined: Thu Feb 13, 2020 11:32 pm
cars: Mainly GM trucks, a Cruze and an Equinox for dailys..

Re: 07-2013 GM BCM

Post by ironduke »

Can either built a file from the sps files complete enough to flash the calibrations or you can read it using mode 23 and a J2534 device..

If you post up or pm your vin I can see if I have the files and I wrote some code to build a bin from the cache files.. That'll let you play at least..
minytrker
Posts: 11
Joined: Wed Mar 10, 2021 3:12 am

Re: 07-2013 GM BCM

Post by minytrker »

3GNGK26K68G311489 Thank you for the help.
gmtech825
Posts: 226
Joined: Fri Feb 24, 2017 11:27 am

Re: 07-2013 GM BCM

Post by gmtech825 »

ironduke wrote:Can either built a file from the sps files complete enough to flash the calibrations or you can read it using mode 23 and a J2534 device..

If you post up or pm your vin I can see if I have the files and I wrote some code to build a bin from the cache files.. That'll let you play at least..
If you're missing any let me know and I'll check what I have
ironduke
Posts: 695
Joined: Thu Feb 13, 2020 11:32 pm
cars: Mainly GM trucks, a Cruze and an Equinox for dailys..

Re: 07-2013 GM BCM

Post by ironduke »

Here's your files straight from the cache.
from cache.zip
(195.02 KiB) Downloaded 439 times
Here's your files after unpacking them.
Decompressed.zip
(197.27 KiB) Downloaded 410 times
Here's your files put together into a bin..
2008.Suburban.BCM.complete.bin
(1 MiB) Downloaded 453 times
What kind of runtime were you looking to get? Timer is in the System segment..
minytrker
Posts: 11
Joined: Wed Mar 10, 2021 3:12 am

Re: 07-2013 GM BCM

Post by minytrker »

I was just trying to change it to 20 mins run time.
radrace19
Posts: 19
Joined: Wed Apr 20, 2022 6:51 am
cars: Pontiac G8 GXP

Re: 07-2013 GM BCM

Post by radrace19 »

gmtech825 wrote: Thu Mar 31, 2022 1:07 am ok, I found the section of the OS that describes the segment addresses...it's just formatted differently than I'm used to. Ghidra and ida are showing what looks to be valid data so it's a step in the right direction. I've narrowed down what I think are the the staus bytes for the remote start enable and possibly the hood switch dtcs...maybe. I've been assuming that the timer setting would be in the "powertrain control" segment but can't figure anything out from there. Maybe I'm incorrectly assume that the timer value is in that segment. I'll keep at it and update if I figure it out.
Can I ask what you used for hardware and software to pull a complete BCM file?
gmtech825
Posts: 226
Joined: Fri Feb 24, 2017 11:27 am

Re: 07-2013 GM BCM

Post by gmtech825 »

I just used an sps file
Toytruck89
Posts: 5
Joined: Tue Aug 22, 2023 9:47 pm
cars: MKIII Toyota Supra
LS Chevy C10
Toyota 4Runner
Z06 Corvette
GMT800 Silverado
Location: Wellington, NZ

Re: 07-2013 GM BCM

Post by Toytruck89 »

Hey team,
Hopefully you don't mind me reviving an old thread (I did see that it's only 5 or so down from the top, though).

I can't get Ghidra to load in another processor/language. The 2013 is using that Fujitsu MP91 isn't it?

I can't get either that 2008 BCM bin or 2013 BCM to start decompiling correctly, or at all. Hoping someone here can help
gmtech825
Posts: 226
Joined: Fri Feb 24, 2017 11:27 am

Re: 07-2013 GM BCM

Post by gmtech825 »

look on page 10 for the fujitsu files you need. add them to the ghidra processor folder
Post Reply