Ubuntu24.04解决tinkerboard 2S打包arm64版本debian11 rootfs失败
报错
W: Failure trying to run: /sbin/ldconfig
W: See //debootstrap/debootstrap.log for details
原因
qemu-aarch64-static版本不匹配
解决
# docker下的ubuntu
# 安装add-apt-repository命令
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:jacob/virtualisation
sudo apt update
sudo apt upgrade