Re: [U-Boot] u-boot ubifsload & verify uImage

2017-09-12 Thread Johann Obermayr
Hello Heiko, Thank you very much. I think iminfo is the one I've been looking for Regards Johann -Ursprüngliche Nachricht- Von: Heiko Schocher [mailto:h...@denx.de] Gesendet: Dienstag, 12. September 2017 10:43 An: Johann Obermayr <johann.oberm...@sigmatek.at> Cc: U-Boot Mailin

[U-Boot] u-boot ubifsload & verify uImage

2017-09-12 Thread Johann Obermayr
Hello, we use ubifsload to load the uImage and start it with bootm Is there a way to verify the uImage file ? Sometime we have the problem, that uImage is corrupt (powerdown while update) Thanx Johann ___ U-Boot mailing list U-Boot@lists.denx.de

[U-Boot] dtoverlay for mx6 ARM

2015-06-11 Thread Johann Obermayr
Hello, for raspberyy pi there are some features available. dtoverlay, dtparam, ... we have a Freescale mx6 CPU. How we can add/enable this features ? regards Johann ___ U-Boot mailing list U-Boot@lists.denx.de

Re: [U-Boot] dtoverlay for mx6 ARM

2015-06-11 Thread Johann Obermayr
Am 11.06.2015 um 22:13 schrieb Jakub Kiciński: On Thu, 11 Jun 2015 21:49:57 +0200, Johann Obermayr wrote: Hello, Hi there, for raspberyy pi there are some features available. dtoverlay, dtparam, ... we have a Freescale mx6 CPU. How we can add/enable this features ? I'm new to U-Boot

[U-Boot] use CONFIG_PRE_CONSOLE_BUFFER

2014-08-13 Thread Johann Obermayr
Hello, i will use CONFIG_PRE_CONSOLE_BUFFER and have some trouble. myboard.h #define CONFIG_PRE_CONSOLE_BUFFER #define CONFIG_PRE_CON_BUF_SZ4096 #ifndef __ASSEMBLY__ extern char preConsoleBuffer[] __attribute__ ((section(.data))); #define CONFIG_PRE_CON_BUF_ADDR