Re: [oselas] On Flash access timings calculation.

2015-02-27 Thread mind entropy
On Sat, Feb 21, 2015 at 12:21 PM, mind entropy mindentr...@gmail.com wrote: Hi, I am trying to understand the flash access timing calculations in the barebox code and I have some doubts. ( I am a newbie in NAND flash ). In the code the comment says (in

[oselas] Latest mini2440BSP bash pidof problems

2015-02-27 Thread Dave Festing
Upgraded a system that has been working nicely with the previous BSP and 3.7 and having a few problems. My main PHP script starts with: #!/usr/bin/php5 ?php ... and the error I get when I invoke: ./data.php (from the directory where this script is located) is ./data.php line 3: ?php: No

[oselas] Undefined symbols SOCK_NONBLOCK SOCK_CLOEXEC

2015-02-27 Thread Doug Abbott
Still trying to build the Mini2440 BSP. ptxdist go fails trying to build udev-182/src/libudev-monitor.c saying the above symbols are undefined. I'm using the pre-built toolchain OSELAS.Toolchain-2014.12.0. Oddly, I find very few header files in that tree and I don't find sys/socket.h at all.

Re: [oselas] Kernel panic after electricity was away.

2015-02-27 Thread Juergen Borleis
Hi Rudi, On Thursday 26 February 2015 21:42:53 Lappies wrote: Like I said I have setup my SDCard with new Partition and formated it new. Copy my Backups back on the SDCard. Here are the output of your command. testbox:/home/rudi/kernel/linux-2.6.39.1# addr2line -e vmlinux 0xc00b139c

[oselas] Undefined symbols SOCK_NONBLOCK SOCK_CLOEXEC

2015-02-27 Thread Doug Abbott
OK, so I tracked down the header files to sysroot-arm-v4t-linux-gnueabi/usr/include. sys/socket.h includes bits/socket.h, which in turn includes bits/socket_type.h, which does in fact declare SOCK_NONBLOCK and SOCK_CLOEXEC. So what am I missing here? -- Doug Abbott Principal Consultant,