diff --git a/tools/hwpack/beaglebone.conf b/tools/hwpack/beaglebone.conf
index a0b3b9c9006e6857b38f4e2f9ca17b5ff6597827..ff9f2ad6894f7ea7e239ea775b959a16f99901fd 100644
--- a/tools/hwpack/beaglebone.conf
+++ b/tools/hwpack/beaglebone.conf
@@ -4,6 +4,10 @@
 #Bootloader Partition:
 conf_boot_fstype="fat"
 
+bootloader_location="fatfs_boot"
+spl_name="MLO"
+boot_name="u-boot.img"
+
 #Bootloader: u-boot features:
 
 #CONFIG_CMD_BOOTZ
@@ -20,3 +24,6 @@ conf_uboot_CONFIG_CMD_FS_GENERIC=1
 
 #uenvcmd avaiable?
 conf_uboot_use_uenvcmd=1
+
+#can the bootloader auto detect the device: (*.dtb)?
+uboot_fdt_auto_detection=1
\ No newline at end of file