Hi Community
We are trying to build the fsl-image-base using bitbake, but we are getting lot of checksum errors.
Here are the followed steps to build the image:
1. mkdir ~/bin
2. curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
3. chmod a+x ~/bin/repo
4. PATH=${PATH}:~/bin
5. mkdir fsl-auto-yocto-bsp
6. cd fsl-auto-yocto-bsp
7. repo init -u https://github.com/nxp-auto-linux/auto_yocto_bsp -b release/bsp35.0
8. repo sync
9. ./sources/meta-alb/scripts/host-prepare.shsource nxp-setup-alb.sh -m s32g274aevb
10. bitbake fsl-image-base
=================
Build Configuration:
BB_VERSION = "1.48.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-20.04"
TARGET_SYS = "aarch64-fsl-linux"
MACHINE = "s32g274aevb"
DISTRO = "fsl-auto"
DISTRO_VERSION = "33.0"
TUNE_FEATURES = "aarch64 armv8a crc cortexa53 crypto"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "HEAD:6a751048e50c00261d99c2d8d69534f7a8da38a9"
meta-oe
meta-multimedia
meta-python = "HEAD:f3f7a5f1a4713f145107bb043e0d14cb3a51c62f"
meta-python2 = "HEAD:3fae17aece0e6d82f56965fe501bf7080c671df8"
meta-networking
meta-gnome
meta-filesystems
meta-webserver
meta-perl
meta-xfce = "HEAD:f3f7a5f1a4713f145107bb043e0d14cb3a51c62f"
meta-virtualization = "HEAD:fa093228c02c4a42da1f9abb77c4c57d70d5a212"
meta-optee = "HEAD:fb96032b38e3064290ab0891238c92d47a45f151"
meta-security = "HEAD:3daf99fd138b0eebe864bbe1b9c71241d97c4512"
meta-freescale = "HEAD:41d4f625c6db7a778f0f9a735c2cb48e023bc49b"
meta-alb = "HEAD:0b34c281628625665829d1969d86bc179a8c6d96"
Hereby attached the error screenshots.
Thanks in advance...
Best Regards
Shyamsunder K