You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the guide, however I could never get past the first step
export CROSS_COMPILE=arm-linux-gnueabihf-
export ARCH=arm
# see that your boards would be supported (radxa rock rk3188 in this case)
**find . -type f | grep rock | grep radxa | grep defconf**
make radxa_rock_defconfig

It always complained about this file is not found - radxa_rock_defconfig - is that some thing we have to make somewhere else? it does not exist in the original cloned repo
The text was updated successfully, but these errors were encountered:
Thank you for the guide, however I could never get past the first step
It always complained about this file is not found - radxa_rock_defconfig - is that some thing we have to make somewhere else? it does not exist in the original cloned repo

The text was updated successfully, but these errors were encountered: