[U-Boot] imx6 nand support in u-boot

2016-04-06 Thread Maxim Podbereznyy
Hi! I have a custom imx6q board with NAND сhip (MT29F2G08ABAEA). I've already compiled a few u-boot versions from different vendors and repositories including Freescale, Boundary and Denx mainline. I have to mention that in all repositories I use nitrogen6x board as reference because it has simi

[U-Boot] omap3 nand boot issue

2014-08-12 Thread Maxim Podbereznyy
Hi! I have a custom board based on OMAP3530 with Micron MT29F2G16ABBEAH4-IT:E nand flash installed. The problem is that when I flash MLO/u-boot.img to NAND the CPU does not boot from this NAND although it boots fine from a 2Gb NAND used in previous configurations. Here is what u-boot knows about

[U-Boot] usb keyboard

2013-05-06 Thread Maxim Podbereznyy
Hi! I'm using Beagleboard and need to have access to u-boot without a console cable. Is it possible to operate u-boot with a USB keyboard and the display output to a DVI display which is currently available only when Linux boots. Thanks! -- LinkedIn - http://www.linkedin.com/in/maximpodbereznyy

[U-Boot] [PATCH 1/1] Add support for new SomIQ-AM37 system on module from MENTOREL Ltd SomIQ-AM37 is based on TI AM37/DM37 processors

2013-01-24 Thread Maxim Podbereznyy
From: Maxim Podberezny Signed-off-by: Maxim Podberezny --- :100644 100644 a676b6d... 817e0e6... M arch/arm/include/asm/mach-types.h :00 100644 000... 018142a... A board/mentorel/somiq_am37/Makefile :00 100644 000... 3a974bd... A board/mentorel/somiq_am37/somiq_am37.c :00

[U-Boot] [PATCH 0/1] Add support for new SomIQ-AM37 system on module

2013-01-24 Thread Maxim Podbereznyy
From: Maxim Podberezny This patch add support for a SOM SomIQ-AM37 based on TI AM37/DM37 precessors. SomIQ-AM37 design is based on Beagleboard-xM schematic Maxim Podberezny (1): Add support for new SomIQ-AM37 system on module from MENTOREL Ltd SomIQ-AM37 is based on TI AM37/DM37 proces

Re: [U-Boot] how to create patches for mailing

2013-01-24 Thread Maxim Podbereznyy
24, 2013 at 13:10:56, Maxim Podbereznyy wrote: > > Hi! > > > > I want to add a new board support to u-boot. So I did the following: > > > > 1) git clone git://git.denx.de/u-boot.git u-boot-dev > > 2) modified existing files, added new > > Use "git commit&

[U-Boot] how to create patches for mailing

2013-01-23 Thread Maxim Podbereznyy
Hi! I want to add a new board support to u-boot. So I did the following: 1) git clone git://git.denx.de/u-boot.git u-boot-dev 2) modified existing files, added new 3) built the tree for my board, beagle and overo - OK 4) git format-patch - nothing happens are there any step by step instructions

[U-Boot] u-boot-2011.12-r3 build fails without CONFIG_CMD_NET

2012-02-20 Thread Maxim Podbereznyy
Hi! I found that if CONFIG_CMD_NET is undefined in a config file then the build is broken. Tested for Beagleboard and Overo. net/libnet.o: In function `rpc_req': /home/maxx/OE/setup-scripts/build/tmp-angstrom_2010_x-eglibc/work/beagleboard-angstrom-linux-gnueabi/3.0.17/u-boot-2011.12-r3/git/net/n

Re: [U-Boot] I'm new to U-boot, need help on U-boot porting on SMDK6410

2010-06-28 Thread Maxim Podbereznyy
register at Samsung and download all necessary software from their intranet 2Minkyu: sorry for personal mail :) 2010/6/29 Minkyu Kang > Dear Sudipta, > > On 28 June 2010 21:11, wrote: > > Hi, > > I'm Sudipta from India. I'm new to U-boot. I'm looking forward to port > > U-boot onto a Samsung

[U-Boot] at91 i2c support

2010-05-25 Thread Maxim Podbereznyy
Hi folks! I can't find a support for i2c functionality in u-boot 1.3.4. I've found a discussion of such patches from Jean-Christophein in March 2009 and still no code in u-boot. Where can I find experimental or any i2c patches for u-boot? regards, Max