Re: [U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
On Tuesday 25 August 2009 02:11:36 pm Wolfgang Denk wrote: > Dear E Robertson, > > In message <200908251403.20809.e.robertson@gmail.com> you wrote: > > I am using the at91sam9263 device from which the bootstrap code load > > u-boot to the desired ram address.

Re: [U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
On Tuesday 25 August 2009 02:11:36 pm Wolfgang Denk wrote: > Dear E Robertson, > > In message <200908251403.20809.e.robertson@gmail.com> you wrote: > > I am using the at91sam9263 device from which the bootstrap code load > > u-boot to the desired ram address.

[U-Boot] reloacting uboot

2009-08-25 Thread E Robertson
Hi All, I am using the at91sam9263 device from which the bootstrap code load u-boot to the desired ram address. However, I would like to re-relocate this at the different address based on memory availability. Can / or should this be done? ___ U-Boot ma

Re: [U-Boot] nand read

2009-08-20 Thread E Robertson
Spoken too quickly user error. On Thu, Aug 20, 2009 at 11:13 AM, E Robertson wrote: > Hi, > Does mtd has to be enabled/setup for nand read to work? > I'm trying to do a > > I keep getting a read error when trying to read even the first block. > > NAND read: device

[U-Boot] nand read

2009-08-20 Thread E Robertson
Hi, Does mtd has to be enabled/setup for nand read to work? I'm trying to do a I keep getting a read error when trying to read even the first block. NAND read: device 0 offset 0x0, size 0x2 NAND read from offset 0 failed -74 131072 bytes read: ERROR ___

Re: [U-Boot] u-boot yaffs2 usage question

2009-07-27 Thread E Robertson
Is their a suggestion for the list where this question should be asked, if not here? Thanks. On Sun, Jul 26, 2009 at 10:25 AM, E Robertson wrote: > Hi All, > First, I've never used this filesystem before so excuse my ignorance. > I've added support in uboot but it seems to

[U-Boot] u-boot yaffs2 usage question

2009-07-26 Thread E Robertson
Hi All, First, I've never used this filesystem before so excuse my ignorance. I've added support in uboot but it seems to be failing at mount. The default mount point according to the source is /flash. Does that mean that I have to have a /flash directory in my filesystem? if I try other mount (n

Re: [U-Boot] unable to see jffs2 partition

2009-07-23 Thread E Robertson
On Thursday 23 July 2009 04:57:19 pm E Robertson wrote: > Hi all, > I've been trying unsuccessfully to see my jffs2 partition I've created by > the mtdtools under linux. If their a known issue with this? Is their a size > limit? Maybe the way it's created? I do n

[U-Boot] unable to see jffs2 partition

2009-07-23 Thread E Robertson
Hi all, I've been trying unsuccessfully to see my jffs2 partition I've created by the mtdtools under linux. If their a known issue with this? Is their a size limit? Maybe the way it's created? I do not have a problem with this partition from linux but also never looked at it from the u-boot. I c

Re: [U-Boot] loading via jtag

2009-07-04 Thread E Robertson
On Thursday 02 July 2009 03:57:38 pm Frank Svendsbøe wrote: > On Thu, Jul 2, 2009 at 3:32 PM, E Robertson wrote: > > On Thursday 02 July 2009 02:22:16 am Frank Svendsbøe wrote: > >> On Thu, Jul 2, 2009 at 6:10 AM, E Robertson > > > > wrote: > >> > Hi All

Re: [U-Boot] loading via jtag

2009-07-02 Thread E Robertson
On Thursday 02 July 2009 02:22:16 am Frank Svendsbøe wrote: > On Thu, Jul 2, 2009 at 6:10 AM, E Robertson wrote: > > Hi All, > > Has anyone used the JTAG like the BDI2000 to load u-boot onto a > > at91sam9263? I've done it on other boards but some some reason the

[U-Boot] loading via jtag

2009-07-01 Thread E Robertson
Hi All, Has anyone used the JTAG like the BDI2000 to load u-boot onto a at91sam9263? I've done it on other boards but some some reason the code will not execute from on board SDRAM. To avoid initializing the external memory via jtag, I use the bootstrap code to do the setup then load u-boot and run

[U-Boot] udelay/udelay_masked problems

2009-04-07 Thread E Robertson
Hi all, Is their a problem using udelay in board_init functions? When I do this on my at91, arm926ejs board, it seems to be in an endless loop. I thought this was a timer issue but I only have this problem with board init and not in the drivers. Does anyone have any ideas? Is timer_init a arch spec

Re: [U-Boot] CONFIG_SERVERIP

2009-03-25 Thread E Robertson
On Wed, Mar 25, 2009 at 2:11 PM, Wolfgang Denk wrote: > Dear E Robertson, > > In message <3972542e0903250820w31586c26ke97d793083c5e...@mail.gmail.com> you > wrote: >> >> In the current git source, I have the serverip config set but tftp >> complains about ser

[U-Boot] CONFIG_SERVERIP

2009-03-25 Thread E Robertson
Hi all, In the current git source, I have the serverip config set but tftp complains about serverip not being set. I didn't see any changes to the source here. Am I missing something? >printenv baudrate=115200 ipaddr=192.168.0.200 serverip=192.168.0.100 gatewayip=192.168.0.1 netmask=255.255.255.0

Re: [U-Boot] At91 mass storage device

2009-03-13 Thread E Robertson
On Fri, Mar 13, 2009 at 11:19 AM, E Robertson wrote: > On Thu, Mar 12, 2009 at 5:50 PM, Remy Bohmer wrote: > ... > > One thing I never understood is that after a power cycle with a usb > memory stick plugged in, > I always have to start and restart the usb probe to recognize th

Re: [U-Boot] At91 mass storage device

2009-03-13 Thread E Robertson
thing in e-mail? > (see http://www.netmeister.org/news/learn2quote.html) I'm aware of the top post irritant, nonetheless I employ some discretion on short emails. Don't worry, I wouldn't repeat it :). > 2009/3/12 E Robertson : >> I'm using git source from a few weeks back, someti

Re: [U-Boot] At91 mass storage device

2009-03-12 Thread E Robertson
I'm using git source from a few weeks back, sometime early part of last month. Have those changes merged or are they somewhere else? On Thu, Mar 12, 2009 at 3:49 PM, Remy Bohmer wrote: > Hello, > >> I've got a problem recognizing a USB mass storage device on the >> at91sam9263ek. >> I'm not fam

[U-Boot] At91 mass storage device

2009-03-12 Thread E Robertson
Hi, I've got a problem recognizing a USB mass storage device on the at91sam9263ek. I'm not familiar with this interface and I'm hoping someone might be able to shed some light on it. I enable debug hoping something might catch my eyes but so far nothing. At one point I was unable to reset the port;

Re: [U-Boot] sprintf side effect, a bug?

2009-01-27 Thread E Robertson
On Tuesday 27 January 2009 02:31:52 pm Scott Wood wrote: > E Robertson wrote: > > I did the following: > > memcpy (gd->bd->bi_enetaddr, MACAddress, > > sizeof(gd->bd->bi_enetaddr)); memcpy (dupMACAddress, MACAddress, > > sizeof(dupMACAddress)); > &g

Re: [U-Boot] sprintf side effect, a bug?

2009-01-27 Thread E Robertson
On Monday 26 January 2009 04:30:36 pm Wolfgang Denk wrote: > Dear E Robertson, > > In message <200901261453.10434.e.robertson@gmail.com> you wrote: > > It seems that sprintf() is modifying at least two bytes from the source > > and I have duplicate this with

[U-Boot] sprintf side effect, a bug?

2009-01-26 Thread E Robertson
Hi, It seems that sprintf() is modifying at least two bytes from the source and I have duplicate this with different varibles. For instance, I have a mac address defined as unsigned char [6]: Doing the following sets the environment variable correctly, however bytes [0] and [1], are modified at t

[U-Boot] SAM9263 TWI inquiry

2009-01-19 Thread E Robertson
Hi All, As far as I can tell, their are no i2c hardware driver support for the at91sam9263 TWI. Are their any known problems with this interface? Thanks. signature.asc Description: This is a digitally signed message part. ___ U-Boot mailing list U-Boot