dumtux / Allwinner-H616

🔥 Linux SDK for Allwinner H616, based on armbian-build
https://pcbcrew.com
GNU General Public License v2.0
33 stars 6 forks source link

Build a Ubuntu Jammy image #5

Open windskyxb opened 4 months ago

windskyxb commented 4 months ago

I wanted to build a Ubuntu Jammy image, so I modified scripts/main.sh to change RELEASE= "bullseye" to RELEASE= "jammy" But when I executed sudo. /build.sh for a period of time, the system prompted the following error: E: Couldn't download http://localhost:3142/mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/dists/jammy/main/binary-arm64/Packages [ error ] ERROR in function create_rootfs_cache [ error ] Debootstrap base system for current h616 jammy first stage failed [ o.k. ] Process terminated /home/zhouhua/Allwinner-H616-develop/scripts/image-helpers.sh: line 52: get_extension_hook_stracktrace: command not found [ error ] unmount_on_exit() called! [ o.k. ] Unmounting [ /home/zhouhua/Allwinner-H616-develop/.tmp/rootfs-c4d132a1-c67a-4885-aea3-f7981ed3b35b/ ] [ error ] ERROR in function unmount_on_exit [ error ] debootstrap-ng was interrupted [ o.k. ] Process terminated How can I solve this problem? image

dumtux commented 4 weeks ago

I haven't try Jammy by myself. If you made progress in building it, please open a pull request. Thank you.