Hi, I exactly follow you guide and get the compilation result. But when boot from the sd card, I got the error message: ** Unable to read file system.dtb ** Error: "distro_bootcmd" not defined I also generate the system.dtb(u said the op...
#if defined(CONFIG_DM_PCI) #define BOOTENV_RUN_NET_PCI_ENUM "run boot_net_pci_enum; " #define BOOTENV_RUN_PCI_ENUM "run boot_pci_enum; " #define BOOTENV_SHARED_PCI \ "boot_net_pci_enum=pci enum\0" "boot_pci_enum=pci enum\0" #else #define BOOTENV_RUN_NET_PCI_ENUM #define...
_NAME_UBIFS \ BOOT_TARGET_DEVICES_references_UBIFS_without_CONFIG_CMD_UBIFS #endif #ifdef CONFIG_EFI_LOADER #if defined(CONFIG_ARM64) #define BOOTEFI_NAME "bootaa64.efi" #elif defined(CONFIG_ARM) #define BOOTEFI_NAME "bootarm.efi" #endif #endif #ifdef BOOTEFI_NAME #if d...