What’s New?
1. Server IP
IP is changed to 60.173.247.205.Domain is still git.ingenic.cn.
2. Repo needs to re-download
$ wget http://git.ingenic.cn:8082/bj/repo
3. Download port and path are changed
For example: Download Mensa development board Android 4.3 source code andsynchronize to V1.7.
Red words are the modified section.
$ wget http://git.ingenic.cn:8082/bj/repo
$ chmod +x repo
$./repo init -u http://git.ingenic.cn/AOSP/platform/manifest -b android-4.3_r2.2-ingenic-4775
$ ./repo init -u http://git.ingenic.cn:8082/gerrit/AOSP/platform/manifest -b android-4.3_r2.2-ingenic-4775
$ repo sync
$ ./repo forall -c "git reset --hardingenic-android4.3.0-kernel3.0.8-mensa-v1.7-20140418"
New “repo init”command
---- Mensa Board ----
Android 4.3
$ ./repo init -u http://git.ingenic.cn:8082/gerrit/AOSP/platform/manifest -b android-4.3_r2.2-ingenic-4775
Android 4.1.2
$./repo init -u http://git.ingenic.cn:8082/gerrit/android/platform/manifest -b dev-ing-jb-local-4775 -m outside.xml
Linux3.0.8
$./repo init -u http://git.ingenic.cn:8082/gerrit/linux/manifest -m outside.xml
---- Grus Board ----
Android 4.1.2
$./repo init -u http://git.ingenic.cn:8082/gerrit/android/platform/manifest -b dev-ing-jb-local-4780 -m outside.xml
Linux3.0.8
$./repo init -u http://git.ingenic.cn:8082/gerrit/linux/manifest -m outside.xml
---- Newton Platform ----
Android 4.3
$./repo init -u http://git.ingenic.cn:8082/gerrit/AOSP/platform/manifest -b android-4.3-newton-4775
Linux 3.0.8
$./repo init -u http://git.ingenic.cn:8082/gerrit/linux/manifest.git -bnewton-master -m customer.xml
Notes:
1. If the domain name cannot be resolved, please replace git.ingenic.cn with the IP 60.173.247.205.The fifth line of repo script needs be modified too.
2. Make sure repo script has been re-downloaded. Old repo script cannot be used.
3. If you have downloaded the code already, please re-download.
Feedback
Thank you for your understanding. Any questions please feedback to support@ingenic.cn.