Re: [U-Boot] arm: mvebu: ClearFog: booting u-boot from ssd?

2018-02-22 Thread Stefan Roese
Hi Florian, On 22.02.2018 15:52, Florian Klink wrote: According to the clearfog wiki and uboot-armada38x src tree, there are separate images for sd and sata, with the makefile there calling $(obj)tools/marvell/doimage -T mmc -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.bin u-boot.bin

Re: [U-Boot] arm: mvebu: ClearFog: booting u-boot from ssd?

2018-02-22 Thread Florian Klink
Hey Stefan, According to the clearfog wiki and uboot-armada38x src tree, there are separate images for sd and sata, with the makefile there calling $(obj)tools/marvell/doimage -T mmc -D 0x0 -E 0x0 -G $(obj)tools/marvell/bin_hdr/bin_hdr.bin u-boot.bin u-boot.mmc vs $(obj)tools/marvell/doimage

Re: [U-Boot] arm: mvebu: ClearFog: booting u-boot from ssd?

2018-02-22 Thread Stefan Roese
Hi Florian, On 16.02.2018 11:23, Florian Klink wrote: Hey, I tried getting ClearFog to load u-boot from a M.2 SSD (via SATA) So I built u-boot-spl.kwb make clearfog_defconfig make -j4 ARCH=arm CROSS_COMPILE=arm-none-eabi- dd'ed it on the SSD:  dd if=u-boot-spl.kwb of=/dev/sdX bs=512

[U-Boot] arm: mvebu: ClearFog: booting u-boot from ssd?

2018-02-16 Thread Florian Klink
Hey, I tried getting ClearFog to load u-boot from a M.2 SSD (via SATA) So I built u-boot-spl.kwb make clearfog_defconfig make -j4 ARCH=arm CROSS_COMPILE=arm-none-eabi- dd'ed it on the SSD: dd if=u-boot-spl.kwb of=/dev/sdX bs=512 seek=1 changed SW1 dip to 11100, and got this: BootROM -