Skip to content

Commit 00e1bb8

Browse files
authored
Merge pull request #744 from soulteary/fix/outdate
docs: Outdated command correction
2 parents fa4d4fc + 576836c commit 00e1bb8

File tree

5 files changed

+0
-100
lines changed

5 files changed

+0
-100
lines changed

docs/common/dev/_rkdeveloptool.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ sudo apt-get update
2929
sudo apt-get install -y libudev-dev libusb-1.0-0-dev dh-autoreconf pkg-config libusb-1.0 build-essential git wget
3030
git clone https://github.com/rockchip-linux/rkdeveloptool
3131
cd rkdeveloptool
32-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
33-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
34-
git am *.patch
3532
autoreconf -i
3633
./configure
3734
make -j $(nproc)
@@ -47,9 +44,6 @@ sudo cp rkdeveloptool /usr/local/sbin/
4744
brew install automake autoconf libusb pkg-config git wget
4845
git clone https://github.com/rockchip-linux/rkdeveloptool
4946
cd rkdeveloptool
50-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
51-
wget https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
52-
git am *.patch
5347
autoreconf -i
5448
./configure
5549
make -j $(nproc)

docs/common/dev/_rkdeveloptoolV2.mdx

-24
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
2525
<br />
2626
cd rkdeveloptool
2727
<br />
28-
wget
29-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
30-
<br />
31-
wget
32-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
33-
<br />
34-
git am *.patch
35-
<br />
3628
autoreconf -i
3729
<br />
3830
./configure
@@ -55,14 +47,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
5547
<br />
5648
cd rkdeveloptool
5749
<br />
58-
wget
59-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
60-
<br />
61-
wget
62-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
63-
<br />
64-
git am *.patch
65-
<br />
6650
autoreconf -i
6751
<br />
6852
./configure
@@ -100,14 +84,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
10084
<br />
10185
cd rkdeveloptool
10286
<br />
103-
wget
104-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
105-
<br />
106-
wget
107-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
108-
<br />
109-
git am *.patch
110-
<br />
11187
autoreconf -i
11288
<br />
11389
./configure

docs/common/dev/_rkdeveloptoolV3.mdx

-22
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
2525
<br />
2626
cd rkdeveloptool
2727
<br />
28-
wget
29-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
30-
<br />
31-
wget
32-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
33-
<br />
3428
git am *.patch
3529
<br />
3630
autoreconf -i
@@ -55,14 +49,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
5549
<br />
5650
cd rkdeveloptool
5751
<br />
58-
wget
59-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
60-
<br />
61-
wget
62-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
63-
<br />
64-
git am *.patch
65-
<br />
6652
autoreconf -i
6753
<br />
6854
./configure
@@ -100,14 +86,6 @@ rkdeveloptool 可以被认为是[开源版本](https://opensource.rock-chips.com
10086
<br />
10187
cd rkdeveloptool
10288
<br />
103-
wget
104-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
105-
<br />
106-
wget
107-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
108-
<br />
109-
git am *.patch
110-
<br />
11189
autoreconf -i
11290
<br />
11391
./configure

i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV2.mdx

-24
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
2525
<br />
2626
cd rkdeveloptool
2727
<br />
28-
wget
29-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
30-
<br />
31-
wget
32-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
33-
<br />
34-
git am *.patch
35-
<br />
3628
autoreconf -i
3729
<br />
3830
./configure
@@ -55,14 +47,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
5547
<br />
5648
cd rkdeveloptool
5749
<br />
58-
wget
59-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
60-
<br />
61-
wget
62-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
63-
<br />
64-
git am *.patch
65-
<br />
6650
autoreconf -i
6751
<br />
6852
./configure
@@ -102,14 +86,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
10286
<br />
10387
cd rkdeveloptool
10488
<br />
105-
wget
106-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
107-
<br />
108-
wget
109-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
110-
<br />
111-
git am *.patch
112-
<br />
11389
autoreconf -i
11490
<br />
11591
./configure

i18n/en/docusaurus-plugin-content-docs/current/common/dev/_rkdeveloptoolV3.mdx

-24
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
2525
<br />
2626
cd rkdeveloptool
2727
<br />
28-
wget
29-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
30-
<br />
31-
wget
32-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
33-
<br />
34-
git am *.patch
35-
<br />
3628
autoreconf -i
3729
<br />
3830
./configure
@@ -55,14 +47,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
5547
<br />
5648
cd rkdeveloptool
5749
<br />
58-
wget
59-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
60-
<br />
61-
wget
62-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
63-
<br />
64-
git am *.patch
65-
<br />
6650
autoreconf -i
6751
<br />
6852
./configure
@@ -102,14 +86,6 @@ If your operating system does not provide rkdeveloptool, you will need to compil
10286
<br />
10387
cd rkdeveloptool
10488
<br />
105-
wget
106-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/73.patch
107-
<br />
108-
wget
109-
https://patch-diff.githubusercontent.com/raw/rockchip-linux/rkdeveloptool/pull/85.patch
110-
<br />
111-
git am *.patch
112-
<br />
11389
autoreconf -i
11490
<br />
11591
./configure

0 commit comments

Comments
 (0)