Syncing Repo for LA.BR.1.2.4-01810-8x16.0

Hi,

I used the DB410c_build.sh for syncing repo. It synced the code for LA.BR.1.2.4-01810-8×16.0. At the end there was a message like below. Can you please suggest me what is expected as a next step? I need to build for 410c board.

Applying patches …
applying patches on ./bootable/bootloader/lk …
./DB410c_build.sh: line 44: cd: /home/emtarang/msm8916V/APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2/./bootable/bootloader/lk: No such file or directory
./bootable/bootloader/lk does not exist in BUILDROOT:/home/emtarang/msm8916V/APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2

Regards,
Vishwanath

Hi @vhegde,

I think you see the directory “APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2” in the directory where you have “DB410c_build.sh”.

I would try:


$ git config --global user.name "Your Name"
$ git config --global user.email "you@example.com"

then


cd APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2
repo sync 

I am assuming the sources “APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2” were not downloaded correctly, since I have “APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2/bootable/bootloader/lk” which is in your error message.

Deleting the directory “APQ8016_410C_LA.BR.1.2.4-01810-8×16.0_5.1.1_Lollipop_P2” and trying again might work.

If not, I would suggest downloading the “linux_android_board_support_package_vla.br_.1.2.4-01810-8x16.0-3.zip” again, and start all over.