Skip to content

BYDcar/BYDGlobalFactoryImages1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 

Repository files navigation

BYD (Build Your Dream) Car Repair Manuals and Factory Images

Car repair manuals and factory images for global models of BYD cars

These Github repo contains BYD Auto Global models repair manuals and factory images. The global version refers to BYD's models sold outside Chinese mainland, such as ATTO 3 (Chinese mainland version corresponding to Yuan PLUS) sold in Australia, Japan, Germany, and Malaysia, etc. Also please note that the software of BYD Auto Global Edition maybe different from that of the Chinese mainland models and may not be interchangable (not tested).

Global version factory images repo:

https://github.com/BYDcar/BYDGlobalFactoryImages1

Currently this repo only has the ATTO 3 factory image. For repair manual, you can refer to the Chinese version Yuan PLUS in the below repair manual repo.

โ”œโ”€ATTO3:
โ”‚      Di3.0_13.1.32.2212081.1_0.zip

Flashing method

1. Download the zip file and change the name to UpdateFull.zip
2. Format a U disk as FAT32. Create a folder called BYDUpdatePackage, and then create msm8953_64 folder in it
3. Copy the UpdateFull.zip to the folder, and check the path as BYDUpdatePackage\msm8953_64\UpdateFull.zip
4. Plug The U disk into the USB data transfer port on the car when the system is running
5. The usb should be automatically recognized, the time is about 10 minutes, and it will automatically update and restart.

If the above method does not work, you can try another method
1, Download the zip file, unzip this file, extract the update.zip file in it, and rename update.zip to UpdateFull.zip
2. Format a U disk as FAT32. Create a folder called BYDUpdatePackage, and then create msm8953_64 folder in it
3. Copy the UpdateFull.zip to the folder, and check the path as BYDUpdatePackage\msm8953_64\UpdateFull.zip
4. Plug The U disk into the USB data transfer port on the car when the system is running
5, Long press the "Previous" button of the steering wheel + the "Volume wheel" next to the gear at the same time, until the screen is black, the system will automatically enter the engineering mode to read the factory image
6. Wait for the flashing to complete

Why share for free?

I need to research some BYD cars, and found that some websites on the Internet provide scattered repair manuals. I found that the repair manuals can be found on the BYD after-sales website http://lms.bydauto.com.cn/, factory images can be downloaded from http://yunpan.byd.com.cn/, but you need the account of a dealer or repair shop to download. Then I found that Taobao Xianyu sold these materials, so I bought them all and shared them for free.

It is very troublesome to find car reverse engineering information on the Internet. At present, the software and hardware ecology of automobiles is too closed. In terms of software, it is not like mobile phones and routers that can be flashed into third-party open source systems at will. In terms of hardware, there are not many modified and upgraded spare parts like 3D printers. Think about it, if a car can use open source system, and there are open source parts can be upgraded, it might be cool to realize functions that were not there before.

At present, some people abroad are researching on the modification and installation of assisted driving and automatic driving. For example, this video https://www.youtube.com/watch?v=Te4AhlRXnLw refits a 2005 old car with Teslaโ€™s iBooster and installs it The open source auxiliary software openpilot (https://github.com/commaai/openpilot) is used to realize automatic driving. There are also some people who are studying the conversion of fuel vehicles into electric vehicles. For example, this video https://www.youtube.com/watch?v=ZVtOss1U7_s converts an old Volkswagen Beetle into an electric vehicle. Therefore, I share these materials in order to promote research on various modifications and installations at home and abroad.

In addition, researching these may be of practical benefit. At present, the cheapest Qin PLUS DM-i 2023 model sold by BYD is 99,800 yuan. The low-end version does not include L2 assisted driving functions such as full-speed adaptive cruise control. For full-speed adaptive cruise, you need an extra 46,000 yuan to upgrade to the high-end version of 145,800 yuan. If you can make a few thousand yuan to upgrade with modified parts for self driving, then the low-end version plus will be very cost-effective.

In addition, some Chinese users recently posted that BYD secretly carried out OTA updates in the middle of the night without the permission of the car owner, causing the car to be unusable (search for "ๆฏ”ไบš่ฟชๅŠๅคœๅทๅทOTA" to find relevant information, and it seems that there are video and log records as evidence, it seems to be true issue) . So at present, it seems that there is an urgent need to obtain root permission to restrict connection to BYD server to prevent unauthorized OTA updates. In the future, it may be necessary to research flashing open source self-made system into the car so that the vehicle can be completely controlled by oneself.

In case you must want to donate, you can donate to Monero: 85RAUfhbEB32P2Er3eamcgcVGXnscHe7Wd15v1CRqswyNfYcjNSXgP2FPrYFmKtYgA8jshyBQsZNQgZeB3V1oizU35QpFkz

Large files are divided and compressed for upload

Because Github limits a single file to no more than 100M, a single push cannot exceed 2GB, and a single warehouse cannot exceed 100GB. So I divided and uploaded the large files (mainly the flashing package of the Android car and several maintenance manuals). I used https://github.com/sisl/GitHub-ForceLargeFiles to divide the large files and upload them. After the division It is a split package compressed by 7zip, you can manually decompress it with 7zip, or use the following code to automatically restore all files

git clone https://github.com/sisl/GitHub-ForceLargeFiles

segmentation
python .\GitHub-ForceLargeFiles\src\main.py --root_dir "C:\xxx\BYDRepairManual\"

recover
python .\GitHub-ForceLargeFiles\src\reverse.py --root_dir "C:\xxx\BYDRepairManual\"

Domestic download speed may be slow

Because there are many files, each warehouse has dozens of GB, downloading in mainland China may be unstable.

First of all, you can try to download directly. If the network speed is good, you can download it quickly.

git clone https://github.com/BYDcar/BYDPackagesByChip1.git

Secondly, if the download speed is slow or easy to disconnect. You can try Github proxy, such as https://ghproxy.com/

Again, if downloading the entire warehouse is easy to disconnect, you can only download the required files. Refer to the method here Some tools can only download the specified folder https://stackoverflow.com/questions/7106012/download-a-single-folder-or-directory-from-a-github-repo

Finally, if you download the entire warehouse of dozens of GB, the git clone download may be disconnected at more than a dozen GB, and the disconnection cannot be resumed and can only be downloaded again. In this case, you can consider commit downloading one by one (or several A few commit downloads)

# Create an empty git repository locally
git init

# add a remote
git remote add origin https://github.com/BYDcar/BYDPackagesByChip1.git

# Pull a commit hash (the latter hash is copied from GitHub commits)
# Note: the full history up to this commit will be retrieved unless
# you limit it with '--depth=...' or '--shallow-since=...'
git fetch origin d0fcf97e634d670a34a36e71d2395064674c17a2

# Extract the git file
git reset --hard FETCH_HEAD

# Then pull the hash of the next commit (the following hash is copied from the GitHub commits, copy the next hash in order)
git fetch origin c638f4e1de4d61e2295665249d9854d63386e437

# Extract the git file again
git reset --hard FETCH_HEAD

and so on and on
ย โ€ฆ

The files included in this series of libraries are as follows

Maintenance manual, dashboard firmware, software and flashing tutorial:

https://github.com/BYDcar/BYDRepairManual

Android car machine flash data

There are two types of search methods for car flashing packages, one is based on the chip version of the car controller, and the other is classified by model. Some of the packages in the two are the same, but the classification forms are different.

According to the chip version of the car

https://github.com/BYDcar/BYDPackagesByChip1

โ”œโ”€Di1
โ”‚ VP128_1.18.1912190.10.1911270.zip
โ”‚ VP128_1.18.1912190.6.1911270.zip
โ”‚ VP128_1.18.1912190.7.1911270.zip
โ”‚ VP128_1.36.2004030.4.2004039.zip
โ”‚ VP128_1.36.2005220.2.2005229.zip
โ”‚ VP128_1.36.2005220.3.2005229.zip
โ”‚ VP128_1.36.2005220.5.2005229.zip
โ”‚ VP128_1.36.2106220.9.2107060.zip
โ”‚ VP128_1.37.2010130.1.2009300.zip
โ”‚ VP128_1.37.2011060.6.2010220.zip
โ”‚ VP128_1.37.2011060.7.2010220.zip
โ”‚ VP128_1.38.2101090.13.2101090.zip
โ”‚ VP128_1.38.2103120.11.2103090.zip
โ”‚ VP128_1.38.2103120.14.2103090.zip
โ”‚ VP128_1.38.2108300.15.210706.zip
โ”‚ VP128_1.49.2106220.2.2107060.zip
โ”‚ VP128_1.49.2106220.3.2107060.zip
โ”‚ VP128_1.50.2106240.7.2107060.zip
โ”‚ Model Upgrade Tutorial for First Generation Machines.docx
โ”‚ The first digit of version details is 1 for VP128, 2 for DL2L, 4 for DL2UL, and 5 for DL2.1L.txt
โ”‚
โ””โ”€Di2
     โ”‚ The first digit of version details is 1 for VP128, 2 for DL2L, 4 for DL2UL, 5 for DL2.1L(20230106221045).txt
     โ”‚ The first digit of version details is 1 for VP128, 2 for DL2L, 4 for DL2UL, and 5 for DL2.1L.txt
     โ”‚
     โ”œโ”€2.x Chipset
     โ”‚ โ”œโ”€2.0 UI
     โ”‚ โ”‚ Di2L_0929_0305_ota_27_signed_user_2006180.2006118.zip
     โ”‚ โ”‚ Di2L_0929_0305_ota_28_signed_user_2006180.2006118.zip
     โ”‚ โ”‚ Di2L_ota_21_signed_user_2103120.201207.zip
     โ”‚ โ”‚ Di2L_ota_22_signed_user_2103120.201207.zip
     โ”‚ โ”‚ Di2L_ota_22_signed_user_2111050.2112140.zip
     โ”‚ โ”‚ Di2L_ota_23_signed_user_2012230.2012070.zip
     โ”‚ โ”‚ Di2L_ota_31_signed_user_2012230.2012070.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€3.0 UI
     โ”‚ Di2L_3.0UI_20191225_20210715_ota_24_user_2108090.2107030.zip
     โ”‚ Di2L_3.0UI_20191225_20210715_ota_26_user_2108090.2107030.zip
     โ”‚ Di2L_3.0UI_20191225_ota_24_user_2209160.2209090.zip
     โ”‚ Di2L_3.0UI_20191225_ota_24_user_2210170.2209090.zip
     โ”‚ Di2L_3.0UI_20191225_ota_25_user_2111260.2110090.zip
     โ”‚ Di2L_3.0UI_20191225_ota_25_user_2209160.2209090.zip
     โ”‚
     โ”œโ”€4.x Chipset
     โ”‚ Di2UL-1_4.1.1.2110220.1.4.2_3.1.2109240.2.4.6_7.1.2109240.1.zip
     โ”‚ Di2UL-1_4.1.3.2111240.1.4.2_3.1.2111240.2.4.6_7.1.2111240.2.zip
     โ”‚ Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
     โ”‚ Di2UL-4_4.1.3.2204070.1.4.2_3.4.2204040.2.4.6_7.4.2204040.2.zip
     โ”‚ Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2(20230106224053).zip
     โ”‚ Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2.zip
     โ”‚ Di2UL-7_4.1.1.2108100.1.4.2_3.7.2108040.2.4.6_7.7.2108040.2.zip
     โ”‚
     โ””โ”€5.x Chipset Di2.1L_canfd_with2in1_SOP_ota_5_signed_user_2211180.2211180.zip
             Di2.1L_ota_1_31_signed_user_2112020.2112020.2112020.zip
             Di2.1L_ota_3_33_signed_user_2105260.2105100.2105180.zip
             Di2.1L_ota_4_34_signed_user_2108190.2108190.2108190.zip
             Di2.1L_ota_4_signed_user_2104130.2104130.zip
             Di2.1L_ota_6_36_signed_user_2110300.2110090.2110310.zip
             Di2.1L_ota_6_36_signed_user_2112060.2111220.2111220.zip
             Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip

https://github.com/BYDcar/BYDPackagesByChip2

โ””โ”€Di3
     โ”œโ”€13.x Chipset
     โ”‚ โ”œโ”€3.0UI
     โ”‚ โ”‚ Di3.0_13.1.18.2110230.1.13.2.1.2110136.2.13.2.2.2110136.2.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2108180.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2109290.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2109220.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2111181.1_1.zip
     โ”‚ โ”‚ di3.0_13.1.7.2201130.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2204050.1_1.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2204051.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2205262.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2205265.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2207251.1_5.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2207252.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2209031.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2209032.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2211100.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2211200.1_0.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€4.0UI
     โ”‚ Di3.0_13.1.22.2112070.1_1.zip
     โ”‚ di3.0_13.1.22.2112210.1_1.zip
     โ”‚ Di3.0_13.1.22.2201110.1_0.zip
     โ”‚ di3.0_13.1.22.2202080.1_0.zip
     โ”‚ di3.0_13.1.22.2202081.1_0.zip
     โ”‚ Di3.0_13.1.22.2202081.1_1.zip
     โ”‚ Di3.0_13.1.22.2204060.1_0.zip
     โ”‚ Di3.0_13.1.22.2205260.1_1.zip
     โ”‚ Di3.0_13.1.22.2205262.1_0.zip
     โ”‚ Di3.0_13.1.22.2207200.1_0.zip
     โ”‚ Di3.0_13.1.22.2209200.1_0.zip
     โ”‚ Di3.0_13.1.22.2209201.1_0.zip
     โ”‚ Di3.0_13.1.22.2209203.1_0.zip
     โ”‚ Di3.0_13.1.22.2209205.1_0.zip
     โ”‚ Di3.0_13.1.22.2211166.1_0.zip
     โ”‚ Di3.0_13.1.22.2212160.1_0.zip
     โ”‚
     โ””โ”€15.x Chipset
         โ”œโ”€3.0UI
         โ”‚ Di3.0_15.1.7.2112200.1_1.zip
         โ”‚ Di3.0_15.1.7.2201130.1_1.zip
         โ”‚ Di3.0_15.1.7.2204050.1_0.zip
         โ”‚ Di3.0_15.1.7.2205262.1_0.zip
         โ”‚ Di3.0_15.1.7.2209031.1_0.zip
         โ”‚ Di3.0_15.1.7.2209032.1_0.zip
         โ”‚ Di3.0_15.1.7.2211200.1_0.zip
         โ”‚
         โ”œโ”€4.0UI
         โ””โ”€EV model
                 Di3.0_15.1.28.2206140.1.15.2.6.2206156.2.zip
                 Di3.0_15.1.28.2209270.1.15.2.6.2209226.2.zip
                 Di3.0_15.1.9.2109140.1.15.2.6.2109070.2.zip

https://github.com/BYDcar/BYDPackagesByChip3

โ”œโ”€Di4
โ”‚ โ”œโ”€16.x Chipset
โ”‚ โ”‚ โ”‚ Di4.0_16.1.18.2203180.1.16.2.2.2203190.2.16.3.2.2203190.2.zip
โ”‚ โ”‚ โ”‚ Di4.0_16.1.4.2112030.1.16.2.2.2112230.2.zip
โ”‚ โ”‚ โ”‚
โ”‚ โ”‚ โ””โ”€17.x flashing package with 16.x chipset
โ”‚ โ”‚ Di4.0_17.1.14.2206040.1_0.zip
โ”‚ โ”‚ Di4.0_17.1.14.2210283.1_0.zip
โ”‚ โ”‚ Di4.0_17.1.17.2202280.1_0.zip
โ”‚ โ”‚
โ”‚ โ”œโ”€17.x Chipset
โ”‚ โ”‚ Di4.0_17.1.14.2206040.1_0.zip
โ”‚ โ”‚ Di4.0_17.1.14.2210130.1_0.zip
โ”‚ โ”‚ Di4.0_17.1.14.2210283.1_0.zip
โ”‚ โ”‚ Di4.0_17.1.17.2202280.1_0.zip
โ”‚ โ”‚
โ”‚ โ””โ”€21.x Chipset
โ”‚ Di4.0_1for2_21.1.10.2208030.1_0.zip
โ”‚ Di4.0_1for2_21.1.14.2301030.1_1.zip
โ”‚ Di4.0_1for2_21.1.2.2204060.1_0.zip
โ”‚ Di4.0_1for2_21.1.2.2206010.1_2.zip
โ”‚ Di4.0_1for2_21.1.2.2208160.1_0.zip
โ”‚ Di4.0_1for2_21.1.2.2208230.1_2.zip
โ”‚ Di4.0_1for2_21.1.2.2208231.1_2.zip
โ”‚ Di4.0_1for2_21.1.2.2209230.1_0.zip
โ”‚ Di4.0_1for2_21.1.2.2210283.1_0.zip
โ”‚ Di4.0_1for2_21.1.2.2210284.1_1.zip
โ”‚ Di4.0_1for2_21.1.2.2212013.1_0.zip
โ”‚ Di4.0_1for2_21.1.2.2212080.1_0 (Tang DMP).zip
โ”‚ Di4.0_1for2_21.1.2.2212080.1_0 (Han DMP, Han DM-i, Han EV22).zip
โ”‚ Di4.0_1for2_21.1.2.2212080.1_3.zip
โ”‚ Di4.0_1for2_21.1.7.2206110.1_3.zip
โ”‚
โ””โ”€Di5
     โ””โ”€23.x Chipset
             Di5.0_23.1.2.2209151.1.23.2.2.2209151.2.zip
             Di5.0_23.1.2.2209156.1.23.2.2.2209152.2.zip

By car model

The other part of the file I got is classified by model. I was going to upload it, but after comparing the hash of the file, I found that it is the same as the file classified by car chip above, so I just list the directory here and donโ€™t upload it. The hash of the car chip file is in filehash-bychip.txt, and the hash of the model file is in the filehash-bymodel.txt file. You can choose the file to download from the above warehouse according to the hash.

โ”œโ”€Ocean series
โ”‚ โ”œโ”€Frigate 07
โ”‚ โ”‚ Di4.0_1for2_21.1.2.2212013.1_0.zip
โ”‚ โ”‚
โ”‚ โ”œโ”€Dolphins
โ”‚ โ”‚ Di3.0_13.1.22.2205262.1_0.zip
โ”‚ โ”‚ Di3.0_13.1.22.2207200.1_0.zip
โ”‚ โ”‚ Di3.0_13.1.22.2211166.1_0.zip
โ”‚ โ”‚
โ”‚ โ”œโ”€seal
โ”‚ โ”‚ Di4.0_1for2_21.1.14.2301030.1_1.zip
โ”‚ โ”‚ Di4.0_1for2_21.1.2.2209230.1_0.zip
โ”‚ โ”‚ Di4.0_1for2_21.1.2.2210284.1_1.zip
โ”‚ โ”‚ Di4.0_1for2_21.1.2.2212080.1_3.zip
โ”‚ โ”‚
โ”‚ โ”œโ”€Seagull
โ”‚ โ””โ”€Destroyer 05
โ”‚ โ”œโ”€12.8-inch rotating screen pad (three generations of Dilink)
โ”‚ โ”‚ Di3.0_13.1.22.2207200.1_0.zip
โ”‚ โ”‚
โ”‚ โ””โ”€15.6-inch rotating screen pad (fourth generation Dilink)
โ”‚ Di4.0_17.1.14.2206040.1_0.zip
โ”‚ Di4.0_17.1.17.2202280.1_0.zip
โ”‚
โ””โ”€Teng potential
     โ””โ”€D9
             Di5.0_23.1.2.2209151.1.23.2.2.2209151.2.zip
             Di5.0_23.1.2.2209156.1.23.2.2.2209152.2.zip
โ””โ”€Chinese
     โ”œโ”€Hybrid models
     โ”‚ โ””โ”€Han DM
     โ”‚ Di2L_3.0UI_20191225_ota_24_user_2209160.2209090.zip
     โ”‚ Di3.0_15.1.7.2112200.1_1.zip
     โ”‚ Di3.0_15.1.7.2204050.1_0.zip
     โ”‚ Di3.0_15.1.7.2205262.1_0.zip
     โ”‚ Di3.0_15.1.7.2209031.1_0.zip
     โ”‚ Di3.0_15.1.7.2211200.1_0.zip
     โ”‚ Tutorial.pptx
     โ”‚
     โ”œโ”€Pure electric vehicle
     โ”‚ โ”œโ”€Han EV
     โ”‚ โ”‚ Di2.1L_ota_1_31_signed_user_2112020.2112020.2112020.zip
     โ”‚ โ”‚ Di2L_3.0UI_20191225_ota_25_user_2111260.2110090.zip
     โ”‚ โ”‚ Di2L_3.0UI_20191225_ota_25_user_2209160.2209090.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2112200.1_1.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2204050.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2205262.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2209031.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2211200.1_0.zip
     โ”‚ โ”‚ Di4.0_16.1.18.2203180.1.16.2.2.2203190.2.16.3.2.2203190.2.zip
     โ”‚ โ”‚ Di4.0_16.1.4.2112030.1.16.2.2.2112230.2.zip
     โ”‚ โ”‚ Di4.0_17.1.14.2210283.1_0.zip
     โ”‚ โ”‚ Tutorial.pptx
     โ”‚ โ”‚
     โ”‚ โ””โ”€Han EV 22 models
     โ”‚ Di4.0_1for2_21.1.10.2208030.1_0.zip
     โ”‚ Di4.0_1for2_21.1.2.2208230.1_2.zip
     โ”‚ Di4.0_1for2_21.1.2.2208231.1_2.zip
     โ”‚ Di4.0_1for2_21.1.2.2210283.1_0.zip
     โ”‚ Di4.0_1for2_21.1.2.2212080.1_0.zip
     โ”‚
     โ””โ”€Super Hybrid
         โ”œโ”€Chinese DM-i
         โ”‚ Di4.0_1for2_21.1.10.2208030.1_0.zip
         โ”‚ Di4.0_1for2_21.1.2.2208230.1_2.zip
         โ”‚ Di4.0_1for2_21.1.2.2208231.1_2.zip
         โ”‚ Di4.0_1for2_21.1.2.2210283.1_0.zip
         โ”‚ Di4.0_1for2_21.1.2.2212080.1_0.zip
         โ”‚
         โ””โ”€Han DM-p
                 Di4.0_1for2_21.1.2.2208231.1_2.zip
                 Di4.0_1for2_21.1.2.2210283.1_0.zip
                 Di4.0_1for2_21.1.2.2212080.1_0.zip
โ””โ”€Qin
     โ”œโ”€Hybrid models
     โ”œโ”€fuel vehicle
     โ”‚ โ”œโ”€New Qin_fuel version
     โ”‚ โ”‚ Di2L_ota_23_signed_user_2012230.2012070.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Qin Pro
     โ”‚ โ”‚ Di2.1L_ota_6_36_signed_user_2112060.2111220.2111220.zip
     โ”‚ โ”‚ Di2L_0929_0305_ota_27_signed_user_2006180.2006118.zip
     โ”‚ โ”‚ VP128_1.36.2005220.5.2005229.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€Qin Pro_Fuel
     โ”œโ”€Pure electric vehicle
     โ”‚ โ”œโ”€New Qin EV
     โ”‚ โ”‚ โ”‚ Di2.1L_ota_3_33_signed_user_2105260.2105100.2105180.zip
     โ”‚ โ”‚ โ”‚ Di2L_ota_22_signed_user_2111050.2112140.zip
     โ”‚ โ”‚ โ”‚
     โ”‚ โ”‚ โ””โ”€Multimedia system (not dilink)
     โ”‚ โ”‚ HDE EMEA E2 E3 multimedia system update program update operation guide.doc
     โ”‚ โ”‚ MX9S-HDE 8-inch multimedia U disk upgrade package V5.0.zip
     โ”‚ โ”‚ MX9SC-HDE 8-inch multimedia U disk upgrade package V5.0.zip
     โ”‚ โ”‚ Update failure remedy program.rar
     โ”‚ โ”‚
     โ”‚ โ”œโ”€QIN PLUS EV
     โ”‚ โ”‚ Di3.0_13.1.7.2111181.1_1.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2204050.1_1.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2205262.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2207252.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2209031.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2209032.1_0.zip
     โ”‚ โ”‚ Di3.0_13.1.7.2211200.1_0.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€Qin Pro_EV
     โ”‚ Di2.1L_ota_6_36_signed_user_2110300.2110090.2110310.zip
     โ”‚ Di2L_0929_0305_ota_28_signed_user_2006180.2006118.zip
     โ”‚ VP128_1.36.2005220.2.2005229.zip
     โ”‚ VP128_1.36.2106220.9.2107060.zip
     โ”‚
     โ””โ”€Super Hybrid
         โ”œโ”€Qin Plus DM-i (2021 model)
         โ”‚ โ”‚ Di3.0_13.1.7.2111181.1_1.zip
         โ”‚ โ”‚ di3.0_13.1.7.2201130.1_0.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2204050.1_1.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2205262.1_0.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2207252.1_0.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2209031.1_0.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2209032.1_0.zip
         โ”‚ โ”‚ Di3.0_13.1.7.2211200.1_0.zip
         โ”‚ โ”‚
         โ”‚ โ””โ”€2021 DM-i 55KM Premium
         โ”‚ Di2.1L_canfd_with2in1_SOP_ota_5_signed_user_2211180.2211180.zip
         โ”‚
         โ””โ”€Qin Plus DM-i (2023 model)
             โ”œโ”€120KM Flagship Smart Optional Package (21.1.2.xxx)
             โ”œโ”€55KM honor type 120KM honor type (13.1.22 xx)
             โ”œโ”€55KM premium type (26.1. .xxx)
             โ””โ”€HA2HAA-20 120KM Flagship (81.2.xxx)
โ””โ”€Song
     โ”œโ”€Hybrid models
     โ”‚ โ”œโ”€Song DM
     โ”‚ โ”‚ Di2UL-1_4.1.3.2111240.1.4.2_3.1.2111240.2.4.6_7.1.2111240.2.zip
     โ”‚ โ”‚ VP128_1.18.1912190.6.1911270.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song MAX DM
     โ”‚ โ”‚ VP128_1.37.2011060.6.2010220.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€Song Pro_DM
     โ”‚ Di2L_ota_21_signed_user_2103120.201207.zip
     โ”‚ Di2UL-7_4.1.1.2108100.1.4.2_3.7.2108040.2.4.6_7.7.2108040.2.zip
     โ”‚ VP128_1.38.2103120.14.2103090.zip
     โ”‚
     โ”œโ”€fuel vehicle
     โ”‚ โ”œโ”€Song MAX
     โ”‚ โ”‚ โ””โ”€12.8-inch rotating screen pad (first generation Dilink)
     โ”‚ โ”‚ VP128_1.37.2011060.7.2010220.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song MAX upgrade version
     โ”‚ โ”‚ โ”‚ Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip
     โ”‚ โ”‚ โ”‚
     โ”‚ โ”‚ โ”œโ”€10.1 inch rotating screen pad (Dilink 2.1)
     โ”‚ โ”‚ โ”‚ Di2.1L_ota_4_signed_user_2104130.2104130.zip
     โ”‚ โ”‚ โ”‚
     โ”‚ โ”‚ โ””โ”€10.1 inch rotating screen pad (Dilink 2.2)
     โ”‚ โ”‚ Di2UL-1_4.1.1.2110220.1.4.2_3.1.2109240.2.4.6_7.1.2109240.1.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song PLUS Fuel
     โ”‚ โ”‚ Di2UL-4_4.1.3.2204070.1.4.2_3.4.2204040.2.4.6_7.4.2204040.2.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song Pro_fuel version
     โ”‚ โ”‚ Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song_fuel version_18 styles
     โ”‚ โ”‚ Di2.1L_ota_4_34_signed_user_2108190.2108190.2108190.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song Fuel Version
     โ”‚ โ”‚ Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€Second Generation Song Pro
     โ”‚ Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
     โ”‚
     โ”œโ”€Pure electric vehicle
     โ”‚ โ”œโ”€Song EV_18
     โ”‚ โ”‚ VP128_1.18.1912190.10.1911270.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song MAX EV
     โ”‚ โ”‚ โ””โ”€12.8-inch rotating screen pad (first generation dilink)
     โ”‚ โ”‚ VP128_1.36.2005220.3.2005229.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€Song PLUS EV
     โ”‚ โ”‚ Di3.0_15.1.7.2201130.1_1.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2204050.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2205262.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2209031.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2209032.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2211200.1_0.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€Song Pro_EV
     โ”‚ Di2L_ota_22_signed_user_2103120.201207.zip
     โ”‚ VP128_1.38.2103120.11.2103090.zip
     โ”‚
     โ””โ”€Super Hybrid
         โ”œโ”€Song MAX DM-i
         โ”‚ Di3.0_13.1.22.2207200.1_0.zip
         โ”‚
         โ”œโ”€Song Plus DM-i
         โ”‚ Di3.0_13.1.18.2110230.1.13.2.1.2110136.2.13.2.2.2110136.2.zip
         โ”‚ Di3.0_13.1.22.2212160.1_0.zip
         โ”‚ Di3.0_13.1.7.2109290.1_0.zip
         โ”‚ Di3.0_13.1.7.2111181.1_1.zip
         โ”‚ Di3.0_13.1.7.2205262.1_0.zip
         โ”‚ Di3.0_13.1.7.2205265.1_0.zip
         โ”‚ Di3.0_13.1.7.2207251.1_5.zip
         โ”‚ Di3.0_13.1.7.2209031.1_0.zip
         โ”‚ Di3.0_13.1.7.2209032.1_0.zip
         โ”‚ Di3.0_13.1.7.2211200.1_0.zip
         โ”‚
         โ”œโ”€Song PLUS DM-i 5G
         โ”‚ Di4.0_17.1.14.2210130.1_0.zip
         โ”‚
         โ”œโ”€Song Plus DM-i AWD
         โ”‚ di3.0_13.1.22.2112210.1_1.zip
         โ”‚ Di3.0_13.1.22.2205262.1_0.zip
         โ”‚ Di3.0_13.1.22.2209205.1_0.zip
         โ”‚
         โ”œโ”€Song Plus DM-i (5G)
         โ”‚ Di4.0_17.1.14.2210130.1_0.zip
         โ”‚
         โ””โ”€Song Pro DM-i
                 Di3.0_13.1.22.2209205.1_0.zip
โ”œโ”€yuan
โ”‚ โ”œโ”€fuel vehicle
โ”‚ โ”‚ โ””โ”€Yuan Pro
โ”‚ โ”‚ โ””โ”€10.1-inch rotating screen pad (third generation Dilink)
โ”‚ โ”‚ Di3.0_15.1.7.2204050.1_0.zip
โ”‚ โ”‚
โ”‚ โ””โ”€Pure electric vehicle
โ”‚ โ”œโ”€Yuan EV
โ”‚ โ”‚ โ”œโ”€10.1-inch rotating screen pad (first generation Dilink)
โ”‚ โ”‚ โ”‚ VP128_1.38.2101090.13.2101090.zip
โ”‚ โ”‚ โ”‚
โ”‚ โ”‚ โ””โ”€10.1-inch rotating screen pad (second generation Dilink)
โ”‚ โ”‚ Di2L_ota_31_signed_user_2012230.2012070.zip
โ”‚ โ”‚
โ”‚ โ””โ”€Yuan PLUS EV
โ”‚ Di3.0_13.1.22.2202080.1_0.zip
โ”‚ Di3.0_13.1.22.2205262.1_0.zip
โ”‚ Di3.0_13.1.22.2209200.1_0.zip
โ”‚
โ””โ”€Don
     โ”œโ”€Hybrid models
     โ”‚ โ”œโ”€A new generation of Tang DM
     โ”‚ โ”‚ VP128_1.37.2010130.1.2009300.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€New generation Tang DM (2021 model)
     โ”‚ Di2L_3.0UI_20191225_20210715_ota_24_user_2108090.2107030.zip
     โ”‚ Di2L_3.0UI_20191225_ota_24_user_2210170.2209090.zip
     โ”‚ Di3.0_15.1.7.2211200.1_0.zip
     โ”‚
     โ”œโ”€fuel vehicle
     โ”‚ โ”œโ”€The new generation of Tang_fuel version
     โ”‚ โ”‚ VP128_1.36.2005220.2.2005229.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€New generation Tang fuel oil (2021 model)
     โ”‚ Di2L_3.0UI_20191225_20210715_ota_26_user_2108090.2107030.zip
     โ”‚
     โ”œโ”€Pure electric vehicle
     โ”‚ โ”œโ”€22 Tang EVs
     โ”‚ โ”‚ Di4.0_1for2_21.1.2.2208160.1_0.zip
     โ”‚ โ”‚ Di4.0_1for2_21.1.2.2212080.1_0.zip
     โ”‚ โ”‚
     โ”‚ โ”œโ”€New generation Tang EV 2021
     โ”‚ โ”‚ Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2.zip
     โ”‚ โ”‚ Di3.0_15.1.28.2206140.1.15.2.6.2206156.2.zip
     โ”‚ โ”‚ Di3.0_15.1.28.2209270.1.15.2.6.2209226.2.zip
     โ”‚ โ”‚ Di3.0_15.1.7.2211200.1_0.zip
     โ”‚ โ”‚ Di3.0_15.1.9.2109140.1.15.2.6.2109070.2.zip
     โ”‚ โ”‚
     โ”‚ โ””โ”€The new generation Tang_pure electric version
     โ”‚ VP128_1.37.2010130.1.2009300.zip
     โ”‚ VP128_1.49.2106220.3.2107060.zip
     โ”‚
     โ””โ”€Super Hybrid
         โ”œโ”€22 Tang DM-p
         โ”‚ Di4.0_1for2_21.1.2.2208160.1_0.zip
         โ”‚ Di4.0_1for2_21.1.2.2212080.1_0.zip
         โ”‚
         โ””โ”€Don DM-i
                 Di3.0_13.1.7.2108180.1_0.zip
                 Di3.0_13.1.7.2109220.1_0.zip
                 Di3.0_13.1.7.2111181.1_1.zip
                 Di3.0_13.1.7.2204051.1_0.zip
                 Di3.0_13.1.7.2205262.1_0.zip
                 Di3.0_13.1.7.2211100.1_0.zip
                 Di3.0_13.1.7.2211200.1_0.zip

ๆฏ”ไบš่ฟชๆฑฝ่ฝฆๅ…จ็ƒ็‰ˆ็š„็ปดไฟฎๆ‰‹ๅ†Œๅ’Œๅˆทๆœบ่ต„ๆ–™

BYD (Build Your Dream) Car Global Models Repair Manuals and Factory Images

ๆฏ”ไบš่ฟชๆฑฝ่ฝฆๅคš็ง่ฝฆๅž‹็š„็ปดไฟฎๆ‰‹ๅ†Œๅ’Œๅˆทๆœบๆ–‡ไปถ

่ฟ™ๅ‡ ไธชGithubไป“ๅบ“ๅŒ…ๅซๆฏ”ไบš่ฟชๆฑฝ่ฝฆๅ…จ็ƒ็‰ˆ็š„็ปดไฟฎๆ‰‹ๅ†Œๅ’Œๅˆทๆœบ่ต„ๆ–™๏ผŒๅ…จ็ƒ็‰ˆๆŒ‡็š„ๆ˜ฏๆฏ”ไบš่ฟชๅœจๆตทๅค–ๅ‘ๅ”ฎ็š„็‰ˆๆœฌ๏ผŒๆฏ”ๅฆ‚ๆฏ”ๅฆ‚ๅœจๆพณๅคงๅˆฉไบšใ€ๆ—ฅๆœฌใ€้ฉฌๆฅ่ฅฟไบšๅ‘ๅ”ฎ็š„ATTO 3๏ผˆไธญๅ›ฝๅคง้™†็‰ˆๆœฌๅฏนๅบ”ๅ…ƒ PLUS๏ผ‰๏ผŒไฝ†่ฏทๆณจๆ„ๆฏ”ไบš่ฟชๆฑฝ่ฝฆๅ…จ็ƒ็‰ˆ็š„่ฝฏไปถๅ’Œไธญๅ›ฝๅคง้™†็‰ˆ็š„ๆœ‰ไบ›ไธไธ€ๆ ทๅฏ่ƒฝไธ้€š็”จใ€‚

ๅ…จ็ƒ็‰ˆ็š„ๅˆทๆœบๆ–‡ไปถ๏ผš

็›ฎๅ‰ๅ…จ็ƒ็‰ˆไป…ๆœ‰ATTO 3ๅˆทๆœบๆ–‡ไปถ๏ผŒ้œ€่ฆ็ปดไฟฎๆ‰‹ๅ†Œ่ฏทๅ‚่€ƒไธ‹้ขไป“ๅบ“้‡Œๅ›ฝๅ†…ๅฏนๅบ”็š„ๅ…ƒPLUS่ฝฆๅž‹ใ€‚ https://github.com/BYDcar/BYDGlobalFactoryImages1

โ”œโ”€ATTO3:
โ”‚      Di3.0_13.1.32.2212081.1_0.zip

ๅˆทๆœบๆ–นๆณ•

1๏ผŒไธ‹่ฝฝๅˆทๆœบๅŒ…ๅนถๆ”นๅไธบUpdateFull.zip
2๏ผŒU็›˜ๆ ผๅผๅŒ–ไธบfat32ๆ ผๅผใ€‚ๅปบ็ซ‹ๆ–‡ไปถๅคนBYDUpdatePackage็„ถๅŽๅœจๅ…ถไธญๅปบ็ซ‹msm8953_64ๆ–‡ไปถๅคน
3๏ผŒๆŠŠUpdateFull.zipๆ‹ท่ดๅˆฐๆ–‡ไปถๅคนๅ†…๏ผŒๆฃ€ๆŸฅ่ทฏๅพ„ไธบ BYDUpdatePackage\msm8953_64\UpdateFull.zip
4๏ผŒU็›˜ๆ’ๅˆฐ่ฝฆไธŠUSBๆ•ฐๆฎไผ ่พ“ๅฃ
5๏ผŒๅผ€ๆœบ็Šถๆ€ๅฏไปฅ่‡ชๅŠจ่ฏ†ๅˆซ๏ผŒๆ—ถ้—ดๅคง็บฆ10ๅˆ†้’Ÿ๏ผŒๅ‡็บงๅŽไผš่‡ชๅŠจๅŒน้…้‡ๅฏใ€‚

ๅฆ‚ๆžœไธŠ้ขๆ–นๆณ•ไธ็ฎก็”จ๏ผŒๅฏไปฅๅฐ่ฏ•ๅฆไธ€็งๆ–นๆณ•
1, ่งฃๅŽ‹ๅˆทๆœบๅŒ…๏ผŒๆๅ–ๅ…ถไธญ็š„update.zipๆ–‡ไปถ๏ผŒๆ”นๅไธบUpdateFull.zip
3๏ผŒU็›˜ๆ ผๅผๅŒ–ไธบfat32ๆ ผๅผใ€‚ๅปบ็ซ‹ๆ–‡ไปถๅคนBYDUpdatePackage็„ถๅŽๅœจๅ…ถไธญๅปบ็ซ‹msm8953_64ๆ–‡ไปถๅคน
4๏ผŒๆŠŠUpdateFull.zipๆ‹ท่ดๅˆฐๆ–‡ไปถๅคนๅ†…๏ผŒๆฃ€ๆŸฅ่ทฏๅพ„ไธบ BYDUpdatePackage\msm8953_64\UpdateFull.zip
4, ๅฏๅŠจ่ฝฆ่พ†๏ผŒๆ’ๅ…ฅU็›˜ๅˆฐUSBๆ•ฐๆฎไผ ่พ“ๅฃ
5, ๆ–นๅ‘็›˜"ไธŠไธ€้ฆ–"ๆŒ‰้”ฎ+ๆŒกไฝๆ—่พน็š„"้Ÿณ้‡ๆปš่ฝฎ"=ๅŒๆ—ถ้•ฟๆŒ‰๏ผŒ็›ด่‡ณ้ป‘ๅฑๅŽ็ณป็ปŸไผš่‡ชๅŠจ่ฟ›ๅ…ฅๅทฅ็จ‹ๆจกๅผ่ฏปๅ–ๅˆทๆœบๅŒ…
6, ็ญ‰ๅพ…ๅˆทๆœบๅฎŒๆˆ

ไธบไป€ไนˆๅ…่ดนๅˆ†ไบซ๏ผŸ

ๆˆ‘้œ€่ฆ็ ”็ฉถไธ€ไบ›ๆฏ”ไบš่ฟช็š„ๆฑฝ่ฝฆ๏ผŒๅ‘็Žฐ็ฝ‘ไธŠๆœ‰ไบ›็ฝ‘็ซ™ๆไพ›้›ถ้›ถๆ•ฃๆ•ฃ็š„็ปดไฟฎๆ‰‹ๅ†Œ๏ผŒๅ‘็Žฐ็ปดไฟฎๆ‰‹ๅ†Œๅฏไปฅๅœจๆฏ”ไบš่ฟชๅ”ฎๅŽ็ฝ‘็ซ™ http://lms.bydauto.com.cn/ ไธ‹่ฝฝ๏ผŒๅˆทๆœบ่ต„ๆ–™ๅฏไปฅๅœจ http://yunpan.byd.com.cn/ ไธ‹่ฝฝ๏ผŒไฝ†ๆ˜ฏ้ƒฝ้œ€่ฆ็ป้”€ๅ•†ๆˆ–็ปดไฟฎๅŽ‚็š„่ดฆๅทๆ‰่ƒฝไธ‹่ฝฝใ€‚็„ถๅŽๅ‘็Žฐๆท˜ๅฎ้—ฒ้ฑผไธŠ้ขๆœ‰ๅ–่ฟ™ไบ›่ต„ๆ–™็š„๏ผŒๅฐฑ้ƒฝไนฐไบ†ๅ›žๆฅๅ…่ดนๅˆ†ไบซๅ‡บๆฅใ€‚

ๅ‘็Žฐ็ฝ‘ไธŠๆœ‰ไบ›้›ถ้›ถๆ•ฃๆ•ฃ็š„่ต„ๆ–™๏ผŒๆ‰พ่ตทๆฅๅพˆ้บป็ƒฆใ€‚็›ฎๅ‰ๆฑฝ่ฝฆ็š„่ฝฏ็กฌไปถ็”Ÿๆ€ๅคช่ฟ‡ๅฐ้—ญ๏ผŒ่ฝฏไปถๆ–น้ขๆฅ่ฏดไธๅƒๆ‰‹ๆœบๅ’Œ่ทฏ็”ฑๅ™จ้‚ฃๆ ทๅฏไปฅ้šๆ„ๅˆทๅ…ฅ็ฌฌไธ‰ๆ–นๅผ€ๆบ็ณป็ปŸ๏ผŒ็กฌไปถๆ–น้ขๆฅ่ฏดไธๅƒ3Dๆ‰“ๅฐๆœบ้‚ฃๆ ทๆœ‰ๅพˆๅคšๆ”น่ฃ…ๅ‡็บง็š„้›ถ้…ไปถใ€‚ๆƒณๆƒณๅฆ‚ๆžœๆฑฝ่ฝฆๅฏไปฅๅˆทๅ…ฅๅผ€ๆบ็ณป็ปŸ๏ผŒๅ‡็บงๅผ€ๆบ้›ถไปถ๏ผŒไนŸ่ฎธไผšๅพˆ้…ทๅฏไปฅๅฎž็Žฐไน‹ๅ‰ๆฒกๆœ‰็š„ๅŠŸ่ƒฝใ€‚

็›ฎๅ‰ๅ›ฝๅค–ๆœ‰ไบ›ไบบๅœจ็ ”็ฉถๆ”น่ฃ…ๅŠ ่ฃ…่พ…ๅŠฉ้ฉพ้ฉถ่‡ชๅŠจ้ฉพ้ฉถ๏ผŒๆฏ”ๅฆ‚่ฟ™ไธช่ง†้ข‘ https://www.youtube.com/watch?v=Te4AhlRXnLw ๆŠŠไธ€ๆฌพ2005ๅนด็š„่€่ฝฆๆ”น่ฃ…ไบ†็‰นๆ–ฏๆ‹‰็š„iBoosterๅนถๅŠ ่ฃ…ไบ†ๅผ€ๆบ่พ…ๅŠฉ่ฝฏไปถopenpilot ( https://github.com/commaai/openpilot )๏ผŒๅฎž็Žฐไบ†่‡ชๅŠจ่กŒ้ฉถใ€‚่ฟ˜ๆœ‰ไธ€ไบ›ไบบๅœจ็ ”็ฉถ็‡ƒๆฒน่ฝฆๆ”น่ฃ…ๆˆ็”ตๅŠจ่ฝฆ๏ผŒๆฏ”ๅฆ‚่ฟ™ไธช่ง†้ข‘ https://www.youtube.com/watch?v=ZVtOss1U7_s ๆŠŠไธ€ไธช่€่ฝฆๅคงไผ—็”ฒๅฃณ่™ซๆ”น่ฃ…ๆˆ็”ตๅŠจ่ฝฆใ€‚ๅ› ๆญคๆˆ‘ๅˆ†ไบซ่ฟ™ไบ›่ต„ๆ–™ไปฅไพฟไฟƒ่ฟ›ๅ›ฝๅ†…ๅค–็ ”็ฉถๅ„็งๆ”น่ฃ…ๅŠ ่ฃ…ใ€‚

ๅฆๅค–็ ”็ฉถ่ฟ™ไบ›ๅพˆๆœ‰ๅฏ่ƒฝๆ˜ฏๆœ‰ๅฎž้™…ๅˆฉ็›Š็š„ๅ“ฆ๏ผŒ็›ฎๅ‰ๆฏ”ไบš่ฟชๅœจๅ”ฎๆœ€ไพฟๅฎœ็š„็งฆPLUS DM-i 2023ๆฌพ 9.98ไธ‡ๅ…ƒ็š„ไฝŽ้…็‰ˆๆ˜ฏไธๅซๅ…จ้€Ÿ่‡ช้€‚ๅบ”ๅทก่ˆช็ญ‰L2่พ…ๅŠฉ้ฉพ้ฉถๅŠŸ่ƒฝ็š„๏ผŒๆƒณ่ฆๅ…จ้€Ÿ่‡ช้€‚ๅบ”ๅทก่ˆช็š„่ฏๅชๆœ‰ๅŠ 4.6ไธ‡ๅ…ƒๅ‡็บงๅˆฐ14.58ไธ‡ๅ…ƒ็š„้ซ˜้…็‰ˆใ€‚ๅ‡ๅฆ‚ๅฏไปฅๅšๅ‡บๅ‡ ๅƒๅ…ƒๅ‡็บง่พ…ๅŠฉ้ฉพ้ฉถ็š„ๆ”น่ฃ…้…ไปถ๏ผŒ้‚ฃๆ ทไฝŽ้…็‰ˆๅŠ ไธŠๆ”น่ฃ…้…ไปถ็š„ๆ€งไปทๆฏ”ๅฐฑไผšๅพˆ้ซ˜ใ€‚

ๅฆๅค–๏ผŒๆœ€่ฟ‘ๆœ‰ไบ›ไบบๅ‘ๅธ–ๅฃฐ็งฐๆฏ”ไบš่ฟชๆœช็ป่ฝฆไธปๅ…่ฎธๅœจๅŠๅคœๅทๅท่ฟ›่กŒOTAๆ›ดๆ–ฐ้€ ๆˆๆ— ๆณ•็”จ่ฝฆ๏ผˆๆœ็ดขโ€œๆฏ”ไบš่ฟช ๅŠๅคœ ๅทๅทOTAโ€ๅฏไปฅๆœๅˆฐ็›ธๅ…ณไฟกๆฏ๏ผŒ็œ‹่ตทๆฅๆœ‰็›‘ๆŽงๅ’Œๆ—ฅๅฟ—่ฎฐๅฝ•ไธบ่ฏๅƒๆ˜ฏ็œŸไบ‹๏ผ‰ใ€‚ๆ‰€ไปฅ็›ฎๅ‰ไผผไนŽๆ€ฅ้œ€่Žทๅ–rootๆƒ้™้™ๅˆถๅ’Œๆฏ”ไบš่ฟชๆœๅŠกๅ™จ้“พๆŽฅ้˜ปๆญขๆœช็ปๅ…่ฎธ็š„OTAๆ›ดๆ–ฐ๏ผŒๅฐ†ๆฅไนŸ่ฎธ้œ€่ฆ็ ”็ฉถๅˆทๅ…ฅๅผ€ๆบ่‡ชๅˆถ็ณป็ปŸไปฅไพฟๅฏไปฅๆŠŠ่ฝฆ่พ†ๅฎŒๅ…จๆŽŒๆกๅœจ่‡ชๅทฑๆ‰‹ไธŠใ€‚

ๅฆ‚ๆžœไฝ ้žๅธธๆƒณ่ฆ่ตžๅŠฉ๏ผŒๅฏไปฅ่ตžๅŠฉ้—จ็ฝ—ๅธ๏ผš85RAUfhbEB32P2Er3eamcgcVGXnscHe7Wd15v1CRqswyNfYcjNSXgP2FPrYFmKtYgA8jshyBQsZNQgZeB3V1oizU35QpFkz

ๅคงๆ–‡ไปถ้ƒฝๅˆ†ๅ‰ฒๅŽ‹็ผฉไธŠไผ ไบ†

ๅ› ไธบGithub้™ๅˆถๅ•ไธชๆ–‡ไปถไธ่ƒฝ่ถ…่ฟ‡100M๏ผŒๅ•ๆฌกไธŠไผ pushไธ่ƒฝ่ถ…่ฟ‡2GB๏ผŒๅ•ไธชไป“ๅบ“ไธ่ƒฝ่ถ…่ฟ‡100GBใ€‚ๆ‰€ไปฅๆˆ‘ๆŠŠๅคงๆ–‡ไปถ๏ผˆไธป่ฆๆ˜ฏๅฎ‰ๅ“่ฝฆๆœบ็š„ๅˆทๆœบๅŒ…ๅ’Œๅ‡ ไธช็ปดไฟฎๆ‰‹ๅ†Œ๏ผ‰้ƒฝๅˆ†ๅ‰ฒไธŠไผ ไบ†๏ผŒๆˆ‘็”จไบ† https://github.com/sisl/GitHub-ForceLargeFiles ๆŠŠๅคงๆ–‡ไปถๅˆ†ๅ‰ฒ็„ถๅŽไธŠไผ ๏ผŒๅˆ†ๅ‰ฒๅŽ็š„ๆ˜ฏ7zipๅŽ‹็ผฉ็š„ๅˆ†ๅ‰ฒๅŒ…๏ผŒๅฏไปฅๆ‰‹ๅŠจ็”จ7zip่งฃๅŽ‹๏ผŒไนŸๅฏไปฅ็”จไธ‹้ข็š„ไปฃ็ ่‡ชๅŠจๆŠŠๆ‰€ๆœ‰็š„ๆ–‡ไปถ้ƒฝๆขๅค

git clone https://github.com/sisl/GitHub-ForceLargeFiles

ๅˆ†ๅ‰ฒ
python .\GitHub-ForceLargeFiles\src\main.py --root_dir "C:\xxx\BYDRepairManual\"

ๆขๅค
python .\GitHub-ForceLargeFiles\src\reverse.py --root_dir "C:\xxx\BYDRepairManual\"

ๅ›ฝๅ†…ไธ‹่ฝฝ้€Ÿๅบฆๅฏ่ƒฝไผšๆ…ข

ๅ› ไธบๆ–‡ไปถๆฏ”่พƒๅคš๏ผŒๆฏไธชไป“ๅบ“ๆœ‰ๅ‡ ๅGB๏ผŒๅœจไธญๅ›ฝๅคง้™†ไธ‹่ฝฝๅฏ่ƒฝไผšไธ็จณๅฎšใ€‚

้ฆ–ๅ…ˆๅฏไปฅๅฐ่ฏ•็›ดๆŽฅไธ‹่ฝฝ๏ผŒๅฆ‚ๆžœ็ฝ‘้€Ÿๅฅฝๅพˆๅฟซ่ƒฝไธ‹่ฝฝไธ‹ๆฅ

git clone https://github.com/BYDcar/BYDPackagesByChip1.git

ๅ…ถๆฌกๅฆ‚ๆžœไธ‹่ฝฝ้€Ÿๅบฆๆ…ขๆˆ–่€…ๅฎนๆ˜“ๆ–ญ็บฟใ€‚ๅฏไปฅๅฐ่ฏ•Githubไปฃ็†๏ผŒๆฏ”ๅฆ‚ https://ghproxy.com/ ไน‹็ฑป

ๅ†ๆฌกๅฆ‚ๆžœไธ‹่ฝฝๆ•ดไธชไป“ๅบ“ๅฎนๆ˜“ๆ–ญ็บฟ๏ผŒๅฏไปฅไป…ไธ‹่ฝฝ้œ€่ฆ็š„ๆ–‡ไปถใ€‚ๅ‚่€ƒ่ฟ™้‡Œ็š„ๆ–นๆณ•ๆœ‰ไบ›ๅทฅๅ…ทๅฏไปฅไป…ไธ‹่ฝฝๆŒ‡ๅฎš็š„ๆ–‡ไปถๅคน https://stackoverflow.com/questions/7106012/download-a-single-folder-or-directory-from-a-github-repo

ๆœ€ๅŽๅฆ‚ๆžœไธ‹่ฝฝๆ•ดไธชๅ‡ ๅGB็š„ไป“ๅบ“๏ผŒgit cloneไธ‹่ฝฝๆ—ถๆœ‰ๅฏ่ƒฝๅœจๅๅ‡ GBๆ–ญ็บฟ๏ผŒๆ–ญ็บฟๆฒกๆณ•ๆ–ญ็‚น็ปญไผ ๅช่ƒฝ้‡ๆ–ฐไธ‹๏ผŒ้‡ๅˆฐ่ฟ™็งๆƒ…ๅ†ตๅฏไปฅ่€ƒ่™‘ไธ€ไธชไธ€ไธชcommitไธ‹่ฝฝ๏ผˆๆˆ–่€…ๅ‡ ไธชๅ‡ ไธชcommitไธ‹่ฝฝ๏ผ‰

# ๆœฌๅœฐๅˆ›ๅปบไธ€ไธช็ฉบgitไป“ๅบ“
git init

# ๆทปๅŠ ไธ€ไธชremote
git remote add origin https://github.com/BYDcar/BYDPackagesByChip1.git

# ๆ‹‰ๅ–ไธ€ไธชcommit็š„hash๏ผˆๅŽ้ข็š„hashๆ˜ฏไปŽGitHub็š„commits้‡Œๅคๅˆถ่ฟ‡ๆฅ็š„๏ผ‰
# Note: the full history up to this commit will be retrieved unless 
#       you limit it with '--depth=...' or '--shallow-since=...'
git fetch origin d0fcf97e634d670a34a36e71d2395064674c17a2

# ๆŠŠgit็š„ๆ–‡ไปถ่งฃๅ‡บๆฅ
git reset --hard FETCH_HEAD

# ๅ†ๆ‹‰ๅ–ไธ‹ไธ€ไธชcommit็š„hash๏ผˆๅŽ้ข็š„hashๆ˜ฏไปŽGitHub็š„commits้‡Œๅคๅˆถ่ฟ‡ๆฅ็š„๏ผŒๆŒ‰้กบๅบๅคๅˆถไธ‹ไธ€ไธชhash๏ผ‰
git fetch origin c638f4e1de4d61e2295665249d9854d63386e437

# ๅ†ๆŠŠgit็š„ๆ–‡ไปถ่งฃๅ‡บๆฅ
git reset --hard FETCH_HEAD

ๅ†่ฟ™ๆ ท็ปง็ปญ้‡ๅค
......

่ฟ™ไธ€็ณปๅˆ—ๅบ“ๅŒ…ๅซ็š„ๆ–‡ไปถๅฆ‚ไธ‹

็ปดไฟฎๆ‰‹ๅ†Œ๏ผŒไปช่กจ็›˜ๅ›บไปถ๏ผŒ่ฝฏไปถๅ’Œๅˆทๆœบๆ•™็จ‹๏ผš

่ฟ™ไธชไป“ๅบ“ๅŒ…ๅซ็ปดไฟฎๆ‰‹ๅ†Œไน‹็ฑปๆ‚ไธƒๆ‚ๅ…ซ็š„ๆ–‡ไปถ๏ผŒๅ› ไธบๆ–‡ไปถ่พƒๅคš๏ผŒๆ–‡ไปถ็›ฎๅฝ•ๅฐฑไธๆ”พ่ฟ™้‡Œ๏ผŒๆ”พๅœจtree.txtๆ–‡ไปถ้‡Œไบ† https://github.com/BYDcar/BYDRepairManual

ๅฎ‰ๅ“่ฝฆๆœบๅˆทๆœบ่ต„ๆ–™

่ฝฆๆœบๅˆทๆœบๅŒ…ๅˆ†ไธบไธค็งๅˆ†็ฑปๆŸฅๆ‰พๅฝขๅผ๏ผŒไธ€็งๆ˜ฏๆŒ‰่ฝฆๆœบๆŽงๅˆถๅ™จ่Šฏ็‰‡็‰ˆๆœฌ๏ผŒๅฆไธ€็งๆ˜ฏๆŒ‰่ฝฆๅž‹ๅˆ†็ฑปใ€‚ไธค็ง้‡Œ้ขๆœ‰ไบ›ๅŒ…ๆ˜ฏไธ€ๆ ท็š„ๅชๆ˜ฏๅˆ†็ฑปๅฝขๅผไธๅŒใ€‚

ๆŒ‰่ฝฆๆœบ่Šฏ็‰‡็‰ˆๆœฌ

https://github.com/BYDcar/BYDPackagesByChip1

โ”œโ”€Di1
โ”‚      VP128_1.18.1912190.10.1911270.zip
โ”‚      VP128_1.18.1912190.6.1911270.zip
โ”‚      VP128_1.18.1912190.7.1911270.zip
โ”‚      VP128_1.36.2004030.4.2004039.zip
โ”‚      VP128_1.36.2005220.2.2005229.zip
โ”‚      VP128_1.36.2005220.3.2005229.zip
โ”‚      VP128_1.36.2005220.5.2005229.zip
โ”‚      VP128_1.36.2106220.9.2107060.zip
โ”‚      VP128_1.37.2010130.1.2009300.zip
โ”‚      VP128_1.37.2011060.6.2010220.zip
โ”‚      VP128_1.37.2011060.7.2010220.zip
โ”‚      VP128_1.38.2101090.13.2101090.zip
โ”‚      VP128_1.38.2103120.11.2103090.zip
โ”‚      VP128_1.38.2103120.14.2103090.zip
โ”‚      VP128_1.38.2108300.15.210706.zip
โ”‚      VP128_1.49.2106220.2.2107060.zip
โ”‚      VP128_1.49.2106220.3.2107060.zip
โ”‚      VP128_1.50.2106240.7.2107060.zip
โ”‚      ไธ€ไปฃๆœบ็š„่ฝฆๅž‹ๅ‡็บงๆ•™็จ‹.docx
โ”‚      ็‰ˆๆœฌ่ฏฆๆƒ…็ฌฌไธ€ไฝๆ•ฐไธบ1็”จVP128๏ผŒ2็”จDL2L๏ผŒ4็”จDL2UL๏ผŒ5็”จDL2.1L.txt
โ”‚
โ””โ”€Di2
    โ”‚  ็‰ˆๆœฌ่ฏฆๆƒ…็ฌฌไธ€ไฝๆ•ฐไธบ1็”จVP128๏ผŒ2็”จDL2L๏ผŒ4็”จDL2UL๏ผŒ5็”จDL2.1L(20230106221045).txt
    โ”‚  ็‰ˆๆœฌ่ฏฆๆƒ…็ฌฌไธ€ไฝๆ•ฐไธบ1็”จVP128๏ผŒ2็”จDL2L๏ผŒ4็”จDL2UL๏ผŒ5็”จDL2.1L.txt
    โ”‚
    โ”œโ”€2.x่Šฏ็‰‡็ป„
    โ”‚  โ”œโ”€2.0UI
    โ”‚  โ”‚      Di2L_0929_0305_ota_27_signed_user_2006180.2006118.zip
    โ”‚  โ”‚      Di2L_0929_0305_ota_28_signed_user_2006180.2006118.zip
    โ”‚  โ”‚      Di2L_ota_21_signed_user_2103120.201207.zip
    โ”‚  โ”‚      Di2L_ota_22_signed_user_2103120.201207.zip
    โ”‚  โ”‚      Di2L_ota_22_signed_user_2111050.2112140.zip
    โ”‚  โ”‚      Di2L_ota_23_signed_user_2012230.2012070.zip
    โ”‚  โ”‚      Di2L_ota_31_signed_user_2012230.2012070.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€3.0UI
    โ”‚          Di2L_3.0UI_20191225_20210715_ota_24_user_2108090.2107030.zip
    โ”‚          Di2L_3.0UI_20191225_20210715_ota_26_user_2108090.2107030.zip
    โ”‚          Di2L_3.0UI_20191225_ota_24_user_2209160.2209090.zip
    โ”‚          Di2L_3.0UI_20191225_ota_24_user_2210170.2209090.zip
    โ”‚          Di2L_3.0UI_20191225_ota_25_user_2111260.2110090.zip
    โ”‚          Di2L_3.0UI_20191225_ota_25_user_2209160.2209090.zip
    โ”‚
    โ”œโ”€4.x่Šฏ็‰‡็ป„
    โ”‚      Di2UL-1_4.1.1.2110220.1.4.2_3.1.2109240.2.4.6_7.1.2109240.1.zip
    โ”‚      Di2UL-1_4.1.3.2111240.1.4.2_3.1.2111240.2.4.6_7.1.2111240.2.zip
    โ”‚      Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
    โ”‚      Di2UL-4_4.1.3.2204070.1.4.2_3.4.2204040.2.4.6_7.4.2204040.2.zip
    โ”‚      Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2(20230106224053).zip
    โ”‚      Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2.zip
    โ”‚      Di2UL-7_4.1.1.2108100.1.4.2_3.7.2108040.2.4.6_7.7.2108040.2.zip
    โ”‚
    โ””โ”€5.x่Šฏ็‰‡็ป„
            Di2.1L_canfd_with2in1_SOP_ota_5_signed_user_2211180.2211180.zip
            Di2.1L_ota_1_31_signed_user_2112020.2112020.2112020.zip
            Di2.1L_ota_3_33_signed_user_2105260.2105100.2105180.zip
            Di2.1L_ota_4_34_signed_user_2108190.2108190.2108190.zip
            Di2.1L_ota_4_signed_user_2104130.2104130.zip
            Di2.1L_ota_6_36_signed_user_2110300.2110090.2110310.zip
            Di2.1L_ota_6_36_signed_user_2112060.2111220.2111220.zip
            Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip

https://github.com/BYDcar/BYDPackagesByChip2

โ””โ”€Di3
    โ”œโ”€13.x่Šฏ็‰‡็ป„
    โ”‚  โ”œโ”€3.0UI
    โ”‚  โ”‚      Di3.0_13.1.18.2110230.1.13.2.1.2110136.2.13.2.2.2110136.2.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2108180.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2109290.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2109220.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2111181.1_1.zip
    โ”‚  โ”‚      di3.0_13.1.7.2201130.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2204050.1_1.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2204051.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2205262.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2205265.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2207251.1_5.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2207252.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2209031.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2209032.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2211100.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2211200.1_0.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€4.0UI
    โ”‚          Di3.0_13.1.22.2112070.1_1.zip
    โ”‚          di3.0_13.1.22.2112210.1_1.zip
    โ”‚          Di3.0_13.1.22.2201110.1_0.zip
    โ”‚          di3.0_13.1.22.2202080.1_0.zip
    โ”‚          di3.0_13.1.22.2202081.1_0.zip
    โ”‚          Di3.0_13.1.22.2202081.1_1.zip
    โ”‚          Di3.0_13.1.22.2204060.1_0.zip
    โ”‚          Di3.0_13.1.22.2205260.1_1.zip
    โ”‚          Di3.0_13.1.22.2205262.1_0.zip
    โ”‚          Di3.0_13.1.22.2207200.1_0.zip
    โ”‚          Di3.0_13.1.22.2209200.1_0.zip
    โ”‚          Di3.0_13.1.22.2209201.1_0.zip
    โ”‚          Di3.0_13.1.22.2209203.1_0.zip
    โ”‚          Di3.0_13.1.22.2209205.1_0.zip
    โ”‚          Di3.0_13.1.22.2211166.1_0.zip
    โ”‚          Di3.0_13.1.22.2212160.1_0.zip
    โ”‚
    โ””โ”€15.x่Šฏ็‰‡็ป„
        โ”œโ”€3.0UI
        โ”‚      Di3.0_15.1.7.2112200.1_1.zip
        โ”‚      Di3.0_15.1.7.2201130.1_1.zip
        โ”‚      Di3.0_15.1.7.2204050.1_0.zip
        โ”‚      Di3.0_15.1.7.2205262.1_0.zip
        โ”‚      Di3.0_15.1.7.2209031.1_0.zip
        โ”‚      Di3.0_15.1.7.2209032.1_0.zip
        โ”‚      Di3.0_15.1.7.2211200.1_0.zip
        โ”‚
        โ”œโ”€4.0UI
        โ””โ”€EV่ฝฆๅž‹
                Di3.0_15.1.28.2206140.1.15.2.6.2206156.2.zip
                Di3.0_15.1.28.2209270.1.15.2.6.2209226.2.zip
                Di3.0_15.1.9.2109140.1.15.2.6.2109070.2.zip

https://github.com/BYDcar/BYDPackagesByChip3

โ”œโ”€Di4
โ”‚  โ”œโ”€16.x่Šฏ็‰‡็ป„
โ”‚  โ”‚  โ”‚  Di4.0_16.1.18.2203180.1.16.2.2.2203190.2.16.3.2.2203190.2.zip
โ”‚  โ”‚  โ”‚  Di4.0_16.1.4.2112030.1.16.2.2.2112230.2.zip
โ”‚  โ”‚  โ”‚
โ”‚  โ”‚  โ””โ”€ๅธฆ16.x่Šฏ็‰‡็ป„็š„17.xๅˆทๆœบๅŒ…
โ”‚  โ”‚          Di4.0_17.1.14.2206040.1_0.zip
โ”‚  โ”‚          Di4.0_17.1.14.2210283.1_0.zip
โ”‚  โ”‚          Di4.0_17.1.17.2202280.1_0.zip
โ”‚  โ”‚
โ”‚  โ”œโ”€17.x่Šฏ็‰‡็ป„
โ”‚  โ”‚      Di4.0_17.1.14.2206040.1_0.zip
โ”‚  โ”‚      Di4.0_17.1.14.2210130.1_0.zip
โ”‚  โ”‚      Di4.0_17.1.14.2210283.1_0.zip
โ”‚  โ”‚      Di4.0_17.1.17.2202280.1_0.zip
โ”‚  โ”‚
โ”‚  โ””โ”€21.x่Šฏ็‰‡็ป„
โ”‚          Di4.0_1for2_21.1.10.2208030.1_0.zip
โ”‚          Di4.0_1for2_21.1.14.2301030.1_1.zip
โ”‚          Di4.0_1for2_21.1.2.2204060.1_0.zip
โ”‚          Di4.0_1for2_21.1.2.2206010.1_2.zip
โ”‚          Di4.0_1for2_21.1.2.2208160.1_0.zip
โ”‚          Di4.0_1for2_21.1.2.2208230.1_2.zip
โ”‚          Di4.0_1for2_21.1.2.2208231.1_2.zip
โ”‚          Di4.0_1for2_21.1.2.2209230.1_0.zip
โ”‚          Di4.0_1for2_21.1.2.2210283.1_0.zip
โ”‚          Di4.0_1for2_21.1.2.2210284.1_1.zip
โ”‚          Di4.0_1for2_21.1.2.2212013.1_0.zip
โ”‚          Di4.0_1for2_21.1.2.2212080.1_0๏ผˆๅ”DMP๏ผ‰.zip
โ”‚          Di4.0_1for2_21.1.2.2212080.1_0๏ผˆๆฑ‰DMPใ€ๆฑ‰DM-iใ€ๆฑ‰EV22ๆฌพ๏ผ‰.zip
โ”‚          Di4.0_1for2_21.1.2.2212080.1_3.zip
โ”‚          Di4.0_1for2_21.1.7.2206110.1_3.zip
โ”‚
โ””โ”€Di5
    โ””โ”€23.x่Šฏ็‰‡็ป„
            Di5.0_23.1.2.2209151.1.23.2.2.2209151.2.zip
            Di5.0_23.1.2.2209156.1.23.2.2.2209152.2.zip

ๆŒ‰่ฝฆๅž‹

ๆˆ‘ๅพ—ๅˆฐ็š„ๆ–‡ไปถ้‡Œๅฆไธ€้ƒจๅˆ†ๆ˜ฏๆŒ‰่ฝฆๅž‹ๅˆ†็ฑป็š„๏ผŒๅŽŸๆœฌๅ‡†ๅค‡ไธŠไผ ไฝ†ๆ˜ฏ็ป่ฟ‡ๅฏนๆฏ”ๆ–‡ไปถ็š„hashๅ‘็Žฐๅ’ŒไธŠ้ขๆŒ‰่ฝฆๆœบ่Šฏ็‰‡ๅˆ†็ฑป็š„ๆ–‡ไปถๆ˜ฏไธ€ๆ ท็š„๏ผŒๆ‰€ไปฅ่ฟ™้‡Œไป…ๆŠŠ็›ฎๅฝ•ๅˆ—ๅ‡บๆฅๅฐฑไธไธŠไผ ไบ†ใ€‚ๆŒ‰่ฝฆๆœบ่Šฏ็‰‡ๆ–‡ไปถ็š„hashๅœจfilehash-bychip.txt้‡Œ๏ผŒๆŒ‰่ฝฆๅž‹ๆ–‡ไปถ็š„hashๅœจfilehash-bymodel.txtๆ–‡ไปถ้‡Œ๏ผŒๅฏไปฅๆ นๆฎhashไปŽไธŠ้ข็š„ไป“ๅบ“้‡Œ้€‰ๆ‹ฉๆ–‡ไปถไธ‹่ฝฝใ€‚

โ”œโ”€ๆตทๆด‹็ณปๅˆ—
โ”‚  โ”œโ”€ๆŠคๅซ่ˆฐ07
โ”‚  โ”‚      Di4.0_1for2_21.1.2.2212013.1_0.zip
โ”‚  โ”‚
โ”‚  โ”œโ”€ๆตท่ฑš
โ”‚  โ”‚      Di3.0_13.1.22.2205262.1_0.zip
โ”‚  โ”‚      Di3.0_13.1.22.2207200.1_0.zip
โ”‚  โ”‚      Di3.0_13.1.22.2211166.1_0.zip
โ”‚  โ”‚
โ”‚  โ”œโ”€ๆตท่ฑน
โ”‚  โ”‚      Di4.0_1for2_21.1.14.2301030.1_1.zip
โ”‚  โ”‚      Di4.0_1for2_21.1.2.2209230.1_0.zip
โ”‚  โ”‚      Di4.0_1for2_21.1.2.2210284.1_1.zip
โ”‚  โ”‚      Di4.0_1for2_21.1.2.2212080.1_3.zip
โ”‚  โ”‚
โ”‚  โ”œโ”€ๆตท้ธฅ
โ”‚  โ””โ”€้ฉฑ้€่ˆฐ05
โ”‚      โ”œโ”€12.8่‹ฑๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไธ‰ไปฃDilink๏ผ‰
โ”‚      โ”‚      Di3.0_13.1.22.2207200.1_0.zip
โ”‚      โ”‚
โ”‚      โ””โ”€15.6ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆๅ››ไปฃDilink๏ผ‰
โ”‚              Di4.0_17.1.14.2206040.1_0.zip
โ”‚              Di4.0_17.1.17.2202280.1_0.zip
โ”‚
โ””โ”€่…พๅŠฟ
    โ””โ”€D9
            Di5.0_23.1.2.2209151.1.23.2.2.2209151.2.zip
            Di5.0_23.1.2.2209156.1.23.2.2.2209152.2.zip
โ””โ”€ๆฑ‰
    โ”œโ”€ๆททๅŠจ่ฝฆๅž‹
    โ”‚  โ””โ”€ๆฑ‰DM
    โ”‚          Di2L_3.0UI_20191225_ota_24_user_2209160.2209090.zip
    โ”‚          Di3.0_15.1.7.2112200.1_1.zip
    โ”‚          Di3.0_15.1.7.2204050.1_0.zip
    โ”‚          Di3.0_15.1.7.2205262.1_0.zip
    โ”‚          Di3.0_15.1.7.2209031.1_0.zip
    โ”‚          Di3.0_15.1.7.2211200.1_0.zip
    โ”‚          ๆ•™็จ‹.pptx
    โ”‚
    โ”œโ”€็บฏ็”ต่ฝฆๅž‹
    โ”‚  โ”œโ”€ๆฑ‰EV
    โ”‚  โ”‚      Di2.1L_ota_1_31_signed_user_2112020.2112020.2112020.zip
    โ”‚  โ”‚      Di2L_3.0UI_20191225_ota_25_user_2111260.2110090.zip
    โ”‚  โ”‚      Di2L_3.0UI_20191225_ota_25_user_2209160.2209090.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2112200.1_1.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2204050.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2205262.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2209031.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2211200.1_0.zip
    โ”‚  โ”‚      Di4.0_16.1.18.2203180.1.16.2.2.2203190.2.16.3.2.2203190.2.zip
    โ”‚  โ”‚      Di4.0_16.1.4.2112030.1.16.2.2.2112230.2.zip
    โ”‚  โ”‚      Di4.0_17.1.14.2210283.1_0.zip
    โ”‚  โ”‚      ๆ•™็จ‹.pptx
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๆฑ‰EV 22ๆฌพ
    โ”‚          Di4.0_1for2_21.1.10.2208030.1_0.zip
    โ”‚          Di4.0_1for2_21.1.2.2208230.1_2.zip
    โ”‚          Di4.0_1for2_21.1.2.2208231.1_2.zip
    โ”‚          Di4.0_1for2_21.1.2.2210283.1_0.zip
    โ”‚          Di4.0_1for2_21.1.2.2212080.1_0.zip
    โ”‚
    โ””โ”€่ถ…็บงๆททๅŠจ่ฝฆๅž‹
        โ”œโ”€ๆฑ‰DM-i
        โ”‚      Di4.0_1for2_21.1.10.2208030.1_0.zip
        โ”‚      Di4.0_1for2_21.1.2.2208230.1_2.zip
        โ”‚      Di4.0_1for2_21.1.2.2208231.1_2.zip
        โ”‚      Di4.0_1for2_21.1.2.2210283.1_0.zip
        โ”‚      Di4.0_1for2_21.1.2.2212080.1_0.zip
        โ”‚
        โ””โ”€ๆฑ‰DM-p
                Di4.0_1for2_21.1.2.2208231.1_2.zip
                Di4.0_1for2_21.1.2.2210283.1_0.zip
                Di4.0_1for2_21.1.2.2212080.1_0.zip
โ””โ”€็งฆ
    โ”œโ”€ๆททๅŠจ่ฝฆๅž‹
    โ”œโ”€็‡ƒๆฒน่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅ…จๆ–ฐ็งฆ_็‡ƒๆฒน็‰ˆ
    โ”‚  โ”‚      Di2L_ota_23_signed_user_2012230.2012070.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€็งฆPro
    โ”‚  โ”‚      Di2.1L_ota_6_36_signed_user_2112060.2111220.2111220.zip
    โ”‚  โ”‚      Di2L_0929_0305_ota_27_signed_user_2006180.2006118.zip
    โ”‚  โ”‚      VP128_1.36.2005220.5.2005229.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€็งฆPro_็‡ƒๆฒน
    โ”œโ”€็บฏ็”ต่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅ…จๆ–ฐ็งฆEV
    โ”‚  โ”‚  โ”‚  Di2.1L_ota_3_33_signed_user_2105260.2105100.2105180.zip
    โ”‚  โ”‚  โ”‚  Di2L_ota_22_signed_user_2111050.2112140.zip
    โ”‚  โ”‚  โ”‚
    โ”‚  โ”‚  โ””โ”€ๅคšๅช’ไฝ“็ณป็ปŸ๏ผˆ้ždilink๏ผ‰
    โ”‚  โ”‚          HDE EMEA E2 E3ๅคšๅช’ไฝ“็ณป็ปŸๆ›ดๆ–ฐ็จ‹ๅบๆ›ดๆ–ฐไฝœไธšๆŒ‡ๅฏผไนฆ.doc
    โ”‚  โ”‚          MX9S-HDE8ๅฏธๅคšๅช’ไฝ“U็›˜ๅ‡็บงๅŒ…V5.0.zip
    โ”‚  โ”‚          MX9SC-HDE8ๅฏธๅคšๅช’ไฝ“U็›˜ๅ‡็บงๅŒ…V5.0.zip
    โ”‚  โ”‚          ๆ›ดๆ–ฐๅคฑ่ดฅ่กฅๆ•‘็จ‹ๅบ.rar
    โ”‚  โ”‚
    โ”‚  โ”œโ”€็งฆPLUS EV
    โ”‚  โ”‚      Di3.0_13.1.7.2111181.1_1.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2204050.1_1.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2205262.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2207252.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2209031.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2209032.1_0.zip
    โ”‚  โ”‚      Di3.0_13.1.7.2211200.1_0.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€็งฆPro_EV
    โ”‚          Di2.1L_ota_6_36_signed_user_2110300.2110090.2110310.zip
    โ”‚          Di2L_0929_0305_ota_28_signed_user_2006180.2006118.zip
    โ”‚          VP128_1.36.2005220.2.2005229.zip
    โ”‚          VP128_1.36.2106220.9.2107060.zip
    โ”‚
    โ””โ”€่ถ…็บงๆททๅŠจ่ฝฆๅž‹
        โ”œโ”€็งฆPlus DM-i๏ผˆ2021ๆฌพ๏ผ‰
        โ”‚  โ”‚  Di3.0_13.1.7.2111181.1_1.zip
        โ”‚  โ”‚  di3.0_13.1.7.2201130.1_0.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2204050.1_1.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2205262.1_0.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2207252.1_0.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2209031.1_0.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2209032.1_0.zip
        โ”‚  โ”‚  Di3.0_13.1.7.2211200.1_0.zip
        โ”‚  โ”‚
        โ”‚  โ””โ”€2021ๆฌพ DM-i 55KM ๅฐŠ่ดตๅž‹
        โ”‚          Di2.1L_canfd_with2in1_SOP_ota_5_signed_user_2211180.2211180.zip
        โ”‚
        โ””โ”€็งฆPlus DM-i๏ผˆ2023ๆฌพ๏ผ‰
            โ”œโ”€120KMๆ——่ˆฐๅž‹ๆ™บ่ƒฝ้€‰่ฃ…ๅŒ…(21.1.2.xxx)
            โ”œโ”€55KMๅฐŠ่ฃๅž‹120KMๅฐŠ่ดตๅž‹(13.1.22 xx)
            โ”œโ”€55KMๅฐŠ่ดตๅž‹(26.1. .xxx)
            โ””โ”€HA2HAA-20ๅž‹120KMๆ——่ˆฐๅž‹(81.2.xxx)
โ””โ”€ๅฎ‹
    โ”œโ”€ๆททๅŠจ่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅฎ‹DM
    โ”‚  โ”‚      Di2UL-1_4.1.3.2111240.1.4.2_3.1.2111240.2.4.6_7.1.2111240.2.zip
    โ”‚  โ”‚      VP128_1.18.1912190.6.1911270.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹MAX DM
    โ”‚  โ”‚      VP128_1.37.2011060.6.2010220.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๅฎ‹Pro_DM
    โ”‚          Di2L_ota_21_signed_user_2103120.201207.zip
    โ”‚          Di2UL-7_4.1.1.2108100.1.4.2_3.7.2108040.2.4.6_7.7.2108040.2.zip
    โ”‚          VP128_1.38.2103120.14.2103090.zip
    โ”‚
    โ”œโ”€็‡ƒๆฒน่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅฎ‹MAX
    โ”‚  โ”‚  โ””โ”€12.8ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไธ€ไปฃDilink๏ผ‰
    โ”‚  โ”‚          VP128_1.37.2011060.7.2010220.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹MAXๅ‡็บง็‰ˆ
    โ”‚  โ”‚  โ”‚  Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip
    โ”‚  โ”‚  โ”‚
    โ”‚  โ”‚  โ”œโ”€10.1ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆDilink 2.1๏ผ‰
    โ”‚  โ”‚  โ”‚      Di2.1L_ota_4_signed_user_2104130.2104130.zip
    โ”‚  โ”‚  โ”‚
    โ”‚  โ”‚  โ””โ”€10.1ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆDilink 2.2๏ผ‰
    โ”‚  โ”‚          Di2UL-1_4.1.1.2110220.1.4.2_3.1.2109240.2.4.6_7.1.2109240.1.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹PLUS ็‡ƒๆฒน
    โ”‚  โ”‚      Di2UL-4_4.1.3.2204070.1.4.2_3.4.2204040.2.4.6_7.4.2204040.2.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹Pro_็‡ƒๆฒน็‰ˆ
    โ”‚  โ”‚      Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹_็‡ƒๆฒน็‰ˆ_18ๆฌพ
    โ”‚  โ”‚      Di2.1L_ota_4_34_signed_user_2108190.2108190.2108190.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹็‡ƒๆฒน็‰ˆ
    โ”‚  โ”‚      Di2.1L_SOP210823_ota_4_34_signed_user_2210210.2108190.2108190.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€็ฌฌไบŒไปฃๅฎ‹Pro
    โ”‚          Di2UL-3_4.1.7.2109240.1.4.4_5.3.2109240.2.4.8_9.3.2109240.2.zip
    โ”‚
    โ”œโ”€็บฏ็”ต่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅฎ‹EV_18ๆฌพ
    โ”‚  โ”‚      VP128_1.18.1912190.10.1911270.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹MAX EV
    โ”‚  โ”‚  โ””โ”€12.8ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไธ€ไปฃdilink๏ผ‰
    โ”‚  โ”‚          VP128_1.36.2005220.3.2005229.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅฎ‹PLUS EV
    โ”‚  โ”‚      Di3.0_15.1.7.2201130.1_1.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2204050.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2205262.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2209031.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2209032.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2211200.1_0.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๅฎ‹Pro_EV
    โ”‚          Di2L_ota_22_signed_user_2103120.201207.zip
    โ”‚          VP128_1.38.2103120.11.2103090.zip
    โ”‚
    โ””โ”€่ถ…็บงๆททๅŠจ่ฝฆๅž‹
        โ”œโ”€ๅฎ‹MAX DM-i
        โ”‚      Di3.0_13.1.22.2207200.1_0.zip
        โ”‚
        โ”œโ”€ๅฎ‹Plus DM-i
        โ”‚      Di3.0_13.1.18.2110230.1.13.2.1.2110136.2.13.2.2.2110136.2.zip
        โ”‚      Di3.0_13.1.22.2212160.1_0.zip
        โ”‚      Di3.0_13.1.7.2109290.1_0.zip
        โ”‚      Di3.0_13.1.7.2111181.1_1.zip
        โ”‚      Di3.0_13.1.7.2205262.1_0.zip
        โ”‚      Di3.0_13.1.7.2205265.1_0.zip
        โ”‚      Di3.0_13.1.7.2207251.1_5.zip
        โ”‚      Di3.0_13.1.7.2209031.1_0.zip
        โ”‚      Di3.0_13.1.7.2209032.1_0.zip
        โ”‚      Di3.0_13.1.7.2211200.1_0.zip
        โ”‚
        โ”œโ”€ๅฎ‹PLUS DM-i 5G
        โ”‚      Di4.0_17.1.14.2210130.1_0.zip
        โ”‚
        โ”œโ”€ๅฎ‹Plus DM-i AWD
        โ”‚      di3.0_13.1.22.2112210.1_1.zip
        โ”‚      Di3.0_13.1.22.2205262.1_0.zip
        โ”‚      Di3.0_13.1.22.2209205.1_0.zip
        โ”‚
        โ”œโ”€ๅฎ‹Plus DM-i๏ผˆ5G๏ผ‰
        โ”‚      Di4.0_17.1.14.2210130.1_0.zip
        โ”‚
        โ””โ”€ๅฎ‹Pro DM-i
                Di3.0_13.1.22.2209205.1_0.zip
โ”œโ”€ๅ…ƒ
โ”‚  โ”œโ”€็‡ƒๆฒน่ฝฆๅž‹
โ”‚  โ”‚  โ””โ”€ๅ…ƒPro
โ”‚  โ”‚      โ””โ”€10.1ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไธ‰ไปฃDilink๏ผ‰
โ”‚  โ”‚              Di3.0_15.1.7.2204050.1_0.zip
โ”‚  โ”‚
โ”‚  โ””โ”€็บฏ็”ต่ฝฆๅž‹
โ”‚      โ”œโ”€ๅ…ƒEV
โ”‚      โ”‚  โ”œโ”€10.1ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไธ€ไปฃDilink๏ผ‰
โ”‚      โ”‚  โ”‚      VP128_1.38.2101090.13.2101090.zip
โ”‚      โ”‚  โ”‚
โ”‚      โ”‚  โ””โ”€10.1ๅฏธๆ—‹่ฝฌๅฑpad๏ผˆไบŒไปฃDilink๏ผ‰
โ”‚      โ”‚          Di2L_ota_31_signed_user_2012230.2012070.zip
โ”‚      โ”‚
โ”‚      โ””โ”€ๅ…ƒPLUS EV
โ”‚              Di3.0_13.1.22.2202080.1_0.zip
โ”‚              Di3.0_13.1.22.2205262.1_0.zip
โ”‚              Di3.0_13.1.22.2209200.1_0.zip
โ”‚
โ””โ”€ๅ”
    โ”œโ”€ๆททๅŠจ่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅ…จๆ–ฐไธ€ไปฃๅ”DM
    โ”‚  โ”‚      VP128_1.37.2010130.1.2009300.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๅ…จๆ–ฐไธ€ไปฃๅ”DM๏ผˆ2021ๆฌพ๏ผ‰
    โ”‚          Di2L_3.0UI_20191225_20210715_ota_24_user_2108090.2107030.zip
    โ”‚          Di2L_3.0UI_20191225_ota_24_user_2210170.2209090.zip
    โ”‚          Di3.0_15.1.7.2211200.1_0.zip
    โ”‚
    โ”œโ”€็‡ƒๆฒน่ฝฆๅž‹
    โ”‚  โ”œโ”€ๅ…จๆ–ฐไธ€ไปฃๅ”_็‡ƒๆฒน็‰ˆ
    โ”‚  โ”‚      VP128_1.36.2005220.2.2005229.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๅ…จๆ–ฐไธ€ไปฃๅ”็‡ƒๆฒน๏ผˆ2021ๆฌพ๏ผ‰
    โ”‚          Di2L_3.0UI_20191225_20210715_ota_26_user_2108090.2107030.zip
    โ”‚
    โ”œโ”€็บฏ็”ต่ฝฆๅž‹
    โ”‚  โ”œโ”€22ๆฌพๅ”EV
    โ”‚  โ”‚      Di4.0_1for2_21.1.2.2208160.1_0.zip
    โ”‚  โ”‚      Di4.0_1for2_21.1.2.2212080.1_0.zip
    โ”‚  โ”‚
    โ”‚  โ”œโ”€ๅ…จๆ–ฐไธ€ไปฃๅ”EV 2021
    โ”‚  โ”‚      Di2UL-5_4.1.3.2210140.1.4.2_3.5.2209280.2.4.6_7.5.2209280.2.zip
    โ”‚  โ”‚      Di3.0_15.1.28.2206140.1.15.2.6.2206156.2.zip
    โ”‚  โ”‚      Di3.0_15.1.28.2209270.1.15.2.6.2209226.2.zip
    โ”‚  โ”‚      Di3.0_15.1.7.2211200.1_0.zip
    โ”‚  โ”‚      Di3.0_15.1.9.2109140.1.15.2.6.2109070.2.zip
    โ”‚  โ”‚
    โ”‚  โ””โ”€ๅ…จๆ–ฐไธ€ไปฃๅ”_็บฏ็”ต็‰ˆ
    โ”‚          VP128_1.37.2010130.1.2009300.zip
    โ”‚          VP128_1.49.2106220.3.2107060.zip
    โ”‚
    โ””โ”€่ถ…็บงๆททๅŠจ่ฝฆๅž‹
        โ”œโ”€22ๆฌพๅ”DM-p
        โ”‚      Di4.0_1for2_21.1.2.2208160.1_0.zip
        โ”‚      Di4.0_1for2_21.1.2.2212080.1_0.zip
        โ”‚
        โ””โ”€ๅ”DM-i
                Di3.0_13.1.7.2108180.1_0.zip
                Di3.0_13.1.7.2109220.1_0.zip
                Di3.0_13.1.7.2111181.1_1.zip
                Di3.0_13.1.7.2204051.1_0.zip
                Di3.0_13.1.7.2205262.1_0.zip
                Di3.0_13.1.7.2211100.1_0.zip
                Di3.0_13.1.7.2211200.1_0.zip

About

BYD (Build Your Dream) Car Repair Manuals and Factory Images For Global Models (ATTO 3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors