20220909编译ITX-3588J的Buildroot的系统0(SDK预处理)

2023-05-16

rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ ll
total 11856864
drwxrwxrwx  4 rootroot rootroot        4096 9月   6 22:59 ./
drwxr-xr-x 64 rootroot rootroot       12288 9月   7 16:56 ../
drwxrwxrwx  2 rootroot rootroot        4096 9月   6 22:59 bundle/
-rwxrwxrwx  1 rootroot rootroot          61 7月  20 19:44 md5sum.txt*
drwxrwxrwx  3 rootroot rootroot        4096 9月   6 23:01 old/
-rwxrwxrwx  1 rootroot rootroot        1278 7月  20 19:44 README-IMPORTANT.md*
-rwxrwxrwx  1 rootroot rootroot 12141390410 7月  20 20:11 rk3588_repo_sdk_v0.1.0a.7z*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ cat README-IMPORTANT.md 
# STEP 1 (Init repo sdk)

```
1. Download rk3588_repo_sdk_v0.1.0a.7z
2. md5sum rk3588_repo_sdk_v0.1.0a.7z (Please compare with md5sum.txt by yourself)
3. 7z x rk3588_repo_sdk_v0.1.0a.7z
4. cd rk3588
5. .repo/repo/repo sync -l
6. .repo/repo/repo start rk3588/firefly --all
```

# STEP 2 (Update sdk)

```
1. Check your sdk version. Enter any project to view the tags. E.g:
        cd kernel; git tag

        rk3588/linux_release_v0.1.0a  # this is my version , Note that there may be many versions here, the latest one shall prevail

2. Download bundle. (Please download all files in the bundle directory)
3. Copy all the files in the bundle to the root directory of the sdk (mv bundle/* rk3588/)
4. ./update.sh
5. Check your sdk version
         cd kernel; git tag

        rk3588/linux_release_v0.1.0a  
        rk3588/linux_release_v0.1.1a  # this is my version , Note that there may be many versions here, the latest one shall prevail

Note: 
1. The initial SDK version is v0.1.0a.
2. Please pay attention to the update of the bundle directory,Subsequent updates only need to repeat steps 2, 3, and 4.
```

# STEP 2 (Compile)

```
zh: https://wiki.t-firefly.com/zh_CN/Core-3588J/linux_compile_gpt.html
en: https://wiki.t-firefly.com/en/Core-3588J/linux_compile_gpt.html
```
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ ll
total 11856864
drwxrwxrwx  4 rootroot rootroot        4096 9月   6 22:59 ./
drwxr-xr-x 64 rootroot rootroot       12288 9月   7 16:56 ../
drwxrwxrwx  2 rootroot rootroot        4096 9月   6 22:59 bundle/
-rwxrwxrwx  1 rootroot rootroot          61 7月  20 19:44 md5sum.txt*
drwxrwxrwx  3 rootroot rootroot        4096 9月   6 23:01 old/
-rwxrwxrwx  1 rootroot rootroot        1278 7月  20 19:44 README-IMPORTANT.md*
-rwxrwxrwx  1 rootroot rootroot 12141390410 7月  20 20:11 rk3588_repo_sdk_v0.1.0a.7z*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ 7z x rk3588_repo_sdk_v0.1.0a.7z

7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,6 CPUs AMD Ryzen 5 4500U with Radeon Graphics          (860F01),ASM,AES-NI)

Scanning the drive for archives:
1 file, 12141390410 bytes (12 GiB)

Extracting archive: rk3588_repo_sdk_v0.1.0a.7z
--
Path = rk3588_repo_sdk_v0.1.0a.7z
Type = 7z
Physical Size = 12141390410
Headers Size = 100624
Method = LZMA2:24
Solid = +
Blocks = 7

Everything is Ok                                                               

Folders: 3631
Files: 5186
Size:       12544431850
Compressed: 12141390410


rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ ll
total 11856868
drwxrwxrwx  5 rootroot rootroot        4096 9月   7 17:04 ./
drwxr-xr-x 64 rootroot rootroot       12288 9月   7 16:56 ../
drwxrwxrwx  2 rootroot rootroot        4096 9月   6 22:59 bundle/
-rwxrwxrwx  1 rootroot rootroot          61 7月  20 19:44 md5sum.txt*
drwxrwxrwx  3 rootroot rootroot        4096 9月   6 23:01 old/
-rwxrwxrwx  1 rootroot rootroot        1278 7月  20 19:44 README-IMPORTANT.md*
drwxrwxr-x  3 rootroot rootroot        4096 4月  24 16:52 rk3588/
-rwxrwxrwx  1 rootroot rootroot 12141390410 7月  20 20:11 rk3588_repo_sdk_v0.1.0a.7z*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 

rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ source ~/.bashrc

rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ .repo/repo/repo sync -l
Updating files: 100% (682/682), done.ing files:  68% (466/682)
Updating files: 100% (1406/1406), done.g files:  98% (1387/1406)
Updating files: 100% (241/241), done.ting files:  46% (113/241)
Updating files: 100% (224/224), done.ting files:  72% (163/224)
Updating files: 100% (2006/2006), done.ng files:  42% (857/2006)
Updating files: 100% (123/123), done.ting files:  44% (55/123)
Updating files: 100% (891/891), done.ting files:  25% (231/891)
Updating files: 100% (81847/81847), done. files:  24% (19749/81847)
Updating files: 100% (5939/5939), done.ng files:  47% (2821/5939)
Updating files: 100% (5722/5722), done.ng files:  58% (3343/5722)
Updating files: 100% (36030/36030), done. files:  28% (10276/36030)
Syncing work tree: 100% (41/41), done.  

rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ .repo/repo/repo start rk3588/firefly --all
Starting rk3588/firefly: 100% (41/41), done.  
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 



rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ ll
total 60
drwxrwxr-x 15 rootroot rootroot 4096 9月   7 17:19 ./
drwxrwxrwx  5 rootroot rootroot 4096 9月   7 17:04 ../
drwxrwxr-x  8 rootroot rootroot 4096 9月   7 17:18 app/
drwxrwxr-x 16 rootroot rootroot 4096 9月   7 17:18 buildroot/
lrwxrwxrwx  1 rootroot rootroot   31 9月   7 17:19 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 10 rootroot rootroot 4096 9月   7 17:18 debian/
drwxrwxr-x  3 rootroot rootroot 4096 9月   7 17:18 device/
drwxrwxr-x  7 rootroot rootroot 4096 9月   7 17:19 docs/
lrwxrwxrwx  1 rootroot rootroot   27 9月   7 17:18 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 24 rootroot rootroot 4096 9月   7 17:19 external/
lrwxrwxrwx  1 rootroot rootroot   40 9月   7 17:19 firefly-update.sh -> device/rockchip/common/firefly-update.sh*
drwxrwxr-x 26 rootroot rootroot 4096 9月   7 17:19 kernel/
lrwxrwxrwx  1 rootroot rootroot   24 9月   7 17:18 Makefile -> buildroot/build/Makefile*
lrwxrwxrwx  1 rootroot rootroot   36 9月   7 17:19 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot 4096 9月   7 17:19 prebuilts/
drwxrwxr-x  7 rootroot rootroot 4096 9月   7 17:06 .repo/
drwxrwxr-x  9 rootroot rootroot 4096 9月   7 17:19 rkbin/
lrwxrwxrwx  1 rootroot rootroot   33 9月   7 17:19 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  5 rootroot rootroot 4096 9月   7 17:19 tools/
drwxrwxr-x 25 rootroot rootroot 4096 9月   7 17:19 u-boot/
drwxrwxr-x  6 rootroot rootroot 4096 9月   7 17:19 uefi/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$  


rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ tree -L 1
locales-launch: Data of en_US locale not found, generating, please wait...
locales-launch: Data of zh_CN locale not found, generating, please wait...
.
├── app
├── buildroot
├── build.sh -> device/rockchip/common/build.sh
├── debian
├── device
├── docs
├── envsetup.sh -> buildroot/build/envsetup.sh
├── external
├── firefly-update.sh -> device/rockchip/common/firefly-update.sh
├── kernel
├── Makefile -> buildroot/build/Makefile
├── mkfirmware.sh -> device/rockchip/common/mkfirmware.sh
├── prebuilts
├── rkbin
├── rkflash.sh -> device/rockchip/common/rkflash.sh
├── tools
├── u-boot
└── uefi

12 directories, 6 files
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ cd kernel/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ ll
total 10288
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 ./
drwxrwxr-x  15 rootroot rootroot    4096 9月   7 17:19 ../
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 android/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 arch/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 block/
-rw-rw-r--   1 rootroot rootroot    1410 9月   7 17:19 boot.its
-rw-rw-r--   1 rootroot rootroot     296 9月   7 17:19 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot     429 9月   7 17:19 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot     152 9月   7 17:19 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot    1214 9月   7 17:19 build.config.amlogic
-rw-rw-r--   1 rootroot rootroot     198 9月   7 17:19 build.config.arm
-rw-rw-r--   1 rootroot rootroot     329 9月   7 17:19 build.config.common
-rw-rw-r--   1 rootroot rootroot     795 9月   7 17:19 build.config.db845c
-rw-rw-r--   1 rootroot rootroot      63 9月   7 17:19 build.config.gki
-rw-rw-r--   1 rootroot rootroot    1130 9月   7 17:19 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot     638 9月   7 17:19 build.config.gki.aarch64.fips140
-rw-rw-r--   1 rootroot rootroot     230 9月   7 17:19 build.config.gki.aarch64.fips140_eval_testing
-rw-rw-r--   1 rootroot rootroot     106 9月   7 17:19 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot     105 9月   7 17:19 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot     664 9月   7 17:19 build.config.gki_kasan
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.x86_64
-rw-rw-r--   1 rootroot rootroot     629 9月   7 17:19 build.config.gki_kprobes
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.gki_kprobes.aarch64
-rw-rw-r--   1 rootroot rootroot     150 9月   7 17:19 build.config.gki_kprobes.x86_64
-rw-rw-r--   1 rootroot rootroot     142 9月   7 17:19 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot     740 9月   7 17:19 build.config.hikey960
-rw-rw-r--   1 rootroot rootroot     544 9月   7 17:19 build.config.khwasan
-rw-rw-r--   1 rootroot rootroot     476 9月   7 17:19 build.config.rockchip
-rw-rw-r--   1 rootroot rootroot     274 9月   7 17:19 build.config.x86_64
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 certs/
-rw-rw-r--   1 rootroot rootroot   16673 9月   7 17:19 .clang-format
-rw-rw-r--   1 rootroot rootroot      59 9月   7 17:19 .cocciconfig
-rw-rw-r--   1 rootroot rootroot     496 9月   7 17:19 COPYING
-rw-rw-r--   1 rootroot rootroot  100478 9月   7 17:19 CREDITS
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 crypto/
drwxrwxr-x  82 rootroot rootroot    4096 9月   7 17:19 Documentation/
drwxrwxr-x 145 rootroot rootroot    4096 9月   7 17:19 drivers/
drwxrwxr-x  81 rootroot rootroot    4096 9月   7 17:19 fs/
-rw-rw-r--   1 rootroot rootroot      71 9月   7 17:19 .get_maintainer.ignore
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:20 .git/
-rw-rw-r--   1 rootroot rootroot      62 9月   7 17:19 .gitattributes
-rw-rw-r--   1 rootroot rootroot    1954 9月   7 17:19 .gitignore
drwxrwxr-x  29 rootroot rootroot    4096 9月   7 17:19 include/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 init/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 ipc/
-rw-rw-r--   1 rootroot rootroot    1327 9月   7 17:19 Kbuild
-rw-rw-r--   1 rootroot rootroot     555 9月   7 17:19 Kconfig
drwxrwxr-x  20 rootroot rootroot    4096 9月   7 17:19 kernel/
drwxrwxr-x  21 rootroot rootroot   12288 9月   7 17:19 lib/
drwxrwxr-x   6 rootroot rootroot    4096 9月   7 17:19 LICENSES/
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo.bmp
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot   18204 9月   7 17:19 .mailmap
-rw-rw-r--   1 rootroot rootroot  577543 9月   7 17:19 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   68535 9月   7 17:19 Makefile
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 mm/
drwxrwxr-x  72 rootroot rootroot    4096 9月   7 17:19 net/
-rw-rw-r--   1 rootroot rootroot     438 9月   7 17:19 OWNERS
-rw-rw-r--   1 rootroot rootroot 9204087 9月   7 17:19 ramdisk.img
-rw-rw-r--   1 rootroot rootroot     727 9月   7 17:19 README
-rw-rw-r--   1 rootroot rootroot    6402 9月   7 17:19 README.md
drwxrwxr-x  33 rootroot rootroot    4096 9月   7 17:19 samples/
-rw-rw-r--   1 rootroot rootroot       0 9月   7 17:19 .scmversion
drwxrwxr-x  17 rootroot rootroot    4096 9月   7 17:19 scripts/
drwxrwxr-x  13 rootroot rootroot    4096 9月   7 17:19 security/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 sound/
drwxrwxr-x  37 rootroot rootroot    4096 9月   7 17:19 tools/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 usr/
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 virt/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ 

rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ git tag
rk3588/linux_release_v0.0.1a
rk3588/linux_release_v0.0.1b
rk3588/linux_release_v0.0.1c
rk3588/linux_release_v0.1.0a
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ git status
On branch rk3588/firefly
nothing to commit, working tree clean
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ git branch
  repo_sync
  rk3588/debug/beta
  rk3588/debug/camera
* rk3588/firefly
  rk3588/rockchip
  save


rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ ll
total 10288
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 ./
drwxrwxr-x  15 rootroot rootroot    4096 9月   7 17:19 ../
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 android/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 arch/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 block/
-rw-rw-r--   1 rootroot rootroot    1410 9月   7 17:19 boot.its
-rw-rw-r--   1 rootroot rootroot     296 9月   7 17:19 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot     429 9月   7 17:19 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot     152 9月   7 17:19 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot    1214 9月   7 17:19 build.config.amlogic
-rw-rw-r--   1 rootroot rootroot     198 9月   7 17:19 build.config.arm
-rw-rw-r--   1 rootroot rootroot     329 9月   7 17:19 build.config.common
-rw-rw-r--   1 rootroot rootroot     795 9月   7 17:19 build.config.db845c
-rw-rw-r--   1 rootroot rootroot      63 9月   7 17:19 build.config.gki
-rw-rw-r--   1 rootroot rootroot    1130 9月   7 17:19 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot     638 9月   7 17:19 build.config.gki.aarch64.fips140
-rw-rw-r--   1 rootroot rootroot     230 9月   7 17:19 build.config.gki.aarch64.fips140_eval_testing
-rw-rw-r--   1 rootroot rootroot     106 9月   7 17:19 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot     105 9月   7 17:19 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot     664 9月   7 17:19 build.config.gki_kasan
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.x86_64
-rw-rw-r--   1 rootroot rootroot     629 9月   7 17:19 build.config.gki_kprobes
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.gki_kprobes.aarch64
-rw-rw-r--   1 rootroot rootroot     150 9月   7 17:19 build.config.gki_kprobes.x86_64
-rw-rw-r--   1 rootroot rootroot     142 9月   7 17:19 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot     740 9月   7 17:19 build.config.hikey960
-rw-rw-r--   1 rootroot rootroot     544 9月   7 17:19 build.config.khwasan
-rw-rw-r--   1 rootroot rootroot     476 9月   7 17:19 build.config.rockchip
-rw-rw-r--   1 rootroot rootroot     274 9月   7 17:19 build.config.x86_64
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 certs/
-rw-rw-r--   1 rootroot rootroot   16673 9月   7 17:19 .clang-format
-rw-rw-r--   1 rootroot rootroot      59 9月   7 17:19 .cocciconfig
-rw-rw-r--   1 rootroot rootroot     496 9月   7 17:19 COPYING
-rw-rw-r--   1 rootroot rootroot  100478 9月   7 17:19 CREDITS
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 crypto/
drwxrwxr-x  82 rootroot rootroot    4096 9月   7 17:19 Documentation/
drwxrwxr-x 145 rootroot rootroot    4096 9月   7 17:19 drivers/
drwxrwxr-x  81 rootroot rootroot    4096 9月   7 17:19 fs/
-rw-rw-r--   1 rootroot rootroot      71 9月   7 17:19 .get_maintainer.ignore
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:27 .git/
-rw-rw-r--   1 rootroot rootroot      62 9月   7 17:19 .gitattributes
-rw-rw-r--   1 rootroot rootroot    1954 9月   7 17:19 .gitignore
drwxrwxr-x  29 rootroot rootroot    4096 9月   7 17:19 include/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 init/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 ipc/
-rw-rw-r--   1 rootroot rootroot    1327 9月   7 17:19 Kbuild
-rw-rw-r--   1 rootroot rootroot     555 9月   7 17:19 Kconfig
drwxrwxr-x  20 rootroot rootroot    4096 9月   7 17:19 kernel/
drwxrwxr-x  21 rootroot rootroot   12288 9月   7 17:19 lib/
drwxrwxr-x   6 rootroot rootroot    4096 9月   7 17:19 LICENSES/
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo.bmp
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot   18204 9月   7 17:19 .mailmap
-rw-rw-r--   1 rootroot rootroot  577543 9月   7 17:19 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   68535 9月   7 17:19 Makefile
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 mm/
drwxrwxr-x  72 rootroot rootroot    4096 9月   7 17:19 net/
-rw-rw-r--   1 rootroot rootroot     438 9月   7 17:19 OWNERS
-rw-rw-r--   1 rootroot rootroot 9204087 9月   7 17:19 ramdisk.img
-rw-rw-r--   1 rootroot rootroot     727 9月   7 17:19 README
-rw-rw-r--   1 rootroot rootroot    6402 9月   7 17:19 README.md
drwxrwxr-x  33 rootroot rootroot    4096 9月   7 17:19 samples/
-rw-rw-r--   1 rootroot rootroot       0 9月   7 17:19 .scmversion
drwxrwxr-x  17 rootroot rootroot    4096 9月   7 17:19 scripts/
drwxrwxr-x  13 rootroot rootroot    4096 9月   7 17:19 security/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 sound/
drwxrwxr-x  37 rootroot rootroot    4096 9月   7 17:19 tools/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 usr/
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 virt/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ cd ..
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ ll
total 60
drwxrwxr-x 15 rootroot rootroot 4096 9月   7 17:19 ./
drwxrwxrwx  5 rootroot rootroot 4096 9月   7 17:04 ../
drwxrwxr-x  8 rootroot rootroot 4096 9月   7 17:18 app/
drwxrwxr-x 16 rootroot rootroot 4096 9月   7 17:18 buildroot/
lrwxrwxrwx  1 rootroot rootroot   31 9月   7 17:19 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 10 rootroot rootroot 4096 9月   7 17:18 debian/
drwxrwxr-x  3 rootroot rootroot 4096 9月   7 17:18 device/
drwxrwxr-x  7 rootroot rootroot 4096 9月   7 17:19 docs/
lrwxrwxrwx  1 rootroot rootroot   27 9月   7 17:18 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 24 rootroot rootroot 4096 9月   7 17:19 external/
lrwxrwxrwx  1 rootroot rootroot   40 9月   7 17:19 firefly-update.sh -> device/rockchip/common/firefly-update.sh*
drwxrwxr-x 26 rootroot rootroot 4096 9月   7 17:19 kernel/
lrwxrwxrwx  1 rootroot rootroot   24 9月   7 17:18 Makefile -> buildroot/build/Makefile*
lrwxrwxrwx  1 rootroot rootroot   36 9月   7 17:19 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot 4096 9月   7 17:19 prebuilts/
drwxrwxr-x  7 rootroot rootroot 4096 9月   7 17:06 .repo/
drwxrwxr-x  9 rootroot rootroot 4096 9月   7 17:19 rkbin/
lrwxrwxrwx  1 rootroot rootroot   33 9月   7 17:19 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  5 rootroot rootroot 4096 9月   7 17:19 tools/
drwxrwxr-x 25 rootroot rootroot 4096 9月   7 17:19 u-boot/
drwxrwxr-x  6 rootroot rootroot 4096 9月   7 17:19 uefi/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ cd ..
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ ll
total 11856868
drwxrwxrwx  5 rootroot rootroot        4096 9月   7 17:04 ./
drwxr-xr-x 64 rootroot rootroot       12288 9月   7 17:17 ../
drwxrwxrwx  2 rootroot rootroot        4096 9月   6 22:59 bundle/
-rwxrwxrwx  1 rootroot rootroot          61 7月  20 19:44 md5sum.txt*
drwxrwxrwx  3 rootroot rootroot        4096 9月   6 23:01 old/
-rwxrwxrwx  1 rootroot rootroot        1278 7月  20 19:44 README-IMPORTANT.md*
drwxrwxr-x 15 rootroot rootroot        4096 9月   7 17:19 rk3588/
-rwxrwxrwx  1 rootroot rootroot 12141390410 7月  20 20:11 rk3588_repo_sdk_v0.1.0a.7z*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ ll
total 11856868
drwxrwxrwx  5 rootroot rootroot        4096 9月   7 17:04 ./
drwxr-xr-x 64 rootroot rootroot       12288 9月   7 17:17 ../
drwxrwxrwx  2 rootroot rootroot        4096 9月   6 22:59 bundle/
-rwxrwxrwx  1 rootroot rootroot          61 7月  20 19:44 md5sum.txt*
drwxrwxrwx  3 rootroot rootroot        4096 9月   6 23:01 old/
-rwxrwxrwx  1 rootroot rootroot        1278 7月  20 19:44 README-IMPORTANT.md*
drwxrwxr-x 15 rootroot rootroot        4096 9月   7 17:19 rk3588/
-rwxrwxrwx  1 rootroot rootroot 12141390410 7月  20 20:11 rk3588_repo_sdk_v0.1.0a.7z*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ mv bundle/* rk3588


rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK$ cd rk3588/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ ll
total 884696
drwxrwxr-x 15 rootroot rootroot      4096 9月   7 17:30 ./
drwxrwxrwx  5 rootroot rootroot      4096 9月   7 17:04 ../
drwxrwxr-x  8 rootroot rootroot      4096 9月   7 17:18 app/
drwxrwxr-x 16 rootroot rootroot      4096 9月   7 17:18 buildroot/
lrwxrwxrwx  1 rootroot rootroot        31 9月   7 17:19 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 10 rootroot rootroot      4096 9月   7 17:18 debian/
drwxrwxr-x  3 rootroot rootroot      4096 9月   7 17:18 device/
drwxrwxr-x  7 rootroot rootroot      4096 9月   7 17:19 docs/
lrwxrwxrwx  1 rootroot rootroot        27 9月   7 17:18 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 24 rootroot rootroot      4096 9月   7 17:19 external/
lrwxrwxrwx  1 rootroot rootroot        40 9月   7 17:19 firefly-update.sh -> device/rockchip/common/firefly-update.sh*
drwxrwxr-x 26 rootroot rootroot      4096 9月   7 17:19 kernel/
lrwxrwxrwx  1 rootroot rootroot        24 9月   7 17:18 Makefile -> buildroot/build/Makefile*
lrwxrwxrwx  1 rootroot rootroot        36 9月   7 17:19 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot      4096 9月   7 17:19 prebuilts/
drwxrwxr-x  7 rootroot rootroot      4096 9月   7 17:06 .repo/
-rwxrwxrwx  1 rootroot rootroot  85163386 7月  20 19:45 rk3588-v0.1.0a-to-v0.1.1a.7z*
-rwxrwxrwx  1 rootroot rootroot 820472338 7月  20 19:46 rk3588-v0.1.1a-to-v1.0.0a.7z*
-rwxrwxrwx  1 rootroot rootroot    114288 7月  20 19:44 rk3588-v1.0.0a-to-v1.0.0b.7z*
-rwxrwxrwx  1 rootroot rootroot    105190 7月  20 19:44 rk3588-v1.0.0b-to-v1.0.0c.7z*
drwxrwxr-x  9 rootroot rootroot      4096 9月   7 17:19 rkbin/
lrwxrwxrwx  1 rootroot rootroot        33 9月   7 17:19 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  5 rootroot rootroot      4096 9月   7 17:19 tools/
drwxrwxr-x 25 rootroot rootroot      4096 9月   7 17:19 u-boot/
drwxrwxr-x  6 rootroot rootroot      4096 9月   7 17:19 uefi/
-rwxrwxrwx  1 rootroot rootroot       466 7月  20 19:44 update.sh*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ ./update.sh 
############### 7z x rk3588-v0.1.0a-to-v0.1.1a.7z ###############
############### 7z x rk3588-v0.1.0a-to-v0.1.1a.7z done ###############
############### 7z x rk3588-v0.1.1a-to-v1.0.0a.7z ###############
############### 7z x rk3588-v0.1.1a-to-v1.0.0a.7z done ###############
############### 7z x rk3588-v1.0.0a-to-v1.0.0b.7z ###############
############### 7z x rk3588-v1.0.0a-to-v1.0.0b.7z done ###############
############### 7z x rk3588-v1.0.0b-to-v1.0.0c.7z ###############
############### 7z x rk3588-v1.0.0b-to-v1.0.0c.7z done ###############
############### apply rk3588-v0.1.0a-to-v0.1.1a ###############
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/rk_tee_user 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/security/rk_tee_user/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/security/rk_tee_user/rk3588-v0.1.0a-to-v0.1.1a.bundle
   dd9d4d3..95d656a  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit dd9d4d313ebd2d74b3cdc31c76770bef0dacdc66.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qfm 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qfm/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qfm/rk3588-v0.1.0a-to-v0.1.1a.bundle
   7e94be4..e01d391  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 7e94be4d1ce41e395909da8b963ad46c65ca285f.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/QLauncher 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/QLauncher/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/QLauncher/rk3588-v0.1.0a-to-v0.1.1a.bundle
   a17ceb2..dd5644d  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit a17ceb273aaa6f5c9aaf9f570d4ee56e28135c9d.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/multivideoplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/multivideoplayer/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/multivideoplayer/rk3588-v0.1.0a-to-v0.1.1a.bundle
   5d566e0..04ad209  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 5d566e0b2ab416c251b54d59d6237e7164c7e270.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qcamera 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qcamera/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qcamera/rk3588-v0.1.0a-to-v0.1.1a.bundle
   3a74b34..7069b20  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 3a74b34724828075bcb9f51b704e0c50e7dadaec.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qplayer/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qplayer/rk3588-v0.1.0a-to-v0.1.1a.bundle
   0121646..f11833c  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 0121646c9fe2335eef9a963071d07b797a17487e.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qsetting 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qsetting/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (24/24), 14.25 KiB | 7.13 MiB/s, done.
Resolving deltas: 100% (14/14), completed with 7 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/app/qsetting/rk3588-v0.1.0a-to-v0.1.1a.bundle
   7719da2..325015a  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 7719da2d42787bac1a6fe075f2ddf6157cd5d678.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/buildroot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/buildroot/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (162/162), 27.02 MiB | 84.36 MiB/s, done.
Resolving deltas: 100% (101/101), completed with 59 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/buildroot/rk3588-v0.1.0a-to-v0.1.1a.bundle
   4dc95a4b45..b773be823d  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 4dc95a4b45fed8215344678946e9a3dc75c681f4.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/debian 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/debian/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (8/8), 1.26 MiB | 107.77 MiB/s, done.
Resolving deltas: 100% (5/5), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/debian/rk3588-v0.1.0a-to-v0.1.1a.bundle
   27e537e..a9112c8  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 27e537ef35f7948f490e2bef660cdbc98c8821f2.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/drm-cursor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/alsa-config 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/avb 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/camera_engine_rkaiq 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/chromium 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt-app 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rockchip-test 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/uefi 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libglCompositor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rk_pcba_test 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkscript 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/rkscript/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (74/74), 9.65 KiB | 9.65 MiB/s, done.
Resolving deltas: 100% (44/44), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/rkscript/rk3588-v0.1.0a-to-v0.1.1a.bundle
   ded9bdd..4028042  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit ded9bdd4bb547bb57d01500443c40c8625ab0df4.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rktoolkit 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkupdate 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/gstreamer-rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/gstreamer-rockchip/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (12/12), done.
Resolving deltas: 100% (9/9), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/gstreamer-rockchip/rk3588-v0.1.0a-to-v0.1.1a.bundle
   2d0c921..3833135  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 2d0c921fc9a5fe773ffcc01a6a256a021679e55a.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libmali 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/libmali/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (6/6), 3.92 MiB | 65.88 MiB/s, done.
Resolving deltas: 100% (3/3), completed with 3 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/libmali/rk3588-v0.1.0a-to-v0.1.1a.bundle
   146d2fb..171b5e7  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 146d2fbcff89b1b75908670540be30e8bf61c488.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/linux-rga 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/linux-rga/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (124/124), 88.21 KiB | 14.70 MiB/s, done.
Resolving deltas: 100% (86/86), completed with 22 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/linux-rga/rk3588-v0.1.0a-to-v0.1.1a.bundle
   b06c96f..0cf1539  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit b06c96fd48acc6818470a7ca455794e5f3be787a.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/recovery 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/recovery/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (12/12), done.
Resolving deltas: 100% (9/9), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/recovery/rk3588-v0.1.0a-to-v0.1.1a.bundle
   57678d6..d29728d  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 57678d68a85eae69c7baeb13caba43d87ffdcc1d.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/bin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/xserver 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/mpp 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/mpp/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (143/143), 19.19 KiB | 19.19 MiB/s, done.
Resolving deltas: 100% (123/123), completed with 60 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/external/mpp/rk3588-v0.1.0a-to-v0.1.1a.bundle
   0be50d7f..fceaac34  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]           rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 0be50d7f92a2e6962b7ab714a470414c1f1dacd9.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknn-toolkit2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknpu2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/u-boot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/u-boot/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (234/234), 63.71 KiB | 21.24 MiB/s, done.
Resolving deltas: 100% (188/188), completed with 60 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/u-boot/rk3588-v0.1.0a-to-v0.1.1a.bundle
   cc6d95cc1e..041ce56ace  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit cc6d95cc1ec482522a849d42bfb906606d036f41.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/docs/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (8/8), 3.47 MiB | 80.67 MiB/s, done.
Resolving deltas: 100% (4/4), completed with 4 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/docs/rk3588-v0.1.0a-to-v0.1.1a.bundle
   b43860f..861a1e7  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit b43860f52b4614bc48bb073d759060be568c7364.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs/.Socs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/docs/.Socs/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (18/18), 1.15 MiB | 62.24 MiB/s, done.
Resolving deltas: 100% (8/8), completed with 4 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/docs/.Socs/rk3588-v0.1.0a-to-v0.1.1a.bundle
   1c210f4..5602983  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 1c210f45fc5c41f9cb61f2e52cdfde2070df2705.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/device/rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/device/rockchip/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (62/62), 35.19 MiB | 130.56 MiB/s, done.
Resolving deltas: 100% (44/44), completed with 11 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/device/rockchip/rk3588-v0.1.0a-to-v0.1.1a.bundle
   12194af..f79f183  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 12194af43033fe738881f5502ae8f582c64515a7.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/tools 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/kernel 
#####################################################
# CMD: git branch 
  repo_sync
  rk3588/debug/beta
  rk3588/debug/camera
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/kernel/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (411/411), 8.83 MiB | 110.21 MiB/s, done.
Resolving deltas: 100% (358/358), completed with 107 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/kernel/rk3588-v0.1.0a-to-v0.1.1a.bundle
   6d2f1f043c5e..f32fe1d812e9  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]                   rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 6d2f1f043c5eb4dca5e827efc0b90d923c03015a.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v0.1.1a rk3588/linux_release_v0.1.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/rkbin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/rkbin/rk3588-v0.1.0a-to-v0.1.1a.bundle rk3588/linux_release_v0.1.1a:rk3588/firefly 
Receiving objects: 100% (64/64), 298.08 KiB | 37.26 MiB/s, done.
Resolving deltas: 100% (48/48), completed with 14 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.0a-to-v0.1.1a/rkbin/rk3588-v0.1.0a-to-v0.1.1a.bundle
   ae7f2bc..abd6bd2  rk3588/linux_release_v0.1.1a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v0.1.1a -> rk3588/linux_release_v0.1.1a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit ae7f2bc5ba57b92621e4c4ccc21219c41e34a0e4.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
############### apply rk3588-v0.1.0a-to-v0.1.1a done ###############
############### apply rk3588-v0.1.1a-to-v1.0.0a ###############
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/rk_tee_user 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qfm 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/QLauncher 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/multivideoplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qcamera 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qsetting 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/app/qsetting/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (4/4), done.
Resolving deltas: 100% (2/2), completed with 2 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/app/qsetting/rk3588-v0.1.1a-to-v1.0.0a.bundle
   325015a..fcb3585  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 325015ace9b85dc774b79b61cc1b4016f0fa6327.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/buildroot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/buildroot/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (641/641), 212.05 KiB | 16.31 MiB/s, done.
Resolving deltas: 100% (405/405), completed with 66 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/buildroot/rk3588-v0.1.1a-to-v1.0.0a.bundle
   b773be823d..79e5657eec  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit b773be823d24798d7567147b336a479c925cb7d6.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/debian 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/debian/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (17998/17998), 438.43 MiB | 131.00 MiB/s, done.
Resolving deltas: 100% (9129/9129), completed with 36 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/debian/rk3588-v0.1.1a-to-v1.0.0a.bundle
   a9112c86..b3f6208a rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit a9112c860cb43d2d790fbfbf39efd4ebdc0ee9cf.
Updating files: 100% (37022/37022), done.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/drm-cursor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/drm-cursor/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (4/4), done.
Resolving deltas: 100% (2/2), completed with 2 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/drm-cursor/rk3588-v0.1.1a-to-v1.0.0a.bundle
   71c028e..ae7bfed  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 71c028e2866c6ba504756aee3dfd8d1587b60f1d.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/alsa-config 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/alsa-config/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (20/20), done.
Resolving deltas: 100% (5/5), completed with 1 local object.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/alsa-config/rk3588-v0.1.1a-to-v1.0.0a.bundle
   1e0c4b5..b326aae  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 1e0c4b5382b84ed629b1ca9e40c814103b92ee93.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/avb 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/camera_engine_rkaiq 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/camera_engine_rkaiq/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (575/575), 7.36 MiB | 46.54 MiB/s, done.
Resolving deltas: 100% (445/445), completed with 270 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/camera_engine_rkaiq/rk3588-v0.1.1a-to-v1.0.0a.bundle
   57f2d78..bf0e5e0  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 57f2d78428776b1a8d2635ac9201d2a63ca156c5.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/chromium 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt-app 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rockchip-test 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rockchip-test/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (15/15), 3.53 MiB | 61.26 MiB/s, done.
Resolving deltas: 100% (5/5), completed with 3 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rockchip-test/rk3588-v0.1.1a-to-v1.0.0a.bundle
   0ee09bd..817f301  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 0ee09bd5f8db4ddf322acdf49e9f760a9a001186.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/uefi 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/uefi/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (5707/5707), 91.21 MiB | 63.58 MiB/s, done.
Resolving deltas: 100% (2603/2603), completed with 38 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/uefi/rk3588-v0.1.1a-to-v1.0.0a.bundle
   709f588a1e..2267eb98b7  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 709f588a1ee4f1a85147b0ee6522a8fac57d4d47.
Updating files: 100% (5205/5205), done.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libglCompositor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rk_pcba_test 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rk_pcba_test/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (9/9), done.
Resolving deltas: 100% (7/7), completed with 7 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rk_pcba_test/rk3588-v0.1.1a-to-v1.0.0a.bundle
   36e0777..d5b89f8  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 36e07775f017df15a8f20e62f52cb59e1ed3ae10.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkscript 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkscript/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (4/4), done.
Resolving deltas: 100% (2/2), completed with 2 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkscript/rk3588-v0.1.1a-to-v1.0.0a.bundle
   4028042..2a58e71  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 4028042a72651ae9191b3067f031086160972cae.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rktoolkit 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkupdate 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkupdate/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (33/33), 60.85 KiB | 12.17 MiB/s, done.
Resolving deltas: 100% (14/14), completed with 13 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkupdate/rk3588-v0.1.1a-to-v1.0.0a.bundle
   534d875..7083536  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 534d8750105c2649e24648b40551fa1304f5eeab.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkwifibt/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (16/16), done.
Resolving deltas: 100% (1/1), completed with 1 local object.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rkwifibt/rk3588-v0.1.1a-to-v1.0.0a.bundle
   279fc1f..8b74df5  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 279fc1f3a57fecc278f691121d6e522cb633f301.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/gstreamer-rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/gstreamer-rockchip/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (65/65), 8.16 KiB | 8.16 MiB/s, done.
Resolving deltas: 100% (52/52), completed with 12 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/gstreamer-rockchip/rk3588-v0.1.1a-to-v1.0.0a.bundle
   3833135..e5fec0f  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 3833135eb6b0a2f01738cefdf57c4fdfa0cadaed.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libmali 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/libmali/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (55/55), 45.12 MiB | 56.48 MiB/s, done.
Resolving deltas: 100% (38/38), completed with 14 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/libmali/rk3588-v0.1.1a-to-v1.0.0a.bundle
   171b5e7..a8b4c0d  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 171b5e7ef4bc220c07088090fdaa4adf239676fb.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/linux-rga 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/linux-rga/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (15/15), done.
Resolving deltas: 100% (10/10), completed with 7 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/linux-rga/rk3588-v0.1.1a-to-v1.0.0a.bundle
   0cf1539..ed42f85  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 0cf15398ca4c43d29dfcc7d0f4669e8c5b9e0660.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/recovery 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/recovery/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (10/10), done.
Resolving deltas: 100% (8/8), completed with 6 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/recovery/rk3588-v0.1.1a-to-v1.0.0a.bundle
   d29728d..9527b73  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit d29728d3020ded3dc536d96d5e098075614ba8ce.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/bin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/security/bin/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (6/6), 33.48 KiB | 33.48 MiB/s, done.
Resolving deltas: 100% (2/2), completed with 2 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/security/bin/rk3588-v0.1.1a-to-v1.0.0a.bundle
   68a2fde..6053b9e  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 68a2fde8aadcfde9fec65af03db2c641d6631675.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/xserver 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/xserver/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (35/35), 4.78 KiB | 4.78 MiB/s, done.
Resolving deltas: 100% (29/29), completed with 13 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/xserver/rk3588-v0.1.1a-to-v1.0.0a.bundle
   6a9c2d2..69b5ee5  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 6a9c2d27109cb374ce4bf803bb586bca69a15bca.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/mpp 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/mpp/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (214/214), 50.52 KiB | 16.84 MiB/s, done.
Resolving deltas: 100% (180/180), completed with 73 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/mpp/rk3588-v0.1.1a-to-v1.0.0a.bundle
   fceaac34..3d1abf88  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]           rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit fceaac3490595ac7e00806fcfc60f95ba384c956.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknn-toolkit2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rknn-toolkit2/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (82/82), 83.66 MiB | 115.93 MiB/s, done.
Resolving deltas: 100% (27/27), completed with 18 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rknn-toolkit2/rk3588-v0.1.1a-to-v1.0.0a.bundle
   1fc1fa9..06b4bbb  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 1fc1fa917d6a44732c2fbcaf546e81782cc23b97.
Updating files: 100% (115/115), done.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknpu2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rknpu2/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (181/181), 77.17 MiB | 65.79 MiB/s, done.
Resolving deltas: 100% (58/58), completed with 23 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/external/rknpu2/rk3588-v0.1.1a-to-v1.0.0a.bundle
   893cbf1..2a17f0e  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 893cbf1f35a6674eaeae11b6067b1241ab6b4ee3.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/u-boot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/u-boot/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (399/399), 76.12 KiB | 15.22 MiB/s, done.
Resolving deltas: 100% (330/330), completed with 105 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/u-boot/rk3588-v0.1.1a-to-v1.0.0a.bundle
   041ce56ace..995859b1ee  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 041ce56ace8eac74d714556eae862c125dffcd17.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/docs/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (54/54), 13.64 MiB | 103.46 MiB/s, done.
Resolving deltas: 100% (28/28), completed with 13 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/docs/rk3588-v0.1.1a-to-v1.0.0a.bundle
   861a1e7..bf3a6fe  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 861a1e7646d162cd02b3b7bcdcf2ec3099c49809.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs/.Socs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/docs/.Socs/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (22/22), 9.30 MiB | 89.84 MiB/s, done.
Resolving deltas: 100% (6/6), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/docs/.Socs/rk3588-v0.1.1a-to-v1.0.0a.bundle
   5602983..fb21ade  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 56029836128f920033d6ad4e50b6ffab93a5d180.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/device/rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/device/rockchip/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (252/252), 6.96 MiB | 106.44 MiB/s, done.
Resolving deltas: 100% (189/189), completed with 30 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/device/rockchip/rk3588-v0.1.1a-to-v1.0.0a.bundle
   f79f183..e437837  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit f79f183155416e63e2c290e6e2622df9fb763715.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/tools 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/tools/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (41/41), 45.11 MiB | 140.40 MiB/s, done.
Resolving deltas: 100% (11/11), completed with 7 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/tools/rk3588-v0.1.1a-to-v1.0.0a.bundle
   dab5e8d..c82123a  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit dab5e8dd77b93660a6316ae7bd1913118608fea2.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/kernel 
#####################################################
# CMD: git branch 
  repo_sync
  rk3588/debug/beta
  rk3588/debug/camera
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/kernel/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (5474/5474), 1.05 MiB | 32.62 MiB/s, done.
Resolving deltas: 100% (4659/4659), completed with 576 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/kernel/rk3588-v0.1.1a-to-v1.0.0a.bundle
   f32fe1d812e9..5cddaa184698  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]                   rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit f32fe1d812e98ecea9f73867788ca926f51fff7c.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0a rk3588/linux_release_v0.1.1a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/rkbin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/rkbin/rk3588-v0.1.1a-to-v1.0.0a.bundle rk3588/linux_release_v1.0.0a:rk3588/firefly 
Receiving objects: 100% (106/106), 350.96 KiB | 25.07 MiB/s, done.
Resolving deltas: 100% (86/86), completed with 22 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v0.1.1a-to-v1.0.0a/rkbin/rk3588-v0.1.1a-to-v1.0.0a.bundle
   abd6bd2..9782fd2  rk3588/linux_release_v1.0.0a -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0a -> rk3588/linux_release_v1.0.0a
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit abd6bd2f5c09e96587124a0252c02bd0b9b8f1a2.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
############### apply rk3588-v0.1.1a-to-v1.0.0a done ###############
############### apply rk3588-v1.0.0a-to-v1.0.0b ###############
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/rk_tee_user 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qfm 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/QLauncher 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/multivideoplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qcamera 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qsetting 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/buildroot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/buildroot/rk3588-v1.0.0a-to-v1.0.0b.bundle rk3588/linux_release_v1.0.0b:rk3588/firefly 
Receiving objects: 100% (12/12), 30.85 KiB | 30.85 MiB/s, done.
Resolving deltas: 100% (4/4), completed with 4 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/buildroot/rk3588-v1.0.0a-to-v1.0.0b.bundle
   79e5657eec..c7690e53f5  rk3588/linux_release_v1.0.0b -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v1.0.0b -> rk3588/linux_release_v1.0.0b
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 79e5657eecf08c26ceb739e4459180ce82d676ef.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/debian 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/debian/rk3588-v1.0.0a-to-v1.0.0b.bundle rk3588/linux_release_v1.0.0b:rk3588/firefly 
Receiving objects: 100% (68/68), 101.84 KiB | 16.97 MiB/s, done.
Resolving deltas: 100% (22/22), completed with 13 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/debian/rk3588-v1.0.0a-to-v1.0.0b.bundle
   b3f6208a..baae2d90  rk3588/linux_release_v1.0.0b -> rk3588/firefly
 * [new tag]           rk3588/linux_release_v1.0.0b -> rk3588/linux_release_v1.0.0b
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit b3f6208a4959d1b074846c84140008787677bc4f.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/drm-cursor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/alsa-config 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/avb 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/camera_engine_rkaiq 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/chromium 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt-app 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rockchip-test 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/uefi 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libglCompositor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rk_pcba_test 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkscript 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rktoolkit 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkupdate 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/gstreamer-rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libmali 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/linux-rga 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/recovery 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/bin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/xserver 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/mpp 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknn-toolkit2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknpu2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/u-boot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs/.Socs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/device/rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/device/rockchip/rk3588-v1.0.0a-to-v1.0.0b.bundle rk3588/linux_release_v1.0.0b:rk3588/firefly 
Receiving objects: 100% (8/8), done.
Resolving deltas: 100% (5/5), completed with 4 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/device/rockchip/rk3588-v1.0.0a-to-v1.0.0b.bundle
   e437837..debebd5  rk3588/linux_release_v1.0.0b -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0b -> rk3588/linux_release_v1.0.0b
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit e4378375117a2a973d586b0be84b586d0a397191.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/tools 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/kernel 
#####################################################
# CMD: git branch 
  repo_sync
  rk3588/debug/beta
  rk3588/debug/camera
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/kernel/rk3588-v1.0.0a-to-v1.0.0b.bundle rk3588/linux_release_v1.0.0b:rk3588/firefly 
Receiving objects: 100% (39/39), 6.44 KiB | 6.44 MiB/s, done.
Resolving deltas: 100% (35/35), completed with 21 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0a-to-v1.0.0b/kernel/rk3588-v1.0.0a-to-v1.0.0b.bundle
   5cddaa184698..1b8922d12d88  rk3588/linux_release_v1.0.0b -> rk3588/firefly
 * [new tag]                   rk3588/linux_release_v1.0.0b -> rk3588/linux_release_v1.0.0b
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 5cddaa1846985dd3541596001786079a998c9c91.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/rkbin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0b rk3588/linux_release_v1.0.0a 
# PAS: 0 
############### apply rk3588-v1.0.0a-to-v1.0.0b done ###############
############### apply rk3588-v1.0.0b-to-v1.0.0c ###############
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/rk_tee_user 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qfm 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/QLauncher 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/multivideoplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qcamera 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qplayer 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/app/qsetting 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/buildroot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/buildroot/rk3588-v1.0.0b-to-v1.0.0c.bundle rk3588/linux_release_v1.0.0c:rk3588/firefly 
Receiving objects: 100% (49/49), 87.55 KiB | 14.59 MiB/s, done.
Resolving deltas: 100% (12/12), completed with 5 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/buildroot/rk3588-v1.0.0b-to-v1.0.0c.bundle
   c7690e53f5..978439cb78  rk3588/linux_release_v1.0.0c -> rk3588/firefly
 * [new tag]               rk3588/linux_release_v1.0.0c -> rk3588/linux_release_v1.0.0c
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit c7690e53f5498f6eb97de3439cf04c1aa81ce1e3.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/debian 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/debian/rk3588-v1.0.0b-to-v1.0.0c.bundle rk3588/linux_release_v1.0.0c:rk3588/firefly 
Receiving objects: 100% (27/27), 17.85 KiB | 17.85 MiB/s, done.
Resolving deltas: 100% (6/6), completed with 2 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/debian/rk3588-v1.0.0b-to-v1.0.0c.bundle
   baae2d90..b3e64ea7  rk3588/linux_release_v1.0.0c -> rk3588/firefly
 * [new tag]           rk3588/linux_release_v1.0.0c -> rk3588/linux_release_v1.0.0c
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit baae2d90a2d0418f68d653dd9df26a32c4e77883.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/drm-cursor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/alsa-config 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/avb 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/camera_engine_rkaiq 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/chromium 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt-app 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rockchip-test 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/uefi 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libglCompositor 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rk_pcba_test 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkscript 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rktoolkit 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkupdate 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rkwifibt 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/gstreamer-rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/libmali 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/linux-rga 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/recovery 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/security/bin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/xserver 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/mpp 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknn-toolkit2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/external/rknpu2 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/u-boot 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/docs/.Socs 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/device/rockchip 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/device/rockchip/rk3588-v1.0.0b-to-v1.0.0c.bundle rk3588/linux_release_v1.0.0c:rk3588/firefly 
Receiving objects: 100% (65/65), 6.03 KiB | 6.03 MiB/s, done.
Resolving deltas: 100% (55/55), completed with 18 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/device/rockchip/rk3588-v1.0.0b-to-v1.0.0c.bundle
   debebd5..82f105d  rk3588/linux_release_v1.0.0c -> rk3588/firefly
 * [new tag]         rk3588/linux_release_v1.0.0c -> rk3588/linux_release_v1.0.0c
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit debebd5e86756822bd5050193581d22060f0faf0.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/tools 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/kernel 
#####################################################
# CMD: git branch 
  repo_sync
  rk3588/debug/beta
  rk3588/debug/camera
* rk3588/firefly
  rk3588/rockchip
  save
# PAS: 0 
# CMD: git pull /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/kernel/rk3588-v1.0.0b-to-v1.0.0c.bundle rk3588/linux_release_v1.0.0c:rk3588/firefly 
Receiving objects: 100% (16/16), done.
Resolving deltas: 100% (14/14), completed with 7 local objects.
From /home/rootroot/Linux_SDK/rk3588/rk3588-v1.0.0b-to-v1.0.0c/kernel/rk3588-v1.0.0b-to-v1.0.0c.bundle
   1b8922d12d88..94cc6ef6b05d  rk3588/linux_release_v1.0.0c -> rk3588/firefly
 * [new tag]                   rk3588/linux_release_v1.0.0c -> rk3588/linux_release_v1.0.0c
warning: fetch updated the current branch head.
fast-forwarding your working tree from
commit 1b8922d12d88bd15fa3ae775b9f2453abf9448a3.
Already up to date.
# PAS: 0 
# CMD: git checkout rk3588/firefly 
Already on 'rk3588/firefly'
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf 
#####################################################
# CMD: git branch 
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
#####################################################


#####################################################
# PRO: /home/rootroot/Linux_SDK/rk3588/rkbin 
#####################################################
# CMD: git branch 
  repo_sync
* rk3588/firefly
  rk3588/rockchip
# PAS: 0 
# CMD: git tag rk3588/linux_release_v1.0.0c rk3588/linux_release_v1.0.0b 
# PAS: 0 
############### apply rk3588-v1.0.0b-to-v1.0.0c done ###############
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 


rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ ll
total 884712
drwxrwxr-x 19 rootroot rootroot      4096 9月   7 17:31 ./
drwxrwxrwx  5 rootroot rootroot      4096 9月   7 17:04 ../
drwxrwxr-x  8 rootroot rootroot      4096 9月   7 17:18 app/
drwxrwxr-x 16 rootroot rootroot      4096 9月   7 17:31 buildroot/
lrwxrwxrwx  1 rootroot rootroot        31 9月   7 17:19 build.sh -> device/rockchip/common/build.sh*
drwxrwxr-x 12 rootroot rootroot      4096 9月   7 17:32 debian/
drwxrwxr-x  3 rootroot rootroot      4096 9月   7 17:18 device/
drwxrwxr-x  7 rootroot rootroot      4096 9月   7 17:32 docs/
lrwxrwxrwx  1 rootroot rootroot        27 9月   7 17:18 envsetup.sh -> buildroot/build/envsetup.sh*
drwxrwxr-x 24 rootroot rootroot      4096 9月   7 17:19 external/
lrwxrwxrwx  1 rootroot rootroot        40 9月   7 17:19 firefly-update.sh -> device/rockchip/common/firefly-update.sh*
drwxrwxr-x 26 rootroot rootroot      4096 9月   7 17:31 kernel/
lrwxrwxrwx  1 rootroot rootroot        24 9月   7 17:18 Makefile -> buildroot/build/Makefile*
lrwxrwxrwx  1 rootroot rootroot        36 9月   7 17:19 mkfirmware.sh -> device/rockchip/common/mkfirmware.sh*
drwxrwxr-x  3 rootroot rootroot      4096 9月   7 17:19 prebuilts/
drwxrwxr-x  7 rootroot rootroot      4096 9月   7 17:06 .repo/
drwxrwxr-x 11 rootroot rootroot      4096 9月   7 17:31 rk3588-v0.1.0a-to-v0.1.1a/
-rwxrwxrwx  1 rootroot rootroot  85163386 7月  20 19:45 rk3588-v0.1.0a-to-v0.1.1a.7z*
drwxrwxr-x 13 rootroot rootroot      4096 9月   7 17:32 rk3588-v0.1.1a-to-v1.0.0a/
-rwxrwxrwx  1 rootroot rootroot 820472338 7月  20 19:46 rk3588-v0.1.1a-to-v1.0.0a.7z*
drwxrwxr-x  6 rootroot rootroot      4096 9月   7 17:32 rk3588-v1.0.0a-to-v1.0.0b/
-rwxrwxrwx  1 rootroot rootroot    114288 7月  20 19:44 rk3588-v1.0.0a-to-v1.0.0b.7z*
drwxrwxr-x  6 rootroot rootroot      4096 9月   7 17:32 rk3588-v1.0.0b-to-v1.0.0c/
-rwxrwxrwx  1 rootroot rootroot    105190 7月  20 19:44 rk3588-v1.0.0b-to-v1.0.0c.7z*
drwxrwxr-x  9 rootroot rootroot      4096 9月   7 17:19 rkbin/
lrwxrwxrwx  1 rootroot rootroot        33 9月   7 17:19 rkflash.sh -> device/rockchip/common/rkflash.sh*
drwxrwxr-x  6 rootroot rootroot      4096 9月   7 17:32 tools/
drwxrwxr-x 25 rootroot rootroot      4096 9月   7 17:31 u-boot/
drwxrwxr-x  7 rootroot rootroot      4096 9月   7 17:31 uefi/
-rwxrwxrwx  1 rootroot rootroot       466 7月  20 19:44 update.sh*
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ cd kernel/
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ ll
total 10316
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:31 ./
drwxrwxr-x  19 rootroot rootroot    4096 9月   7 17:31 ../
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 android/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 arch/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 block/
-rw-rw-r--   1 rootroot rootroot    1410 9月   7 17:19 boot.its
-rw-rw-r--   1 rootroot rootroot     296 9月   7 17:19 build.config.aarch64
-rw-rw-r--   1 rootroot rootroot     429 9月   7 17:19 build.config.allmodconfig
-rw-rw-r--   1 rootroot rootroot     152 9月   7 17:19 build.config.allmodconfig.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.allmodconfig.arm
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.allmodconfig.x86_64
-rw-rw-r--   1 rootroot rootroot    1214 9月   7 17:19 build.config.amlogic
-rw-rw-r--   1 rootroot rootroot     198 9月   7 17:19 build.config.arm
-rw-rw-r--   1 rootroot rootroot     329 9月   7 17:19 build.config.common
-rw-rw-r--   1 rootroot rootroot     795 9月   7 17:19 build.config.db845c
-rw-rw-r--   1 rootroot rootroot      63 9月   7 17:19 build.config.gki
-rw-rw-r--   1 rootroot rootroot    1130 9月   7 17:19 build.config.gki.aarch64
-rw-rw-r--   1 rootroot rootroot     638 9月   7 17:19 build.config.gki.aarch64.fips140
-rw-rw-r--   1 rootroot rootroot     230 9月   7 17:19 build.config.gki.aarch64.fips140_eval_testing
-rw-rw-r--   1 rootroot rootroot     106 9月   7 17:19 build.config.gki-debug.aarch64
-rw-rw-r--   1 rootroot rootroot     105 9月   7 17:19 build.config.gki-debug.x86_64
-rw-rw-r--   1 rootroot rootroot     664 9月   7 17:19 build.config.gki_kasan
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.aarch64
-rw-rw-r--   1 rootroot rootroot     148 9月   7 17:19 build.config.gki_kasan.x86_64
-rw-rw-r--   1 rootroot rootroot     629 9月   7 17:19 build.config.gki_kprobes
-rw-rw-r--   1 rootroot rootroot     151 9月   7 17:19 build.config.gki_kprobes.aarch64
-rw-rw-r--   1 rootroot rootroot     150 9月   7 17:19 build.config.gki_kprobes.x86_64
-rw-rw-r--   1 rootroot rootroot     142 9月   7 17:19 build.config.gki.x86_64
-rw-rw-r--   1 rootroot rootroot     740 9月   7 17:19 build.config.hikey960
-rw-rw-r--   1 rootroot rootroot     544 9月   7 17:19 build.config.khwasan
-rw-rw-r--   1 rootroot rootroot     476 9月   7 17:19 build.config.rockchip
-rw-rw-r--   1 rootroot rootroot     274 9月   7 17:19 build.config.x86_64
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 certs/
-rw-rw-r--   1 rootroot rootroot   16673 9月   7 17:19 .clang-format
-rw-rw-r--   1 rootroot rootroot      59 9月   7 17:19 .cocciconfig
-rw-rw-r--   1 rootroot rootroot     496 9月   7 17:19 COPYING
-rw-rw-r--   1 rootroot rootroot  100478 9月   7 17:19 CREDITS
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 crypto/
drwxrwxr-x  82 rootroot rootroot    4096 9月   7 17:19 Documentation/
drwxrwxr-x 145 rootroot rootroot    4096 9月   7 17:19 drivers/
drwxrwxr-x  81 rootroot rootroot    4096 9月   7 17:19 fs/
-rw-rw-r--   1 rootroot rootroot      71 9月   7 17:19 .get_maintainer.ignore
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:32 .git/
-rw-rw-r--   1 rootroot rootroot      62 9月   7 17:19 .gitattributes
-rw-rw-r--   1 rootroot rootroot    1954 9月   7 17:19 .gitignore
drwxrwxr-x  29 rootroot rootroot    4096 9月   7 17:19 include/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:32 init/
drwxrwxr-x   2 rootroot rootroot    4096 9月   7 17:19 ipc/
-rw-rw-r--   1 rootroot rootroot    1327 9月   7 17:19 Kbuild
-rw-rw-r--   1 rootroot rootroot     555 9月   7 17:19 Kconfig
drwxrwxr-x  20 rootroot rootroot    4096 9月   7 17:32 kernel/
drwxrwxr-x  21 rootroot rootroot   12288 9月   7 17:32 lib/
drwxrwxr-x   6 rootroot rootroot    4096 9月   7 17:19 LICENSES/
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo.bmp
-rw-rw-r--   1 rootroot rootroot  127818 9月   7 17:19 logo_kernel.bmp
-rw-rw-r--   1 rootroot rootroot   18204 9月   7 17:19 .mailmap
-rw-rw-r--   1 rootroot rootroot  577543 9月   7 17:19 MAINTAINERS
-rw-rw-r--   1 rootroot rootroot   68535 9月   7 17:19 Makefile
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:32 mm/
drwxrwxr-x  72 rootroot rootroot    4096 9月   7 17:19 net/
-rw-rw-r--   1 rootroot rootroot     438 9月   7 17:19 OWNERS
-rw-rw-r--   1 rootroot rootroot 9233612 9月   7 17:31 ramdisk.img
-rw-rw-r--   1 rootroot rootroot     727 9月   7 17:19 README
-rw-rw-r--   1 rootroot rootroot    6402 9月   7 17:19 README.md
drwxrwxr-x  33 rootroot rootroot    4096 9月   7 17:19 samples/
-rw-rw-r--   1 rootroot rootroot       0 9月   7 17:19 .scmversion
drwxrwxr-x  17 rootroot rootroot    4096 9月   7 17:32 scripts/
drwxrwxr-x  13 rootroot rootroot    4096 9月   7 17:19 security/
drwxrwxr-x  26 rootroot rootroot    4096 9月   7 17:19 sound/
drwxrwxr-x  37 rootroot rootroot    4096 9月   7 17:19 tools/
drwxrwxr-x   3 rootroot rootroot    4096 9月   7 17:19 usr/
drwxrwxr-x   4 rootroot rootroot    4096 9月   7 17:19 virt/
 

 
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ git tag
rk3588/linux_release_v0.0.1a
rk3588/linux_release_v0.0.1b
rk3588/linux_release_v0.0.1c
rk3588/linux_release_v0.1.0a
rk3588/linux_release_v0.1.1a
rk3588/linux_release_v1.0.0a
rk3588/linux_release_v1.0.0b
rk3588/linux_release_v1.0.0c
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588/kernel$ cd ..
rootroot@rootroot-HP-ZHAN-66-Pro-A-14-G3:~/Linux_SDK/rk3588$ 

https://www.t-firefly.com/product/industry/itx3588j
概述
ITX-3588J
8K 人工智能 ITX标准主板
采用Rockchip RK3588新一代旗舰级八核64位处理器,最大可配32GB
大内存;支持8K视频编解码;拥有丰富的接口,支持多硬盘、千兆网、
WiFi6、5G/4G扩展和多种视频输入输出;提供多种的供电方式;支持多
种操作系统;可适用于ARM PC、边缘计算、云服务器、智能NVR等领域


https://wiki.t-firefly.com/zh_CN/Core-3588J/index.html
维基
Core-3588J产品规格书 立即购买
Core-3588J采用 Rockchip RK3588新一代旗舰级八核64位处理器,最大可配32GB大内存;支持8K视频编解码;拥有丰富的接口,支持多硬盘、千兆网、WiFi6、5G4G扩展和多种视频输入输出;提供多种的供电方式;支持多种操作系统;可适用于ARM PC、边缘计算、云服务器、智能NVR等领域

https://www.t-firefly.com/doc/download/160.html
下载
ITX-3588J
立即购买产品规格书
采用Rockchip RK3588新一代旗舰级八核64位处理器,最大可配32GB 大内存;支持8K视频编解码;拥有丰富的接口,支持多硬盘、千兆网、 WiFi6、5G/4G扩展和多种视频输入输出;提供多种的供电方式;支持多 种操作系统;可适用于ARM PC、边缘计算、云服务器、智能NVR等领域


https://bbs.elecfans.com/jishu_2293732_1_1.html
[经验] 介绍一种ROC-RK3588S-PC产品编译的方法
贾飞世
2022-7-15 16:34:20  2445 RK3588 HDMI uboot Android系统


https://www.t-firefly.com/product/industry/rocrk3588spc
https://wiki.t-firefly.com/zh_CN/ROC-RK3588S-PC/linux_compile_buildroot.html
维基
ROC-RK3588S-PC产品规格书 立即购买
ROC-RK3588S-PCS采用 Rockchip RK3588新一代旗舰级八核64位处理器,最大可配32GB大内存;支持8K视频编解码;支持千兆网、;支持多种操作系统;可适用于ARM PC、边缘计算、云服务器、智能NVR等领域


https://zhuanlan.zhihu.com/p/475148594
在RK3588设备上进行驱动编译
HELLO七仔
HELLO七仔
工程师

百度搜索:RK3588 firefly buildroot编译
AIO-3588J 编译

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

20220909编译ITX-3588J的Buildroot的系统0(SDK预处理) 的相关文章

随机推荐