What kind of features did you have in mind?
[0] https://en.wikipedia.org/wiki/Engine_control_unit
11–20 of 44 posts
What kind of features did you have in mind?
[0] https://en.wikipedia.org/wiki/Engine_control_unit
[dead]
For safety, regulator, historical and frankly common sense reasons, a car is not one system. It is a system of system that communicate via a CAN BUS, https://en.wikipedia.org/wiki/CAN_bus. This is still true for electric cars. Can this be hacked? Like everything else, yes.
Can you side load a new ROM like an android device? Not that know of and hope that never becomes a reality because your phone crashing is different than you car crashing (figuratively and literally). Can you enable/disable features? Yes, usually through ECU hacking. On my P3 Volvo, I bought a cheap stripped down Chinese clone of Volvo's diagnostic tool called DiCE. Once the ECU is decrypted, which is done through brute force, you can use something like https://d5t5.com/article/vdash-volvo-diagnostic or P3Tool to change level settings like the theme of LED dash or engine tuning.
You may be interested in https://github.com/jaredthecoder/awesome-vehicle-security#re...
Surprised they aren’t all signing their firmware and not loading it if it doesn’t match a fused cert or something.
It's legally forbidden for the part of the software that is controlling the car
Note that FMVSS has almost nothing to say on the topic of software. The industry broadly follows industry standards like ISO 26262 and the less universal 21448, but these don't have firm legal weight outside their status as standards of practice, nor do they preclude installing your own software.
The situation in Europe is different and an affirmative certification process does exist there.
[dead]