summaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorRyan Barnett <ryanbarnett3@gmail.com>2015-03-04 21:36:30 -0600
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-05 12:12:11 +0100
commit6884e5b912eb6ba427cfb13a0996592738107ec5 (patch)
treeab3f6d8178d198bffd1b101014498c1db5769edc /board/atmel
parent0734c6edb60220590a72fbd4d3465740ee138e41 (diff)
configs: update config for Atmel SAMA5D3 Xplained board
Update configuration to use the 3.18.8 kernel and update U-Boot to 2015.01. With the switch to 2015.01. use the U-Boot SPL image for the first stage bootloader instead of the at91bootstrap. The U-Boot SPL requires that the U-Boot image format be u-boot.img in order to load from the SD card. Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Tested-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board/atmel')
-rw-r--r--board/atmel/xplained/readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/atmel/xplained/readme.txt b/board/atmel/xplained/readme.txt
index e29a11688..63744dde9 100644
--- a/board/atmel/xplained/readme.txt
+++ b/board/atmel/xplained/readme.txt
@@ -52,8 +52,8 @@ sudo mount /dev/mmcblk0p2 /media/rootfs
Copy the bootloaders, kernel image and Device Tree blob to the first
partition:
-cp output/images/sama5d3_xplained-sdcardboot-uboot-3.6.2.bin /media/boot/boot.bin
-cp output/images/u-boot.bin /media/boot/u-boot.bin
+cp output/images/uboot-spl.bin /media/boot/boot.bin
+cp output/images/u-boot.img /media/boot/u-boot.img
cp output/images/zImage /media/boot/zImage
cp output/images/at91-sama5d3_xplained.dtb /media/boot/at91-sama5d3_xplained.dtb