Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Fabio Estevam
On Wed, Oct 29, 2014 at 12:34 PM, DaveKucharczyk wrote: > Fabio Estevam-2 wrote >> This command is not correct. You missed the bs=512 part. >> >> It should be: >> >> dd if=u-boot.imx of=/dev/sdX bs=512 seek=2; sync > > Sorry, I forgot the block size in my original email. Yes, I do include > bs=512

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Stefano Babic
Hi Dave, On 29/10/2014 14:52, DaveKucharczyk wrote: > I was able to build using V=1 and noticed the entry point, > CONFIG_SYS_TEXT_BASE, wasn't defined in include/configs/mx53_xxx.h file. We > previously had it defined in /board/freescale/mx53_xxx/config.mk. Now > everything builds without error.

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Fabio Estevam-2 wrote > This command is not correct. You missed the bs=512 part. > > It should be: > > dd if=u-boot.imx of=/dev/sdX bs=512 seek=2; sync Sorry, I forgot the block size in my original email. Yes, I do include bs=512. That is not the problem. I'm going through all the README's aga

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread Fabio Estevam
On Wed, Oct 29, 2014 at 11:52 AM, DaveKucharczyk wrote: > I’ve triple checked the pads and flash header. I dd the resulting, > non-padded, u-boot.imx image to sd card by “dd if=u-boot.imx of=/dev/sdd > seek=2 && sync”, but I get no life. This command is not correct. You missed the bs=512 part.

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-29 Thread DaveKucharczyk
Simon, thank you for your help. Simon Glass-3 wrote > BTW best not to have this in your sig when sending to a public mailing > list. I have no control of over my company's email signature so I switched my subscription to use gmail. Simon Glass-3 wrote > There are only 3 places in mkimage.c which

Re: [U-Boot] MKIMAGE u-boot.imx build error

2014-10-27 Thread Simon Glass
Hi David, On 27 October 2014 12:18, Kucharczyk, David wrote: > Hi, I am in the middle of upgrading u-boot-2009.08 to u-boot-2014.07. Our > resident u-boot expert is on vacation and I'm running into some issues. After > working through a ton of compile errors I think I'm getting close. > > Our s