minami 0 Posted April 4, 2023 Hello, I'm trying to build android with tinkerboard2 for development board selection. Now , Official latest version is Tinker Board 2 Android 11 V2.0.8. but, https://github.com/TinkerBoard2-Android branch's head is old. Could you update manifests for v2.0.8. Best regards, Share this post Link to post Share on other sites
hisataro 0 Posted May 18, 2023 Hello, minami The manifest file seems to have changed, but the documentation has not been updated. I was able to get the repository by doing the following: $ repo init -u https://[access token]@github.com/TinkerBoard-Android/rockchip-android-manifest.git -b android11-rockchip -m tinker_board_2-android11-2.0.8.xml --config-name Share this post Link to post Share on other sites
tooz 52 Posted May 18, 2023 hello @hisataro, 2 hours ago, hisataro said: $ repo init -u https://[access token]@github.com/TinkerBoard-Android/rockchip-android-manifest.git -b android11-rockchip -m tinker_board_2-android11-2.0.8.xml --config-name updated to the developer guide, thank you for the reminder Developer Guide · TinkerBoard/TinkerBoard Wiki (github.com) Share this post Link to post Share on other sites
hisataro 0 Posted May 18, 2023 hello @tooz However, I have not been able to successfully build V2.0.8. It was an environment that could be built with V2.0.3, but... Share this post Link to post Share on other sites
tooz 52 Posted May 19, 2023 hello @hisataro, what are the error messages/ logs? i'll check if there's anything been changed Share this post Link to post Share on other sites
hisataro 0 Posted May 22, 2023 hello @tooz, I don't see any error-like messages, and the last "create dtoverlay.imgmkfs.fat 4.1 (2017-01-24)" It seemed to fail at . --- create misc.img.... done. create uboot.img... create idbloader.img...done. create trust.img... create loader... create config.cfg... create baseparameter...done. Build dtbodone. create dtoverlay.imgmkfs.fat 4.1 (2017-01-24) Make image failed! --- The following file on Docker [CONTAINER-ID]:/source/rockdev/Image-WW_Tinker_Board_2/WW_Tinker_Board_2-raw.img ~/ was not generated. Share this post Link to post Share on other sites
hisataro 0 Posted May 23, 2023 hello @tooz, After changing the allocation of the build environment memory from 20GB to 24GB, "WW_Tinker_Board2-raw.img" was successfully generated. thank you! Share this post Link to post Share on other sites