Difference between revisions of "Rock4/dev"
< Rock4
(Created page with "{{rock4_header}} {{Languages|rock4/dev}} ROCK 4 > Development Guide This page describes development tips for ROCK Pi. * rockpi4/dev/us...") |
Peter.Wang (Talk | contribs) (→Android) |
||
(10 intermediate revisions by 4 users not shown) | |||
Line 3: | Line 3: | ||
{{Languages|rock4/dev}} | {{Languages|rock4/dev}} | ||
− | [[ | + | [[rock4 | ROCK 4]] > [[rock4/dev | Development Guide]] |
Line 11: | Line 11: | ||
* [[rockpi4/dev/spi-install | Install images to SPI flash]] describe how to write bootloader to SPI flash on ROCK Pi 4. | * [[rockpi4/dev/spi-install | Install images to SPI flash]] describe how to write bootloader to SPI flash on ROCK Pi 4. | ||
* [[rockpi4/dev/Debian | Build Debian]] | * [[rockpi4/dev/Debian | Build Debian]] | ||
+ | * [[rockpi4/dev/rootfs | replace your rootfs]] | ||
* [[Yocto-layer-for-radxa-boards | Build Yocto ]] | * [[Yocto-layer-for-radxa-boards | Build Yocto ]] | ||
* [[rockpi4/dev/kernel-4.4 | Build vendor kernel(Rockchip 4.4)]] | * [[rockpi4/dev/kernel-4.4 | Build vendor kernel(Rockchip 4.4)]] | ||
Line 29: | Line 30: | ||
* [[rockpi4/dev/adb | Using ADB]] | * [[rockpi4/dev/adb | Using ADB]] | ||
* [[rockpi4/dev/gpu-run-test-with-kernel-5.10 | GPU Run Test with Kernel 5.10]] | * [[rockpi4/dev/gpu-run-test-with-kernel-5.10 | GPU Run Test with Kernel 5.10]] | ||
− | * [[rockpi4/dev/common-interface-with-kernel-5.10 | Common interface with | + | * [[rockpi4/dev/use-rsetup-to-enable-common-interface-with-kernel-5.10 | Common interface with linux-5.10]] |
* [[rockpi4/dev/headphone-jack-work-on-rock-pi-4cplus | Headphone work on ROCK Pi 4C Plus]] | * [[rockpi4/dev/headphone-jack-work-on-rock-pi-4cplus | Headphone work on ROCK Pi 4C Plus]] | ||
* [[rockpi4/dev/usb-host-and-otg-switch-on-rock-pi-4 | USB host and otg switch on ROCK Pi 4]] | * [[rockpi4/dev/usb-host-and-otg-switch-on-rock-pi-4 | USB host and otg switch on ROCK Pi 4]] | ||
+ | * [[rockpi4/dev/how-to-use-debian | How to use Debian]] | ||
+ | == Android == | ||
+ | * [[Rockpi4/rockpi-android7 | Android7 Tablet(Support Raspberry Pi official 7" Display)]] | ||
+ | * [[Rockpi4/dev/rockpi-android-tv | Android7 TV]] | ||
+ | * [[Rockpi4/rockpi-android9 | Android9 Tablet]] | ||
+ | * [[Rockpi4/rockpi-android9 | Android9 TV]] | ||
+ | * [[Rockpi4/install/android-NVME | Android9 Run on M.2 NVME SSD]] | ||
+ | * [[Rockpi4/android-mraa | Android9 Mraa API]] | ||
+ | * [[Rockpi4/rockpi-android10 | Android10 Tablet]] | ||
+ | * [[Rockpi4/rockpi-android11 | Android11]] | ||
+ | * [[Rockpi4/Ethernet-ADB | Ethernet-ADB]] | ||
+ | * [[Rockpi4/USB_A-ADB | USB_A-ADB]] | ||
+ | * [https://forum.radxa.com/t/solve-google-play-device-is-not-play-protect-certified-issue/229 Solve Google Play Device is not Play Protect certified issue] |
Latest revision as of 03:27, 2 June 2023
ROCK 4 > Development Guide
This page describes development tips for ROCK Pi.
- USB Installation describe how to use PC tools to install image on ROCK Pi 4.
- Install images to SPI flash describe how to write bootloader to SPI flash on ROCK Pi 4.
- Build Debian
- replace your rootfs
- Build Yocto
- Build vendor kernel(Rockchip 4.4)
- Build mainline kernel(kernel 5.x)
- U-boot
- U-boot/PXE Boot
- USB Device Network
- Build Android (nougat) TV
- Serial Console
- Install OpenCV
- Install Libmraa
- Install OpenCL
- Setting AP Mode
- Setting WiFi Monitor Mode
- Setting Up Visual Studio For ROCK Pi 4
- Compile a kernel module on ROCK Pi 4
- Build Armbian
- Using ADB
- GPU Run Test with Kernel 5.10
- Common interface with linux-5.10
- Headphone work on ROCK Pi 4C Plus
- USB host and otg switch on ROCK Pi 4
- How to use Debian