Re: [U-Boot] understanding mkimage a bit more

2011-05-06 Thread Charles Krinke
On Fri, May 6, 2011 at 1:30 PM, Eric Cooper wrote: > On Fri, May 06, 2011 at 11:45:08AM -0700, Charles Krinke wrote: >> I understand a bit about setting up JFFS2 and have used >> drivers/mtd/maps for this purpose. I also understand that in setting >> up UBIFS, I will enab

Re: [U-Boot] understanding mkimage a bit more

2011-05-06 Thread Charles Krinke
On Fri, May 6, 2011 at 11:33 AM, Eric Cooper wrote: > On Fri, May 06, 2011 at 11:13:39AM -0700, Charles Krinke wrote: >> The next issue is the flash file system. Normally, I like to use JFFS2 >> for reliability as embedded devices frequently have their power switch >> turned

Re: [U-Boot] understanding mkimage a bit more

2011-05-06 Thread Charles Krinke
On Fri, May 6, 2011 at 10:33 AM, Gerhard Pircher wrote: > > Original-Nachricht > > Datum: Fri, 6 May 2011 09:24:27 -0700 > > Von: Charles Krinke > > An: u-boot@lists.denx.de > > Betreff: [U-Boot] understanding mkimage a bit more > > > I ca

[U-Boot] understanding mkimage a bit more

2011-05-06 Thread Charles Krinke
pressed) Data Size:1714808 Bytes = 1674.62 kB = 1.64 MB Load Address: 0x Entry Point: 0x ckrinke@hwa:~/svn/trunk/linux-2.6.35.12$ ckrinke@hwa:~/svn/trunk/linux-2.6.35.12$ -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.d

[U-Boot] building uncompressed image

2011-05-05 Thread Charles Krinke
ot; argument where I define the kernel and the device tree .dtb file. I would appreciate a few pointers on how one might get an uncompressed image booting in u-boot and if possible, I would like to understand and use the "-x" for xip option. -- Charles Krinke

Re: [U-Boot] UEC phy not working on first try

2011-04-20 Thread Charles Krinke
Hmmm. I'm not seeing a delayed link behaviour at all and I am using the latest u-boot-2011.03 on an 8323ERDB which has two UEC's. On Apr 19, 2011 11:07 PM, "DUNDA Matthias" wrote: >> > I am using u-boot.2010.09 on a MPC8568-based board. >> > >> > When trying to boot over one of the UEC network int

Re: [U-Boot] is any bug in cp?

2011-04-15 Thread Charles Krinke
. > > cp to another bank of flash is work correctly. > cp from mem to flash or from flash to mem also correctly. > > how is this? > > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists

Re: [U-Boot] Searching for JFFS2 understanding.

2011-04-03 Thread Charles Krinke
:36 AM, Charles Krinke wrote: > I believe the command line to the kernel is indeed not quite complete, but > here it is at this point: > > *bootargs root=mtd:nor0 rw rootfstype=jffs2 > mtdparts=nor0:3072k(u-boot),-(jffs2) console=ttyS0,115200* > > With this command line, the ker

Re: [U-Boot] Searching for JFFS2 understanding.

2011-04-03 Thread Charles Krinke
for mtd:something and that the previous /dev/mtdblockX is deprecated. I believe I am close but dont quite have the new syntax for passing this command line for jffs2. On Sun, Apr 3, 2011 at 1:20 AM, Wolfgang Denk wrote: > Dear Charles Krinke, > > In message > you

[U-Boot] Searching for JFFS2 understanding.

2011-04-02 Thread Charles Krinke
Nov 30 15:52:43 2010 usr drwxrwxr-x0 Tue Nov 30 15:52:43 2010 var => * -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] jffs2 & ubi rootfs in nor flash

2011-04-01 Thread Charles Krinke
targs=root=/dev/mtdblock1 rootfstype=jffs2 rw mtdparts=nor:3072k(u-boot),-(jffs2) rw console=ttyS0,115200 I must be missing something simple here, but I do not see what it is. As soon as I get the jffs2 partition booting, ubifs is the very next step. -- Char

[U-Boot] Saving environment question

2011-03-31 Thread Charles Krinke
rst few sectors are: FE00 - FE01 FE02 - FE03 FE04 - FE05 *FE06 - FE07* The malloc itself appears to be failing and this puzzles me. Would anyone be willing to point out the location of the "naievety hole" I have fallen into with this

Re: [U-Boot] Support for reading GPIO's in boot scripts?

2011-03-28 Thread Charles Krinke
Let me add my $.02. I have a request to be able to boot a USB drive. So, reading a GPIO pin and making a decision in a script is a desirable thing. Certainly a 'MD 0x12345678' can read a pin but then making a decision in an environment string chain would help. Can we do this? On Mar 28, 2011 1:57

Re: [U-Boot] [U-BOOT]Error:No PHY IDs found VSC8641 RGMII

2011-03-16 Thread Charles Krinke
Dear Aneesh: Usualy one will see this when the PHY is not in the list of supported PHY's in one's MAC driver. Start from the message you see, look in the source for this message and then trace back in the source to see how you PHY is not recognized. This usually occurs when one uses a PHY in in a

[U-Boot] Understanding a BDI U-boot issue

2011-03-11 Thread Charles Krinke
ot;go" command, I dont see anything else come out on the serial port. I wonder if anyone might help me understand what sort of things might cause this despicable situation. -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

Re: [U-Boot] uboot for MIPS: need help to skip relocate uboot and start uboot from RAM

2011-03-03 Thread Charles Krinke
ly skipping the relocation. > > Thanks in advance, > Pandu > > _______ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-25 Thread Charles Krinke
is in the uboot code I guess I > will have to go back to fighting with codewarrior. > > > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > -- Charles Krinke

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-25 Thread Charles Krinke
; U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > > -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Problem booting on custom board (85xx)

2011-02-24 Thread Charles Krinke
0,0(r3) >stw r0,0(r4) >bdnz 3b > > Basically, it spins through this loop for a while and eventually I get a > TLB exception. Is this just a cut and dry DDR configuration problem, or > should I be looking at my Uboot setup? > > Thanks, > Kevin > ___ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] U-boot support for Cortex-M3

2011-02-23 Thread Charles Krinke
-Boot has support for M3, but that's not related to M3 > being a core. > > Amicalement, > -- > Albert. > _______ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > -- Charles Krinke ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot