liliana 6be2552dc5 add uart conn
Signed-off-by: liliana <lilianalillyy@gmail.com>
2025-04-20 11:07:14 +02:00
2025-04-20 11:07:14 +02:00
2025-02-15 17:07:40 +01:00
2025-02-15 17:26:32 +01:00
2025-02-15 17:26:32 +01:00
2025-02-15 17:07:40 +01:00
2025-02-15 17:26:32 +01:00

Renault R-Link reverse-engineering

Collection of materials and scripts to attempt reverse engineering Renault R-Link. Very WIP.

Note

Everything in here is for educational purposes and shall not be used for commercial gain. Be advised that using any of provided tools on your own R-Link is done at your own risk and you may void your device's warranty. Moreover, these tools are not guaranteed to work. Beware that you may permanently brick your device and in some cases this damage is irrecoverable.

Legend

  • FW, SW, HW = firmware, software, hardware
  • RL = R-Link
  • TT = TomTom
  • Strasbourg/Struttgart = R-Link HW (internal TT project name)

Submodule

This repository includes some helpful submodules that are relevant to RL:

Scripts (WIP)

There are several scripts in this repository. Note that for the scripts to work correctly you must launch them from the root directory of this repository, e.g. ./scripts/download_releases.sh.

These scripts are currently available:

  • download_releases.sh - Downloads open source software released by TT for all known RL releases and extracts them into the local/releases/<version> directory.
  • create_kernel_git.sh - Creates a git repository containing commits with the modified kernel provided of each TT release. Easier to diff between every release. Requires download_releases.sh to be run first.
  • create_release_git.sh - Same as create_kernel_git but with everything in the release TAR.

References and sources for this repo. Also notes/thoughts for the future.

Software

  • Currently, the R-Link-RE scripts that decompile the Java APKs must be modified to work properly. Might just be a platform issue.
  • The decompiler fails to fully decompile all apps, it might need additional third party library references to decompile properly?
  • https://www.softpedia.com/get/Maps-GPS/R-Link-Explorer.shtml#download - Windows alternative to R-Link-Evolution-Missing-Explorer, this download is not verified though (TODO)

https://www.speakev.com/threads/new-r-link-update-v11-344-3198541.139034/

https://github.com/egonalter/R-Link_kernel/blob/master/arch/arm/mach-omap2/board-strasbourg-whitelist.h

  • all allowed devices

Hardware

There are links to files that have also been copied to the files directory to preserve them if they were become unavailable.

Description
No description provided
Readme
Languages
Shell 100%