[U-Boot] SD card building

2014-01-31 Thread JYOTI DUBEY
I want to boot a fresh nitrogen6x board with uboot which I compiled recently.After a successful compilation I obtained u-boot.imx file which I wanted to bunn on my SD card for booting. I used dd if=u-boot.imx of=/dev/sdb bs=1k seek=1 copy u-boot.imx file on the SD card which gave me the following

Re: [U-Boot] SD card building

2014-01-31 Thread Michal Suchanek
Hello, Is this actually documented somewhere for u-boot? There is lots about writing to flash memories in the manual but MBR coexistence does not seem to be covered. u-boot is not written as a file but in a fixed location on the card where the i.MX6 looks for a bootloader. So you have on your

Re: [U-Boot] SD card building

2014-01-31 Thread Michal Suchanek
On 31 January 2014 13:58, Michal Suchanek hramr...@gmail.com wrote: Hello, Is this actually documented somewhere for u-boot? There is lots about writing to flash memories in the manual but MBR coexistence does not seem to be covered. u-boot is not written as a file but in a fixed location