Re: [U-Boot] C99 and dynamic arrays

2013-03-19 Thread Steve Strobel
o this. It has a little overhead, but has saved my bacon. Note that the libraries also need to be compiled with that option if stack overflows within those libraries are to be detected. Steve -- Steve Strobel Link Communications, Inc. 1035 Cerise Rd Billings, MT 59101-7378 (406) 245-5002 e

Re: [U-Boot] SPI question

2013-02-20 Thread Steve Strobel
ed to the buses and assigned chip select pins. I don't know if those things are handled the same way for the Beagle Bone or not; I use a custom Linux distribution for Blackfin that may work differently. This is straying off topic for the U-Boot list, but if you want more info about how

Re: [U-Boot] Slow tftp boot with Ubuntu 12.04 tftp server

2013-01-18 Thread Steve Strobel
em to work well for everything else. Replacing the hubs with switches solved the problem in multiple cases. I haven't tried to capture the packets and troubleshoot it, but it seems like there is something non-optimal in the timing. Steve -- Steve Strobel Link Communications, Inc. 1035 Cer

Re: [U-Boot] access u-boot environment variables from kernel space

2012-12-04 Thread Steve Strobel
utput like this from it: root:~> fw_printenv bootargs=root=/dev/mtdblock0 rw console=ttyBF0,115200 bootcmd=run flashboot bootdelay=2 Email me direct if you want my notes on setting it up. Steve -- Steve Strobel Link Communications, Inc. 1035 Cerise Rd Billings, MT 59101-7378 (406) 245

Re: [U-Boot] USB Host driver for ISP1362?

2012-10-17 Thread Steve Strobel
another way? Would that support need to be built on top of something else like EHCI, or would it sit in parallel with it? FWIW, I think that the ISP1362 Linux driver supports only host mode (not gadget or OTG). Thank you very much for clearing up my confusion and ending my search for the driver th

Re: [U-Boot] USB Host driver for ISP1362?

2012-10-16 Thread Steve Strobel
> Steve Strobel wrote: >> ...I want to access a USB flash drive from U-Boot. But I haven't been >> able to find the drivers for the ISP1362... On Mon, Oct 15, 2012 at 1:04 PM, Wolfgang Denk wrote: > IIRC these boards use only the host mode of the ISP1362, and this is

Re: [U-Boot] Host driver for ISP1362?

2012-10-12 Thread Steve Strobel
I am working on a embedded board that uses a BF537 (Blackfin) and ISP1362 USB controller. I want to access a USB flash drive from U-Boot. But I haven't been able to find the drivers for the ISP1362. I have found two other U-Boot target platforms that at least reference the ISP1362: In include/co

[U-Boot] Host driver for ISP1362?

2012-10-05 Thread Steve Strobel
362; #endif /* CONFIG_ISP1362_USB */ The first of those certainly appears to be setting up a driver for the ISP1362, but I haven't been able to find that driver. Any pointers would be greatly appreciated. Steve -- Steve Strobel Link Commu