08-31-2017, 02:00 AM
(This post was last modified: 09-09-2017, 10:13 AM by birender.s.)
After Source sync:
Command to build is:
cd ~/proj/kernel/
make ARCH=arm64 rockchip_defconfig
make -j8 ARCH=arm64 rk3328-rock64.img
cd ..
source build/envsetup.sh
lunch
29
make -j4
----------------------------------------------------------------------------------
24. rock64_regular-eng
25. rock64_regular-userdebug
26. rock64_regular-user
27. rock64_atv-eng
28. rock64_atv-userdebug
29. rock64_atv-user
----------------------------------------------------------------------------------
Please confirm kernel deconfig rockchip_defconfig
==============================================================
make u-boot image as below
cd ~/proj/u-boot/
make rk3328_box_defconfig
make ARCHV=aarch64 -j8
==============================================================
make full image at same place using
mkimage.sh
/rockdev/Image-rock64_atv will be geneated
==============================================================
Command to build is:
cd ~/proj/kernel/
make ARCH=arm64 rockchip_defconfig
make -j8 ARCH=arm64 rk3328-rock64.img
cd ..
source build/envsetup.sh
lunch
29
make -j4
----------------------------------------------------------------------------------
24. rock64_regular-eng
25. rock64_regular-userdebug
26. rock64_regular-user
27. rock64_atv-eng
28. rock64_atv-userdebug
29. rock64_atv-user
----------------------------------------------------------------------------------
Please confirm kernel deconfig rockchip_defconfig
==============================================================
make u-boot image as below
cd ~/proj/u-boot/
make rk3328_box_defconfig
make ARCHV=aarch64 -j8
==============================================================
make full image at same place using
mkimage.sh
/rockdev/Image-rock64_atv will be geneated
==============================================================