|
|
|
|
|
|
BMW Garage | BMW Meets | Register | Today's Posts | Search |
|
BMW 3-Series (E90 E92) Forum
>
How do I check what firmware my CIC is on?
|
|
02-01-2021, 01:31 AM | #1 |
Private First Class
17
Rep 147
Posts |
How do I check what firmware my CIC is on?
Hi, I did a ccc to cic retrofit a few days ago and coded it to my car thankfully. Navigation disappeared as soon as I plugged in my climate control for some reason. I have fsc tools but, im not sure of what cic software im running. I heard that the patch will only work on c1a. How do I check? Cic came off a 2011 335i. Thanks!
|
02-01-2021, 08:46 PM | #3 |
Private First Class
17
Rep 147
Posts |
Is this it? I believe it is. I'm assuming I can't update with a d kcan. Will an f chasis Ethernet cable work? Thanks!
|
Appreciate
0
|
02-02-2021, 08:27 AM | #4 |
Lieutenant Colonel
412
Rep 1,597
Posts |
That is it. Just make sure to do a read of the module. Sometimes it updates after a read. You can't update a CIC with dcan or F series cable. You need an ICOM. I did one of mine that way with a $200 one from china. It takes over an hour.
|
Appreciate
1
billowusu16.50 |
02-02-2021, 02:11 PM | #5 |
Private First Class
17
Rep 147
Posts |
I might as well get me a 30 dollar emulator. I really need maps. Was trying to keep everything oem like. I wonder if an emulator would work with a combox.
|
Appreciate
0
|
02-02-2021, 03:05 PM | #6 |
Lieutenant Colonel
412
Rep 1,597
Posts |
I don't use the BMW nav unless I am somewhere without cell service. 3 of my cars now have this carplay box. It supports backup camera, nav and does not need a combox.
https://www.aliexpress.com/item/4001...688a9daekn388y |
Appreciate
0
|
02-02-2021, 03:57 PM | #7 | |
Private First Class
17
Rep 147
Posts |
Quote:
|
|
Appreciate
0
|
02-03-2021, 08:22 AM | #8 |
Lieutenant Colonel
412
Rep 1,597
Posts |
Music quality was an issue with the V1 box. The one I linked is the V3 which has corrected the issue. Aux now sounds identical in quality when compared to combox.
|
Appreciate
1
billowusu16.50 |
02-03-2021, 10:58 AM | #9 |
Tinkerer
87
Rep 532
Posts |
You are running c16 (one before latest), this will not work with the FSC upgrade patch, but should work with the activation patch.
Just ftp into the cic and create the activate script and then run from boot, you should now have maps, to do map updates you will need to stop the script and then update (with your 1b files) and then start the script again.
__________________
2014 F25 X3 335d M-Sport:
|
Appreciate
1
billowusu16.50 |
02-03-2021, 07:01 PM | #10 | |
Private First Class
17
Rep 147
Posts |
Quote:
|
|
Appreciate
0
|
02-04-2021, 03:32 AM | #11 |
Tinkerer
87
Rep 532
Posts |
Its neither of them two...
Telnet to the cic. Go to the dir that has the file /EFS_RO/startl6sss.sh Create a file called "fsc_start.sh" and put the contents below inside. (chmod 755) the file when done -- file contents below-- #!/bin/ksh set -A etc 17 18 19 1A 1B while true ; do for code in ${etc[@]} do swt="/mnt/HBpersistence/00"$code"0001.swt" if [ ! -e $swt ]; then touch $swt fi done sleep 5; done -- Now edit startl6sss.sh and add the file name to the bottom of the file and this will run the newly created file. this will load the certs and the nav will start working, you may need to boot the cic twice.. Do a google search for cic script activation, there are plenty of threads on this.
__________________
2014 F25 X3 335d M-Sport:
|
Appreciate
0
|
02-04-2021, 04:31 AM | #12 | |
Private First Class
17
Rep 147
Posts |
Quote:
|
|
Appreciate
0
|
02-04-2021, 01:01 PM | #14 |
Private First Class
17
Rep 147
Posts |
|
Appreciate
0
|
02-04-2021, 01:04 PM | #15 | |
Private First Class
17
Rep 147
Posts |
Quote:
|
|
Appreciate
0
|
Bookmarks |
|
|