[U-Boot] U-Boot on PXA320

2009-12-24 Thread Dennis Semakin
show_boot_progress (-64); } else { .. And then I get message "No ethernet found..." Questions: where is net subsystem initialization code for Colibri PXA320 board in u-boot? Where and how the structure eth_device is fill for that board? Or it don't need? Thanks

[U-Boot] U-Boot on PXA320

2009-12-24 Thread Dennis Semakin
Пересылаемое сообщение 24.12.09, 14:26, "Dennis Semakin" : Hello everybody. I have a question about u-boot net subsystem on Toradex Colibri PXA320. Let's see on lib_arm/board.c file Here is code where network subsystem initializes (At least I think so)

Re: [U-Boot] u-boot doubts

2009-12-30 Thread Dennis Semakin
> Hi , > > If i enable the CONFIG_ENV_IS_EMBEDDED macro, where the environmental > variables will be stored? > Can i use saveenv command? if yes, where it will be stored? > > thanks > -chandru > > May be here, in common/env_embedded.c written /* * Generate embedded environm

[U-Boot] Ethernet doesn't work on PXA320

2010-01-12 Thread Dennis Semakin
Hello, When I try to ping some host from my board, then U-boot hang. It's going on when I send EECS signal to MEMR register. Is there hardware issue? Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Ethernet doesn't work on PXA320

2010-01-12 Thread Dennis Semakin
Hello, When I try to ping some host from my board, then U-boot hang. It's going on when I send EECS signal to MEMR register. Is there hardware issue? Thanks ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Ethernet doesn't work on Colibri PXA320

2010-01-12 Thread Dennis Semakin
MEMR - MII/EEPROM Management Register (address is 0x10001428) and then system is halted. And nothing is happen. This is it... Should I think that it is hardware issue? Thansk Best regards Dennis Semakin ___ U-Boot mailing list U-Boot@lists.denx.de http://lis

[U-Boot] Ethernet doesn't work on Colibri PXA320

2010-01-12 Thread Dennis Semakin
MEMR - MII/EEPROM Management Register (address is 0x10001428) and then system is halted. And nothing is happen. This is it... Should I think that it is hardware issue? Thansk Best regards Dennis Semakin ___ U-Boot mailing list U-Boot@lists.de

[U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-19 Thread Dennis Semakin
em doesn't halt. Q: Is the problem in these addresses? Thanks Best regards Dennis Semakin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [U-BOOT] Ethernet problem on PXA320

2010-01-21 Thread Dennis Semakin
y debug this problem. > regards, > Ben When I wrote a network driver, I used ioremap function to access to device registers from linux kernel. In u-boot, I mean for NE2000, it doesn't use, isn't it necessary? Thanks Best regards Dennis Semakin __

[U-Boot] [U_BOOT] Colibri PXA320

2010-01-25 Thread Dennis Semakin
works, U-boot network subsystem doesn't work.., !!! IMAGE DOES NOT SUPPORT NAND FLASH !!! I have done it that it was possible to flash u-boot image with JTAG. Then size of image < 128 Kb. Thanks, Best regards Dennis Semakin ___ U-Boot m

[U-Boot] Where can I get latest u-boot?

2010-01-29 Thread Dennis Semakin
Hello everybody Where can I get latest u-boot version? for ex. 2009-11? From GIT repository or from somewhere else? Thanks Best regards Dennis Semakin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] Where can I get latest u-boot?

2010-01-29 Thread Dennis Semakin
Thanks 29.01.10, 10:00, "Wolfgang Denk" : > Dear Dennis Semakin, > > In message <11251264755...@webmail117.yandex.ru> you wrote: > > > > Where can I get latest u-boot version? for ex. 2009-11? From GIT > repository or from somewhere else? > &

Re: [U-Boot] Hi All,

2010-02-05 Thread Dennis Semakin
Hi Maybe you should read README file from u-boot source code tree. 05.02.10, 17:40, "Fabio Giovagnini" : > I'm new of the list. > I'd like to build u-Boot for rsk+ 7203 > because I designed and produced a board sh2a 7203 based. > I'm in trouble with some errors; where can I start to study mo

[U-Boot] [U-BOOT]What's wrong with this code?

2010-03-26 Thread Dennis Semakin
I didn't find any bugs in code... ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] What's wrong with this code?

2010-03-26 Thread Dennis Semakin
r0] ldr r1, [r0] //end After that network has worked in u-boot and in linux. Also he said: "It did see this code, but it wasn't taken for upstream, for reasons I cannot remember..." What's wrong with this code? Thanks, Best Regards Dennis Semakin

Re: [U-Boot] What's wrong with this code?

2010-03-26 Thread Dennis Semakin
Hi > > Why don't you wrap this change into a patch and post it here[1] on the > mailing list. If there are reasons not to merge it, the respective > people will speak up. Because it's not my patch. I didn't write it. I did only copy and paste. Best Regards, Dennis _

Re: [U-Boot] [OT]Need help getting Linux past init

2010-03-26 Thread Dennis Semakin
Try without 'init=/bin/sh'. Do you really have /bin/sh file or /sbin/init file on your rootfs? 26.03.10, 23:33, "Graeme Russ" : > Hi All, > > I know this post is off topic - I you can point me to a better target > audience (except LKML - they are somewhat reserved about requests for help >

Re: [U-Boot] What's wrong with this code?

2010-03-26 Thread Dennis Semakin
Hi, OK, thanks, I'll try Best Regards, Dennis Semakin ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot