Pārlūkot izejas kodu

More rpi4 tuning

Antony 4 gadi atpakaļ
vecāks
revīzija
f61a2812f6

+ 1 - 1
roles/netbootxyz/defaults/main.yml

@@ -79,7 +79,7 @@ memdisk_location: http://${boot_domain}/memdisk
 netbootxyz_conf_dir: /etc/netbootxyz
 netbootxyz_root: /var/www/html
 pciids_url: https://raw.githubusercontent.com/netbootxyz/pciids/master/pciids.ipxe
-pipxe_branch: testing
+pipxe_branch: master
 pipxe_repo: https://github.com/netbootxyz/pipxe
 pipxe_source_dir: /usr/src/pipxe
 releases:

+ 1 - 1
roles/netbootxyz/tasks/generate_disks_rpi.yml

@@ -63,4 +63,4 @@
         remote_src: True
       with_items:
         - { src: "sdcard.img", dest: "{{ bootloader_filename }}-rpi4.sdcard.img" }
-        - { src: "ipxe/src/bin-arm64-efi/rpi.efi", dest: "{{ bootloader_filename }}-rpi4-snp.efi" }
+        - { src: "ipxe/src/bin-arm64-efi/snp.efi", dest: "{{ bootloader_filename }}-rpi4-snp.efi" }

+ 1 - 1
roles/netbootxyz/templates/pipxe/Makefile-rpi4.j2

@@ -10,7 +10,7 @@ EFI_FD		:= Build/RPi4/$(EFI_BUILD)_$(EFI_TOOLCHAIN)/FV/RPI_EFI.fd
 
 IPXE_CROSS	:= aarch64-linux-gnu-
 IPXE_SRC	:= ipxe/src
-IPXE_TGT	:= bin-arm64-efi/rpi.efi
+IPXE_TGT	:= bin-arm64-efi/snp.efi
 IPXE_EFI	:= $(IPXE_SRC)/$(IPXE_TGT)
 
 SDCARD_MB	:= 32