File: control

package info (click to toggle)
rkdeveloptool 1.32%2Bgit20210408.46bb4c0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 468 kB
  • sloc: cpp: 7,181; makefile: 21; sh: 16
file content (27 lines) | stat: -rw-r--r-- 1,171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: rkdeveloptool
Section: utils
Priority: optional
Maintainer: Christopher Obbard <chris.obbard@collabora.com>
Build-Depends: debhelper-compat (= 13),
               libudev-dev,
               libusb-1.0-0-dev,
               pkg-config,
Standards-Version: 4.6.2
Homepage: https://opensource.rock-chips.com/wiki_Rkdeveloptool
Vcs-Browser: https://salsa.debian.org/debian/rkdeveloptool
Vcs-Git: https://salsa.debian.org/debian/rkdeveloptool.git
Rules-Requires-Root: no

Package: rkdeveloptool
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         adduser
Description: tools for working with Rockchip processors
 This package provides tools to communicate with various Rockchip processors
 which support the RockUSB protocol (e.g rk3288, rk3328, rk3399, rk356x). The
 tool includes support to interact with the processors' low-level bootrom
 (known as MaskROM)  as well as interact with the recovery or firmware-download
 protocol rockusb. This makes it possible to upload firmware to flash, download
 firmware from flash, erase flash, reset the device, read manufacturing
 information from the processor as well as various other commands.