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).
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
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
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
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\"
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
https://github.com/BYDcar/BYDRepairManual
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.
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
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