u-boot on iMX.RT117x NOR

2024-02-01 Thread Alon Bar-Lev
Hi, I just found out that u-boot has some support for RT117x, this is great! I could not find a better forum to ask, I will appreciate a redirect. I need u-boot to boot from the SPI NOR flash, I have the EVKB evaluation board. The SPL that is generated is not ELF and no instructions of how to use

[U-Boot] [build] conflict of include/image.h with /usr/include/image.h

2014-08-04 Thread Alon Bar-Lev
proper solution? moving shared includes into own directory? Regards, Alon Bar-Lev ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Toradex Colibri PXA-320

2009-03-20 Thread Alon Bar-Lev
Danial Mach [1]. I will post the work as soon as I can. However, I need to make the PXA-320 board working too... One of the main issues is that this board has only NAND flash and it is not clear to me how much of the NAND is available during bootstrap. I appreciate any help, Alon Bar-Lev. [1

[U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
colibri boards, the name "colibri" for the board is the same as the name the linux kernel has for the Colibri PXA-270 board. Signed-off-by: Alon Bar-Lev [1] http://www.mail-archive.com/u-boot-users%40lists.sourceforge.net/msg01498.html --- diff --git a/Makefile b/Makefile index 49b83c

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
Hello, It was not my intention to add publicity my name, but provide a solution for users, as it took a lot of work to make it work without many changes from other implementation. Any way to do it using a reuse would be super, although this is not the only duplication in u-boot board tree... Alo

Re: [U-Boot] [PATCH] Add support to Colibri PXA-270 board

2009-04-07 Thread Alon Bar-Lev
I don't understand why you are so angry... There is no simple implementation of code reuse within the boards. You know the code much better than I do. Please free to drop this implementation. Alon. On Tue, Apr 7, 2009 at 9:22 PM, Detlev Zundel wrote: > Hi Alon, > >> It was not my intention to a

[U-Boot] [mips] malta configuration works in qemu-1.5 does not in qemu-1.6

2013-11-11 Thread Alon Bar-Lev
-g15c5cdf (Nov 10 2013 - 18:00:48) Board: MIPS Malta CoreLV (Qemu) DRAM: 256 MiB --- Any idea what the difference? any fix pending somewhere? Regards, Alon Bar-Lev ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [mips] malta configuration works in qemu-1.5 does not in qemu-1.6

2013-11-11 Thread Alon Bar-Lev
On Mon, Nov 11, 2013 at 12:25 PM, Gabor Juhos wrote: > > 2013.11.11. 10:52 keltezéssel, Daniel Schwierzeck írta: > > 2013/11/10 Alon Bar-Lev : > >> Hello, > >> > >> master is: 15c5cdf from Fri Nov 8 15:25:29 2013 -0500 > >> u-boot-2013.10 > &

[U-Boot] [ppc] qemu-ppce500 howto

2014-05-22 Thread Alon Bar-Lev
time 0x in ?? () (gdb) load u-boot Loading section .bootpg, size 0x2f4 lma 0xf0 Load failed How can I inject the firmware using gdb? Thanks! Alon Bar-Lev ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [ppc] qemu-ppce500 howto

2014-05-24 Thread Alon Bar-Lev
On Thu, May 22, 2014 at 12:04 PM, Alexander Graf wrote: > > > On 22.05.14 09:52, Alon Bar-Lev wrote: >> >> Hi, >> >> Trying to run the qemu-ppce500 within qemu. I am using -bios u-boot.bin and >> no luck, I get live signal. >> >> I am using

Re: [U-Boot] [ppc] qemu-ppce500 howto

2014-05-25 Thread Alon Bar-Lev
On Sun, May 25, 2014 at 1:08 PM, Alexander Graf wrote: > > > On 24.05.14 09:23, Alon Bar-Lev wrote: >> >> On Thu, May 22, 2014 at 12:04 PM, Alexander Graf wrote: >>> >>> >>> On 22.05.14 09:52, Alon Bar-Lev wrote: >>>> >>>&

Re: [U-Boot] [ppc] qemu-ppce500 howto

2014-05-25 Thread Alon Bar-Lev
On Sun, May 25, 2014 at 2:16 PM, Alexander Graf wrote: > > On 25.05.2014, at 13:10, Alon Bar-Lev wrote: > >> On Sun, May 25, 2014 at 1:08 PM, Alexander Graf wrote: >>> >>> >>> On 24.05.14 09:23, Alon Bar-Lev wrote: >>>> >&g

[U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-04 Thread Alon Bar-Lev
Hello, I am using malta board within qemu. I tried recent releases and master of both. Two years ago in qemu-1.5 and qemu-1.6 I could use erase and cp.b in order to erase and write to the flash. Now when I try to erase flash I get an error suggesting the erase failed, however, I do see 0xff all ov

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-05 Thread Alon Bar-Lev
addr be23 cmd d0 00d0 32bit x 32 bit flash_is_busy: 0 is= cmd 80(?) addr be23 is= 00800080 0080 Flash erase error at address be23 fwc addr be23 cmd ff 00ff 32bit x 32 bit done malta # On 5 July 2016 at 03:08, Alon Bar-Lev wrote: > > Hello, > > I am

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-05 Thread Alon Bar-Lev
address be23 > > fwc addr be23 cmd ff 00ff 32bit x 32 bit > > done > > > > --- > > > > user1@localhost ~/linux-course/embedded/qemu $ qemu-system-mips -M > > malta -nographic -net nic,netdev=eth0 -netdev > > tap,id=eth0,ifname=vm0,script=/

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-05 Thread Alon Bar-Lev
On 5 July 2016 at 20:05, Daniel Schwierzeck wrote: > > > Am 05.07.2016 um 18:50 schrieb Alon Bar-Lev: >> Thank you so much! >> Erase does not complain any more. > > please do not top-quote on a mailing list. > Sorry. >> >> However, write is not work

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-05 Thread Alon Bar-Lev
On 5 July 2016 at 20:34, Daniel Schwierzeck wrote: > > > Am 05.07.2016 um 19:17 schrieb Alon Bar-Lev: >> On 5 July 2016 at 20:05, Daniel Schwierzeck >> wrote: >>> >> >> >> Can you please try to copy from sector in flash to another as I've

Re: [U-Boot] [mips][cfi] Unable to write into flash under qemu

2016-07-10 Thread Alon Bar-Lev
On 5 July 2016 at 19:10, Daniel Schwierzeck wrote: > > Hi Alon, > > +cc Paul, Stefan > > Am 05.07.2016 um 14:04 schrieb Alon Bar-Lev: > > Hi, > > > > Found the debug setting. > > > > When I try to erase flash under qemu I get the following error, th