From fe3f79349de32ec32c4d662bc5b0e4f4de106b00 Mon Sep 17 00:00:00 2001 From: vidal Date: Mon, 27 Oct 2025 10:05:04 +0100 Subject: [PATCH] Ajouter Home --- Home.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..1aa6be0 --- /dev/null +++ b/Home.md @@ -0,0 +1,19 @@ +# Building up of Raspberry-pi images + +## Cleaning code + +The scrips have been created for raspberries-Pi 3 long time ago they need some cleaning : +* Where are the repositories if we do not want to compile kernels +* Where are other repositories with binaries (firmware... etc) +* Is there an official raspberry deposit for the kenel different from [this one](https://github.com/raspberrypi/linux) + +## Necessary enhancements + +Building fails with the message : + +```ssh +++ chroot /home/vidal/Nano-Ordinateurs/RaspberryPi/RpiGenImage/Images/trixie/build/chroot mkinitramfs -o /boot/firmware/initramfs-6.12.55-v7 6.12.55-v7 +W: Couldn't identify type of root file system '/dev/sda1' for fsck hook +mkinitramfs: copy_file: binary '/usr/lib/*-linux-gnu/liblzma.so.5' not found +E: /usr/share/initramfs-tools/hooks/kmod failed with return 1. +``` \ No newline at end of file