How to make the LSDK flex-builder download Linux kernel packages faster?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to make the LSDK flex-builder download Linux kernel packages faster?

602 Views
ink-ai
Contributor I

Hi there,

I'm following "4.3.7 How to build linux itb based on custom kernel and various distro" to run:

$flex-builder -i mkitb -r ubuntu:main -a arm64 -m ls1043ardb -b sd
INSTRUCTION: mkitb
DISTRO TYPE: ubuntu
DISTRO SCALE: main
DESTARCH: arm64
MACHINE: ls1043ardb
BOOTTYPE: sd
building dependent /home/ying/projects/flexbuild_lsdk2012/build/linux/kernel/arm64/LS/Image
COMPONENT: linux
DESTARCH: arm64
PORTFOLIO: LS
CONFIGLIST: build_lsdk.cfg
make: Entering directory '/home/ying/projects/flexbuild_lsdk2012'
make[1]: Entering directory '/home/ying/projects/flexbuild_lsdk2012/packages/linux'
Cloning into '/home/ying/projects/flexbuild_lsdk2012/packages/linux/linux'...
remote: Enumerating objects: 9308253, done.
Receiving objects: 19% (1825977/9308253), 1.01 GiB | 128.00 KiB/s

But it is very slow. 20% for 5 hrs.

Is there any way to make this faster?

Thanks!

Tags (3)
0 Kudos
1 Reply

586 Views
yipingwang
NXP TechSupport
NXP TechSupport

The bottleneck is low network bandwidth, so there is no method to make "git clone" faster.

0 Kudos