| .. | .. |
|---|
| 11 | 11 | # Kernel defconfig fragment |
|---|
| 12 | 12 | export RK_KERNEL_DEFCONFIG_FRAGMENT= |
|---|
| 13 | 13 | # Kernel dts |
|---|
| 14 | | -export RK_KERNEL_DTS=rk3568-evb1-ddr4-v10-linux |
|---|
| 14 | +export RK_KERNEL_DTS=NK-R36S0 |
|---|
| 15 | 15 | # boot image type |
|---|
| 16 | 16 | export RK_BOOT_IMG=boot.img |
|---|
| 17 | 17 | # kernel image path |
|---|
| .. | .. |
|---|
| 55 | 55 | #userdata config |
|---|
| 56 | 56 | export RK_USERDATA_DIR=userdata_normal |
|---|
| 57 | 57 | #misc image |
|---|
| 58 | | -export RK_MISC=wipe_all-misc.img |
|---|
| 58 | +#export RK_MISC=wipe_all-misc.img |
|---|
| 59 | +export RK_MISC=blank-misc.img |
|---|
| 59 | 60 | #choose enable distro module |
|---|
| 60 | 61 | export RK_DISTRO_MODULE= |
|---|
| 61 | 62 | # Define pre-build script for this board |
|---|