File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ Stable Buildroot releases are published every three months. Tarballs are availab
66(< http://buildroot.org/downloads/ > ). However, you can clone an upstream Git repository:
77
88``` shell 
9- git clone -b 2024.11.1  https://git.busybox.net/buildroot
9+ git clone -b 2025.02.3  https://git.busybox.net/buildroot
1010cd  buildroot
1111``` 
1212
1313Upstream Buildroot does not support ARCv3 families. If you are going to build Linux for ARCv3 then
1414consider using a separate Synopsys repository with patches for support of ARC HS5x and ARC HS6x:
1515
1616``` shell 
17- git clone -b arc-2024.12  https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
17+ git clone -b arc-2025.06  https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
1818cd  buildroot
1919``` 
2020
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ $ make defconfig DEFCONFIG=my_defconfig
7272It's a good practice to build Linux images out of the main source tree:
7373
7474``` shell 
75- git clone -b 2024.11.1  https://git.busybox.net/buildroot
75+ git clone -b 2025.02.3  https://git.busybox.net/buildroot
7676mkdir buildroot/build
7777cd  buildroot/build
7878make -C .. O=$( pwd) 
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ Clone Buildroot:
1515
1616``` shell 
1717#  Clone the latest Buildroot
18- git clone -b 2024.11.1  https://git.busybox.net/buildroot
18+ git clone -b 2025.02.3  https://git.busybox.net/buildroot
1919#  ... or use a custom repository for support of ARCv3 targets
20- git clone -b arc-2024.12  https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
20+ git clone -b arc-2025.06  https://github.com/foss-for-synopsys-dwc-arc-processors/buildroot
2121cd  buildroot
2222``` 
2323
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Here is a table of kernel versions for different toolchain releases:
5151
5252|  Toolchain release |  Linux headers version | 
5353| -------------------| -----------------------| 
54- |  2024.12  — 2022.09 |  5.16 | 
54+ |  2025.06  — 2022.09 |  5.16 | 
5555|  2021.09 — 2021.03 |  5.1 | 
5656|  2020.09 |  5.7 | 
5757|  2020.03 — 2018.03 |  4.15 | 
@@ -62,7 +62,7 @@ Here is a table of kernel versions for different toolchain releases:
6262|  2015.12 — 2015.06 |  3.18 | 
6363|  earlier |  3.13 | 
6464
65- ## Options for 2024.12  Toolchain Release  
65+ ## Options for 2025.06  Toolchain Release  
6666
6767!!! note
6868
Original file line number Diff line number Diff line change @@ -27,9 +27,8 @@ for ARC HS Development Kit.
2727Clone Buildroot from the upstream repository:
2828
2929``` text 
30- git clone -b 2024.11.1  https://git.busybox.net/buildroot 
30+ git clone -b 2025.02.3  https://git.busybox.net/buildroot 
3131cd buildroot 
32- git checkout 2024.05 
3332``` 
3433
3534## Building the Linux Kernel and Booting Using U-Boot  
                         You can’t perform that action at this time. 
           
                  
0 commit comments