BUILDING IMAGE FOR build_u-boot debian-installer git tree head: f0e2776b887ce8c18bf423873536f7fe8731742a mkdir -p ./dest/u-boot// for target in a64-olinuxino nanopi_neo2 orangepi_one_plus orangepi_zero_plus2 pine64_plus pinebook teres_i ; do \ echo "Providing u-boot binaries for $target ..." ; \ gen-hd-image -v -b firmware -o ./dest/u-boot//${target}.img ; \ TARGET=/usr/lib/u-boot/${target} u-boot-install-sunxi ./dest/u-boot//${target}.img ; \ pigz -9nmf ./dest/u-boot//${target}.img ; \ update-manifest "./dest/u-boot//${target}.gz" "u-boot image for ${target}" ; \ done Providing u-boot binaries for a64-olinuxino ... gen-hd-image: Starting to generate image ./dest/u-boot//a64-olinuxino.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/a64-olinuxino/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/a64-olinuxino.img 99+1 records in 99+1 records out 817413 bytes (817 kB, 798 KiB) copied, 0.00430782 s, 190 MB/s Providing u-boot binaries for nanopi_neo2 ... gen-hd-image: Starting to generate image ./dest/u-boot//nanopi_neo2.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/nanopi_neo2/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/nanopi_neo2.img 96+1 records in 96+1 records out 792933 bytes (793 kB, 774 KiB) copied, 0.00429454 s, 185 MB/s Providing u-boot binaries for orangepi_one_plus ... gen-hd-image: Starting to generate image ./dest/u-boot//orangepi_one_plus.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/orangepi_one_plus/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/orangepi_one_plus.img 89+1 records in 89+1 records out 734241 bytes (734 kB, 717 KiB) copied, 0.00426134 s, 172 MB/s Providing u-boot binaries for orangepi_zero_plus2 ... gen-hd-image: Starting to generate image ./dest/u-boot//orangepi_zero_plus2.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/orangepi_zero_plus2/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/orangepi_zero_plus2.img 96+1 records in 96+1 records out 793221 bytes (793 kB, 775 KiB) copied, 0.00469623 s, 169 MB/s Providing u-boot binaries for pine64_plus ... gen-hd-image: Starting to generate image ./dest/u-boot//pine64_plus.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/pine64_plus/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/pine64_plus.img 104+1 records in 104+1 records out 859793 bytes (860 kB, 840 KiB) copied, 0.00450654 s, 191 MB/s Providing u-boot binaries for pinebook ... gen-hd-image: Starting to generate image ./dest/u-boot//pinebook.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/pinebook/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/pinebook.img 100+1 records in 100+1 records out 823089 bytes (823 kB, 804 KiB) copied, 0.00429762 s, 192 MB/s Providing u-boot binaries for teres_i ... gen-hd-image: Starting to generate image ./dest/u-boot//teres_i.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing U-Boot image /usr/lib/u-boot/teres_i/u-boot-sunxi-with-spl.bin to /home/d-i/di/build/installer-LC5eA6/checkout/build/dest/u-boot/teres_i.img 97+1 records in 97+1 records out 800925 bytes (801 kB, 782 KiB) copied, 0.00423166 s, 189 MB/s for target in firefly-rk3399 pinebook-pro-rk3399 rockpro64-rk3399 rock64-rk3328 rock-pi-4-rk3399 ; do \ echo "Providing u-boot binaries for $target ..." ; \ gen-hd-image -v -p 32768 -b firmware -o ./dest/u-boot//${target}.img ; \ TARGET=/usr/lib/u-boot/${target} u-boot-install-rockchip ./dest/u-boot//${target}.img ; \ pigz -9nmf ./dest/u-boot//${target}.img ; \ update-manifest "./dest/u-boot//${target}.gz" "u-boot image for ${target}" ; \ done Providing u-boot binaries for firefly-rk3399 ... gen-hd-image: Starting to generate image ./dest/u-boot//firefly-rk3399.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 316+0 records in 316+0 records out 161792 bytes (162 kB, 158 KiB) copied, 0.00101224 s, 160 MB/s Writing u-boot image 2130+0 records in 2130+0 records out 1090560 bytes (1.1 MB, 1.0 MiB) copied, 0.0041099 s, 265 MB/s Providing u-boot binaries for pinebook-pro-rk3399 ... gen-hd-image: Starting to generate image ./dest/u-boot//pinebook-pro-rk3399.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 384+0 records in 384+0 records out 196608 bytes (197 kB, 192 KiB) copied, 0.00116341 s, 169 MB/s Writing u-boot image 2298+0 records in 2298+0 records out 1176576 bytes (1.2 MB, 1.1 MiB) copied, 0.00678592 s, 173 MB/s Providing u-boot binaries for rockpro64-rk3399 ... gen-hd-image: Starting to generate image ./dest/u-boot//rockpro64-rk3399.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 376+0 records in 376+0 records out 192512 bytes (193 kB, 188 KiB) copied, 0.00110841 s, 174 MB/s Writing u-boot image 2333+0 records in 2333+0 records out 1194496 bytes (1.2 MB, 1.1 MiB) copied, 0.00652088 s, 183 MB/s Providing u-boot binaries for rock64-rk3328 ... gen-hd-image: Starting to generate image ./dest/u-boot//rock64-rk3328.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 260+0 records in 260+0 records out 133120 bytes (133 kB, 130 KiB) copied, 0.000869245 s, 153 MB/s Writing u-boot image 1804+0 records in 1804+0 records out 923648 bytes (924 kB, 902 KiB) copied, 0.00513175 s, 180 MB/s Providing u-boot binaries for rock-pi-4-rk3399 ... gen-hd-image: Starting to generate image ./dest/u-boot//rock-pi-4-rk3399.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 376+0 records in 376+0 records out 192512 bytes (193 kB, 188 KiB) copied, 0.00111153 s, 173 MB/s Writing u-boot image 2519+0 records in 2519+0 records out 1289728 bytes (1.3 MB, 1.2 MiB) copied, 0.00729932 s, 177 MB/s for target in puma-rk3399 ; do \ echo "Providing u-boot binaries for $target ..." ; \ gen-hd-image -v -p 32768 -b firmware -o ./dest/u-boot//${target}.img ; \ TARGET=/usr/lib/u-boot/${target} UBOOT_OFFSET=512 u-boot-install-rockchip ./dest/u-boot//${target}.img ; \ pigz -9nmf ./dest/u-boot//${target}.img ; \ update-manifest "./dest/u-boot//${target}.gz" "u-boot image for ${target}" ; \ done Providing u-boot binaries for puma-rk3399 ... gen-hd-image: Starting to generate image ./dest/u-boot//puma-rk3399.img ... gen-hd-image: Building partition table ... gen-hd-image: Image finished. Writing idbloader 392+0 records in 392+0 records out 200704 bytes (201 kB, 196 KiB) copied, 0.00116149 s, 173 MB/s Writing u-boot image 2191+0 records in 2191+0 records out 1121792 bytes (1.1 MB, 1.1 MiB) copied, 0.00619223 s, 181 MB/s # Ensure build results have reproducible mtimes