Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instruction to build Tinkerboard 2S images (RK3399 platform) #7

Open
SereneGuy opened this issue Sep 23, 2021 · 6 comments
Open

Instruction to build Tinkerboard 2S images (RK3399 platform) #7

SereneGuy opened this issue Sep 23, 2021 · 6 comments

Comments

@SereneGuy
Copy link

SereneGuy commented Sep 23, 2021

@asusiot
@tooz

Hi,
I am unable to find instruction in how to build kernel and U-Boot image for Tinkerboard 2S (RK3399 platform). I used the instruction from other website for the older platform (RK3288) and it doesn't work.

  1. Where can I find the instruction?
  2. Which defconfig file to be used? I saw tinker2_defconfig, I think it's for U-Boot only.
@asusiot
Copy link

asusiot commented Sep 24, 2021

hello @SereneGuy,

some commands can be found in
device/rockchip/tinker_board_2/build.sh
you will need the rkbin to build it successfully. building steps are as follows

  1. u-boot
    cd u-boot
    ./make.sh tinker2

  2. kernel
    cd kernel
    make ARCH=arm64 tinker2_defconfig
    make ARCH=arm64 rk3399-tinker_board_2.img -j8

@SereneGuy
Copy link
Author

@asusiot
Thank you. Where can I find device/rockchip/tinker_board_2/build.sh ?
I couldn't find it anywhere in this repo.

@asusiot
Copy link

asusiot commented Sep 27, 2021

@DaveWK
Copy link

DaveWK commented Dec 4, 2022

that repo does not exist any more. these instructions: https://github.com/TinkerBoard/TinkerBoard/wiki/Developer-Guide refer to a build.sh that does not appear to be in this repo; where is this file located?

@asusiot
Copy link

asusiot commented Dec 5, 2022

hello @DaveWK,
have you installed repo?
https://source.android.com/docs/setup/download/downloading?hl=en

@DaveWK
Copy link

DaveWK commented Dec 5, 2022

Oh, I found the issue -- your link has an underscore for device_asus but the actual repo is: https://github.com/TinkerBoard2-Android/device-asus-tinker_board_2 with a hyphen for device-asus

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

No branches or pull requests

3 participants