flexbuild_lsdk2012 ls1046a

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

flexbuild_lsdk2012 ls1046a

1,445 Views
hongyuanz
Contributor IV

Often git clone fails and can download the source package directly and put it in a directory. Or some other way.

 

root@nxp:/home/user/flexbuild_lsdk2108/components/linux/linux# flex-builder -i mkfw -a arm64 -m ls1046ardb -b sd
MACHINE: ls1046ardb
BOOTTYPE: sd
COMPONENT: atf
BOOTTYPE: sd
MACHINE: ls1046ardb
BUILDARG: uefi
make: Entering directory '/home/user/flexbuild_lsdk2108'
make[1]: Entering directory '/home/user/flexbuild_lsdk2108/packages/firmware'
Building ATF LSDK-21.08 for ls1046ardb
make[2]: Entering directory '/home/user/flexbuild_lsdk2108/components/firmware/atf'
REALCLEAN
make[2]: Leaving directory '/home/user/flexbuild_lsdk2108/components/firmware/atf'
make[1]: Leaving directory '/home/user/flexbuild_lsdk2108/packages/firmware'
make: Leaving directory '/home/user/flexbuild_lsdk2108'
COMPONENT: atf
BOOTTYPE: sd
MACHINE: ls1046ardb
SECURE: y
BUILDARG: uefi
make: Entering directory '/home/user/flexbuild_lsdk2108'
make[1]: Entering directory '/home/user/flexbuild_lsdk2108/packages/firmware'
Building ATF LSDK-21.08 for ls1046ardb
make[2]: Entering directory '/home/user/flexbuild_lsdk2108/components/firmware/atf'
REALCLEAN
make[2]: Leaving directory '/home/user/flexbuild_lsdk2108/components/firmware/atf'
make[1]: Leaving directory '/home/user/flexbuild_lsdk2108/packages/firmware'
make: Leaving directory '/home/user/flexbuild_lsdk2108'
COMPONENT: bin_firmware
make: Entering directory '/home/user/flexbuild_lsdk2108'
make[1]: Entering directory '/home/user/flexbuild_lsdk2108/packages/firmware'
Build fm_ucode [Done]
Build qe_ucode [Done]
Build mc_bin [Done]
make[2]: Entering directory '/home/user/flexbuild_lsdk2108/components/firmware/mc_utils/config'
make[2]: Leaving directory '/home/user/flexbuild_lsdk2108/components/firmware/mc_utils/config'
Build mc_utils [Done]
Build phy_cortina [Done]
Build phy_inphi [Done]
Cloning into '/home/user/flexbuild_lsdk2108/components/firmware/pfe_bin'...
fatal: unable to access 'https://github.com/nxp/qoriq-engine-pfe-bin.git/': Failed to connect to github.com port 443: Connection timed out
make[1]: *** [layerscape_firmware.mk:152: pfe_bin] Error 128
make[1]: Leaving directory '/home/user/flexbuild_lsdk2108/packages/firmware'
make: *** [Makefile:19: bin_firmware] Error 2
make: Leaving directory '/home/user/flexbuild_lsdk2108'
root@nxp:/home/user/flexbuild_lsdk2108/components/linux/linux#

0 Kudos
Reply
1 Reply

1,441 Views
yipingwang
NXP TechSupport
NXP TechSupport

There is problem with your networking environment to access https://github.com/nxp/qoriq-engine-pfe-bin.git/.

You could copy the attached tar ball to folder flexbuild_lsdk2108/components/firmware, then execute the following commands.

$ tar -xzvf pfe_bin.tar.gz

$ rm pfe_bin.tar.gz

Continue to run the following command.

# flex-builder -i mkfw -m ls1046ardb -b sd

 

0 Kudos
Reply