You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use a Dockerfile to assemble a GPT image, with a single FAT32 partition, containing the files in the fat32-root directory
146
143
# This is common across all GPT-based bootable media; the only difference is the ESP flag, which is set for UEFI bootable media but not for Rockchip/RaspberryPi
147
144
# The u-boot binaries are written _later_ in the process, after the image is created, using Armbian's helper scripts.
log_tree "${fat32_root_dir}""debug""State of the FAT32 directory post-moving DTBs"
51
51
@@ -54,18 +54,11 @@ function build_bootable_rpi_firmware() {
54
54
rpi_write_config_txt "${fat32_root_dir}"
55
55
rpi_write_cmdline_txt "${fat32_root_dir}"
56
56
57
-
# Show the state
58
-
du -h -d 1 "${bootable_base_dir}"
59
-
tree "${bootable_base_dir}"
60
-
61
57
# Use a Dockerfile to assemble a GPT image, with a single FAT32 partition, containing the files in the fat32-root directory
62
58
# This is common across all GPT-based bootable media; the only difference is the ESP flag, which is set for UEFI bootable media but not for Rockchip/RaspberryPi
63
59
# The u-boot binaries are written _later_ in the process, after the image is created, using Armbian's helper scripts.
0 commit comments