Jump to content
Francesco T

TinkerBoard 2.0 boot error with custom 4.19 Kernel

Recommended Posts

Hi,
I've downloaded the 4.19 kernel source from https://github.com/TinkerBoard2/kernel/tree/tinker_board_2-debian_10-2.1.6 and built with:

make ARCH=arm64 tinker_board_2_defconfig 
make ARCH=arm64 rk3399-tinker_board_2.img -j8

Copied boot.img to SD card with

dd if=boot.img of=/dev/mmcblk0p4 status=progress && sync

Rebooted: the system is stuck at "Waiting for root device /dev/mmcblk0p9" 

What I did wrong?

Thank you

Share this post


Link to post
Share on other sites

hello @Francesco T

the sd image of kernel 4.19 for tinker board 2 is mmcblk1, so it should be:

sudo dd if=boot.img of=/dev/mmcblk1p4 status=progress && sync

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...