Skip to content

docs(zero3/android): fix Android build manifest branch from rk11 to rk12 - #1995

Open
tangzz-radxa wants to merge 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/zero3-android-build-rk12-20260814
Open

docs(zero3/android): fix Android build manifest branch from rk11 to rk12#1995
tangzz-radxa wants to merge 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/zero3-android-build-rk12-20260814

Conversation

@tangzz-radxa

Copy link
Copy Markdown
Contributor

Summary

Fixes #1878 — Zero 3 Android build fails with Can not locate config makefile for product "rk356x_radxa_zero3".

Root cause

The lowlevel-development page told users to initialize the Android 11 manifest with:

repo init -u https://github.com/radxa/manifests.git -b Android11_Radxa_rk11 -m rockchip-r-release.xml

But the rk356x_radxa_zero3 device configuration only exists in the Android11_Radxa_rk12 manifest branch (device/rockchip/rk3566 pinned to tag radxa-android11-rkr12.2). With the rk11 manifest, the synced source tree has no zero3 device folder, so lunch rk356x_radxa_zero3-userdebug cannot locate the product config.

This is also consistent with the download page, which already references the rkr12 release image (radxa-zero3-we-android11-rkr12-20240111).

Change

  • docs/zero/zero3/other-os/android/lowlevel-development.md (zh)
  • i18n/en/docusaurus-plugin-content-docs/current/zero/zero3/other-os/android/lowlevel-development.md (en)

Both updated: -b Android11_Radxa_rk11-b Android11_Radxa_rk12.

Verified: the rk12 manifest (Android11_Radxa_rk12_customization.xml) pins device/rockchip/rk356x to revision d4bfc34f (tag radxa-android11-rkr12.2), whose tree contains rk356x_radxa_zero3/ with rk356x_radxa_zero3-userdebug product entries.

docs-only, bilingual in sync.

The lowlevel-development page instructed 'repo init -b Android11_Radxa_rk11',
but the zero3 device config (rk356x_radxa_zero3) only exists in the
Android11_Radxa_rk12 manifest (tag radxa-android11-rkr12.2). Users following
the old instructions got 'Can not locate config makefile for product
rk356x_radxa_zero3'. Fixes radxa-docs#1878.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Issue from zero/zero3/other-os/android/lowlevel-development

1 participant