Cant compleate android source code downloading

Hi
i want to build a custom Marshmallow ROM in Khadas vim. i have followed as per the steps in the Khadas Doc.
But i am stuck in repo sync step. They said this step may take more than one hour. In my case it covered more than 24 hours, and it doesn’t end. And it downloaded more than 30gb.
the code that i have entered is,
#!/bin/bash
repo sync -j4
while [ $? = 1 ]; do
echo "Sync failed, repeat again:"
repo sync -j4
done
and a lot of folders are downloaded in the working directory. Please tell me what i have to do .
please tell me what i have to do

1 Like

You only need to wait for it. Maybe the network is slow :sweat:

i don’t think so. we have a high speed internet connection. And the process has been downloaded more than 30gb. is that normal? Please tell me how much data that we have to download?

This is the size of my Mmallow source code

terry@terry:~/work/vim$ du -h --max-depth=0 repo_mmallow/
58G	repo_mmallow/

nice.
is there any simple and light weight source code?
please suggest.

Sorry for that
It still haven’t simple and light weight source code :slight_smile: