Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2019-04-04 Thread Alexander Dahl
Hello Michael, I tried something you proposed, but it does not work yet, will proceed tomorrow. I started this mail with some now obsolete info, but wrote some more things, which I do not want to throw away once written. See below. Am Dienstag, 16. Oktober 2018, 14:26:10 CEST schrieb Michael

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Alexander Dahl
Hello, Am Dienstag, 16. Oktober 2018, 14:26:10 CEST schrieb Michael Olbrich: > On Tue, Oct 16, 2018 at 01:27:13PM +0200, Alexander Dahl wrote: > > Am Dienstag, 16. Oktober 2018, 10:58:50 CEST schrieb Denis OSTERLAND: > > > Am Mittwoch, den 10.10.2018, 14:03 +0200 schrieb Ahmad Fatoum: > > > >

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Michael Olbrich
On Tue, Oct 16, 2018 at 01:27:13PM +0200, Alexander Dahl wrote: > Am Dienstag, 16. Oktober 2018, 10:58:50 CEST schrieb Denis OSTERLAND: > > Am Mittwoch, den 10.10.2018, 14:03 +0200 schrieb Ahmad Fatoum: > > > +ifdef PTXCONF_U_BOOT_ENV > > > + @$(U_BOOT_DIR)/tools/mkenvimage \ > > > +

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Alexander Dahl
Hei hei, Am Dienstag, 16. Oktober 2018, 10:58:50 CEST schrieb Denis OSTERLAND: > Am Mittwoch, den 10.10.2018, 14:03 +0200 schrieb Ahmad Fatoum: > > +ifdef PTXCONF_U_BOOT_ENV > > + @$(U_BOOT_DIR)/tools/mkenvimage \ > > + $(U_BOOT_ENV_FLAGS) -s $(PTXCONF_U_BOOT_ENV_IMAGE_SIZE) \ > > +

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Alexander Dahl
Hello, Am Mittwoch, 10. Oktober 2018, 14:03:37 CEST schrieb Ahmad Fatoum: > U-Boot can be configured at compile-time to expect the environment at a > set offset of e.g. the MMC. This does not describe what the patch adds. You generate a binary image and extend ptxdist to do that at compile

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Denis OSTERLAND
Hi Ahmad, Am Mittwoch, den 10.10.2018, 14:03 +0200 schrieb Ahmad Fatoum: > U-Boot can be configured at compile-time to expect the environment at a > set offset of e.g. the MMC. > > Signed-off-by: Ahmad Fatoum > --- >  platforms/u-boot.in | 27 +++ >  rules/u-boot.make   |

Re: [ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-16 Thread Michael Olbrich
On Wed, Oct 10, 2018 at 02:03:37PM +0200, Ahmad Fatoum wrote: > U-Boot can be configured at compile-time to expect the environment at a > set offset of e.g. the MMC. > > Signed-off-by: Ahmad Fatoum > --- > platforms/u-boot.in | 27 +++ > rules/u-boot.make | 32

[ptxdist] [PATCH 6/7] u-boot: allow generation of custom environment binary

2018-10-10 Thread Ahmad Fatoum
U-Boot can be configured at compile-time to expect the environment at a set offset of e.g. the MMC. Signed-off-by: Ahmad Fatoum --- platforms/u-boot.in | 27 +++ rules/u-boot.make | 32 2 files changed, 59 insertions(+) diff --git