[U-Boot] About mtest on boot

2012-01-20 Thread Érico Porto
Hello, I want to stop autoboot and use mtest to check if my ram is alright, but 0x07FD2C00 forward freezes, and 0x0902 also freezes, mtest, when using it. My ramsize is 0x0800. Does u-boot uses any parts of ram by itself, I mean, is there any known spots where I can't test because it woul

Re: [U-Boot] About mtest on boot

2012-01-20 Thread Érico Porto
Now I understood, LTIB is giving me an older u-boot version - 1.1.6 and not 2011.12. Will try to update it... Érico V. Porto On Fri, Jan 20, 2012 at 8:38 AM, Anatolij Gustschin wrote: > Hi, > > On Fri, 20 Jan 2012 08:07:41 -0200 > Érico Porto wrote: > > > Hello, &

Re: [U-Boot] About mtest on boot

2012-01-20 Thread Érico Porto
error... ) And if the system freezes during mtest, I can't ctrl+c out of it. Is there any know workaround? My system is much a like MPC8323ERDB. Other than that, seems I can run linux fine on it after bootload, I just can't use mtest... Érico V. Porto On Fri, Jan 20, 2012 at 8:56 AM, Ér

Re: [U-Boot] About mtest on boot

2012-01-20 Thread Érico Porto
I've partially solved the ctrl+c situatin inserting more check for it into the code. But this isn't really what I was hoping... Any known alternatives? Thanks. Érico V. Porto On Fri, Jan 20, 2012 at 4:22 PM, Érico Porto wrote: > Okay, got 2011.12 working here. > > Same

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
d using readelf using u-boot. > Thanks > Amruth p.v > > On Sat, Jan 21, 2012 at 2:01 AM, Érico Porto > wrote: > > I've partially solved the ctrl+c situatin inserting more check for it > into > > the code. But this isn't really what I was hoping... > > > &g

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
Ok, this makes sense, but I think you mean: memory start at 0x mtest { start address: right after (malloc area+global data + stack) end address: relocaddr } memory end at 0x0800 ... Érico V. Porto On Mon, Jan 23, 2012 at 12:23 PM, Wolfgang Denk wrote: > Dear =?ISO-8859-1?Q?=C9r

Re: [U-Boot] About mtest on boot

2012-01-23 Thread Érico Porto
Oh, found the Memory Management section, thanks! And it also explains that stuff should be written after 0x 2000 because of the exception vector - actually, I thinks this is a bit bigger here in my system, but now makes sense why I was also getting crashes at the beginning of the memory! Érico

[U-Boot] adding a new command to help menu

2012-02-08 Thread Érico Porto
Hello! I have created a new command in u-boot, and I can see it using help , I can type and call it, everything is working! But when I type help, it isn't in the command list. How do I put it there? Thanks Érico V. Porto ___ U-Boot mailing list U-Boot@

Re: [U-Boot] adding a new command to help menu

2012-02-08 Thread Érico Porto
Found it. A clean and rebuild all solved. Érico V. Porto On Wed, Feb 8, 2012 at 8:45 AM, Érico Porto wrote: > Hello! > > I have created a new command in u-boot, and I can see it using help > , I can type and call it, everything is working! But > when I type help, it isn't

[U-Boot] about flashing the u-boot

2011-12-14 Thread Érico Porto
Hello! Is it possible to flash a ppc board, that already has an older u-boot version, without using a jtag interface? I mean, I know I can write the filesystem using tftpboot, is it possible to also use it to write over u-boot? If no, is there any alternative to use jtag? Erico Vieira Porto _

Re: [U-Boot] about flashing the u-boot

2011-12-14 Thread Érico Porto
Got a USB TAP, but unfortunately it is supposed to be used with Code Warrior. Any software that allows me to use it to flash a ppc? Érico V. Porto On Wed, Dec 14, 2011 at 2:10 PM, Érico Porto wrote: > Hello! > > Is it possible to flash a ppc board, that already has an older u-boot

Re: [U-Boot] about flashing the u-boot

2011-12-15 Thread Érico Porto
Message- >>> From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] >>> On Behalf Of Érico Porto >>> Sent: Thursday, December 15, 2011 8:14 AM >>> To: u-boot@lists.denx.de >>> Subject: Re: [U-Boot] about flashing the u-boot >>

Re: [U-Boot] about flashing the u-boot

2011-12-19 Thread Érico Porto
someone know where is the command line tool that is used by the CW IDE? If I find it out, I post it here... Érico V. Porto On Thu, Dec 15, 2011 at 8:34 PM, Scott Wood wrote: > On 12/15/2011 04:29 PM, Érico Porto wrote: > > I use a board created by some guys in the company wh

Re: [U-Boot] about flashing the u-boot

2011-12-22 Thread Érico Porto
/20/11, Scott Wood wrote: > On 12/19/2011 06:43 PM, Érico Porto wrote: >> Got usb-tap to work, but ONLY with code warrior - and for some reason >> can run it on ubuntu+unity but not on ubuntu+xfce, which loads >> everything except the action button in the flash programmer where y

Re: [U-Boot] about flashing the u-boot

2011-12-22 Thread Érico Porto
(bin) 1 % config cc usb (bin) 2 % ::jtag::get_pin 4 USB open failure ok, give up. On 12/22/11, Érico Porto wrote: > thank you, found the ccs interactive shell, it is located in > > /usr/local/Freescale/CodeWarrior_PA_10.1.1/PA/ccs/bin/ccs > > I has many commands, has help comm

[U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Érico Porto
Hello, Does anyone know if exists somekind of simulator to run u-boot in test mode? I also have a spare qoriva platform (MPC5604B-TRK), which can't run linux, but maybe could run uboot just to test some autoboot commands. Thanks -- Érico V. Porto ___

Re: [U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Érico Porto
nv baudrate=115200 stderr=serial stdin=serial stdout=serial Environment size: 66/8188 bytes =>bdinfo boot_params = 0x DRAM bank = 0x -> start= 0x -> size = 0x0800 FB base = 0x On 12/23/11, Graeme Russ wrote: > Hi Érico > > On 23/1

Re: [U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Érico Porto
doing md 0805283e works if I can change the base address now, every memory command should work On 12/23/11, Érico Porto wrote: > md 0 gives me in dmesg: > > > [11753.433067] u-boot[4277]: segfault at 0 ip 0805283e sp bfb809f0 > error 4 in u-boot[8048000+1a000] > > >

Re: [U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Érico Porto
md 0 gives me in dmesg: [11753.433067] u-boot[4277]: segfault at 0 ip 0805283e sp bfb809f0 error 4 in u-boot[8048000+1a000] On 12/23/11, Érico Porto wrote: > Thanks! > > Tried to do some memory display commands but got instant segmentation > fault, and tried to run it as root - b

Re: [U-Boot] testing u-boot on virtual environment

2011-12-23 Thread Érico Porto
084589f0 b00de95d.EE.]... 0805291e: 8955 535657e5 8b4cec83 3c6a0c7d..U..WVS..L.}.j< 0805292e: 68145d8b 08059e33 758df16a 45c756ac.].h3...j..u.V.E =>mtest 0805283e 080528fe Pattern Writing... Segmentation Fault So close.. On 12/23/11, Érico Porto wrote: &

Re: [U-Boot] testing u-boot on virtual environment

2011-12-24 Thread Érico Porto
Indeed, qemu seems to be the best option. I've also downloaded aqemu to help to build a system configuration fast. Not sure how to load mine ltib generated BSP... Will try a simple env with u-boot only just for now.. Érico V. Porto 2011/12/24 Matthias Weißer > Am 24.12.2011 11:00, schrieb Albe