LSDK failed to build debian devel (bullseye)

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

LSDK failed to build debian devel (bullseye)

705 Views
tsungmin_wang
Contributor III

Hi NXP,

OS: Ubuntu 20.04

LSDK: 20.08

 

I was trying to build rootfs for debian devel bullseye with this command

flex-builder -i mkrfs -r debian:devel:bullseye -a arm64

 

But, it would show this error in  build/rfs/rootfs_lsdk2108_debian_devel_arm64/debootstrap/debootstrap.log

qemu: uncaught target signal 11 (Segmentation fault) - core dumped

 

I have tested to do this step by step, but I got the same error

sudo debootstrap --foreign --arch arm64 bullseye  ./ http://deb.debian.org/debian/
sudo chroot ./ /debootstrap/debootstrap --merged-usr --variant=minbase --second-stage
0 Kudos
1 Reply

675 Views
yipingwang
NXP TechSupport
NXP TechSupport

This is a known upstream Debian 11 (bullseye) issue for arm64 arch, it only works for x86 arch for now, it needs to be fixed by upstream Debian community, that is why keep using Debian 10 (buster) instead of uprev to debian 11 (bullseye) in flexbuild.

0 Kudos