Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Peter Korsgaard
> "Lennart" == Lennart Sorensen writes: Hi, >> So all: >> >> omap4 >> omap5 >> am335x >> am43xx >> am57x > Does it work to have a partition table and to have the u-boot code raw > at 128KiB? I was under the impression that didn't work, but did not > try it. I should give it a tr

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Mon, Dec 08, 2014 at 04:07:58PM -0600, Robert Nelson wrote: > u-boot.img? No, we need u-boot SPL (MLO) to setup the memory to load > the final u-boot.img binary. (or just enable u-boot's falcon mode, > but that's less generic as everything is setup in the MLO binary by > default) Well yes the

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Robert Nelson
> Does it work to have a partition table and to have the u-boot code raw > at 128KiB? I was under the impression that didn't work, but did not > try it. I should give it a try sometime. u-boot.img? No, we need u-boot SPL (MLO) to setup the memory to load the final u-boot.img binary. (or just en

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Mon, Dec 08, 2014 at 12:27:29PM -0600, Robert Nelson wrote: > Well from: > http://www.ti.com/lit/pdf/swpu249 > > SWPU249AB OMAP543x Technical Reference Manual > > (non public, so you have to register with ti, etc..) > > Page 5959: > > > 28.3.7.6.4 Read Sector Procedure > The contents of an

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Robert Nelson
On Mon, Dec 8, 2014 at 11:30 AM, Lennart Sorensen wrote: > On Sat, Dec 06, 2014 at 01:07:35PM -0600, Robert Nelson wrote: >> omap bootrom's with the introduction of the omap4 can be dd'ed liked >> sunxi/i.mx5/5.. >> >> dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k >> dd if=u-boot.img o

Re: Providing (armhf) u-boot images together with d-i images?

2014-12-08 Thread Lennart Sorensen
On Sat, Dec 06, 2014 at 01:07:35PM -0600, Robert Nelson wrote: > omap bootrom's with the introduction of the omap4 can be dd'ed liked > sunxi/i.mx5/5.. > > dd if=MLO of=/dev/sdX count=1 seek=1 conv=notrunc bs=128k > dd if=u-boot.img of=/dev/sdX count=2 seek=1 conv=notrunc bs=384k omap5 seems to h