Displaying 20 results from an estimated 30000 matches similar to: "How can i build samba server on uClinux platform"
2003 Apr 11
1
samba performance on uclinux embedded system
Hello,
Did anyone do some work on improving the samba
read/write performance?
We've got a board attached with an IDE hadisk, running
samba 2.0.7 on uClinux(NOMMU) OS, the IDE throughput:
10.5Mbps,ethernet speed: 16Mbps,Samba throughput(copy
file from WINDOWS PC to host board ): 600KByte/s,CPU
working at 120MHz, system SDRAM 16Mbyte.
Could anyone help to figure out where the bottleneck
is and
2007 Jun 15
0
How to configure samba makefile on uClinux?
Hi!
I want to compile samba version 3.0.25 client not
server. I couln¡¯t cofigure makefile on uClinux.
Someone help me. How to configure samba makefile on
uClinux?
¡°[root]# ./configure --host=arm-elf CC=arm-elf-gcc
Checking that the C compiler understands negative
enum values¡¦ configure: error: cannot run test
program while cross compliling.
What could I do for generator
2006 Aug 15
0
smbmount uclinux
Hello All,
Is there any information other than uclinux-dev mailing list that
outlines the proper way to use smbmount on uclinux? I have looked
through the mail lists on uclinux-dev and googled everything that I
could think of.
I have tried every form of the smbmount //windowsbox/share /mnt -o
options I can think of. I always get ERRDOS ERRnoaccess (Access
Denied).
Robert Armenta
2009 Jun 03
1
[PATCH] fix -elf2flt usage for bfin-uclinux
There are multiple problems with the elf2flt usage in the configure script:
- clobbers LDFLAGS
- is used for all targets so breaks non-FLAT targets
- is only used for Blackfin FLAT targets
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
configure.ac | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index cc30d99..3179521
2004 Sep 10
1
porting flac to uClinux ?
hi
I am trying to port the flac decoder library to
uClinux which runs on blackfin processor
I saw a directory contains ASM files inside
src/libFLAC/ia32.
I need to know, whether these files are to be
converted to corresponding blackfin ASM routines in
order for the decoder to work.
regrads
sivaraman
__________________________________
Do you Yahoo!?
Yahoo! Mail - You care about
2004 Aug 06
0
Port to uClinux
OK, what happens is that I try to allocate one big chunk of memory, so
that no other allocation is needed in run-time. The biggest part of that
memory is used for a custom stack I use everywhere because C doesn't
allow variable-length stack arrays. The sizes I used will work for all
configurations (any mode/bit-rate/complexity), but if you're only
interested in a subset, you can probably
2004 Aug 06
2
Port to uClinux
Hi,
I'm trying a quick port of this terrific codec to uClinux, a Linux-derivate
for mmu-less systems. I'm particulary interested in the alloc()'s the
library does, and it's stack usage.
In nb_celp.c I found two lines of code doing memory allocation :
nb_celp.c: st = (EncState*)speex_alloc(sizeof(EncState)+8000*sizeof(float));
nb_celp.c: st =
2001 Nov 07
0
Greeting from Ogg on a Chip project
Hi all,
This is to say hello to all of you as we are starting the project Ogg on a
Chip for our master thesis. More information can be found at
http://oggonachip.sourceforge.net/. Cut from the homepage:
"The Ogg Vorbis Player (http://www.xiph.org/ogg/vorbis/index.html) shall
be implemented in form of a system-on-a-chip by using hardware/software
co-design techniques. A prototyping board
2009 Jan 08
1
If we use vfork, can the smbd and nmbd work rightly?
Hi All,
I has been trying to port the Samba package to uClinux. But our uClinux
toolchain doesn't support the fork() call.
I must replace the fork with vfork.If we use vfork, the smbd and nmbd can
not work rightly.
both samba-3.0.32 and samba-3.0.2a have the question.
In samba/source/smbd/server.c, the function open_sockets_smbd(), creates a
child process and a parent process.
Both these
2007 Jun 19
1
Blackfin inline assembler and VisualDSP++ toolchain
-----Original Message-----
From: Jean-Marc Valin [mailto:jean-marc.valin@usherbrooke.ca]
Sent: Thursday, June 14, 2007 11:17 PM
To: Michael Shatz
Cc: speex-dev@xiph.org
Subject: Re: [Speex-dev] Blackfin inline assembler and VisualDSP++
toolchain
Michael Shatz a ?crit :
>>> Actually, you're the first I know using the VisualDSP++ toolchain
>>> :-)
>>
>> I guess
2014 Jun 25
0
[ANNOUNCE] libnftnl 1.0.2 release
Hi!
The Netfilter project proudly presents:
libnftnl 1.0.2
libnftnl is a userspace library providing a low-level netlink
programming interface (API) to the in-kernel nf_tables subsystem. The
library libnftnl has been previously known as libnftables. This
library is currently used by the nft command line tool.
This release comes with new features available in 3.15, the event
monitoring
2005 Mar 12
2
SIP monitor thread is hanged up on a uClinux embeded linux system
I met a strange SIP problem recently.
In an ordinary procedure, when asterisk loads sip module, a series of
functions are called sequentially:
load_module()->restart_monitor()->ast_pthread_create()->pthread_create()->do_monitor()
However in my system, pthread_create() failed to create a child thread
to execute do_monitor(), (though pthread_create() returns a successful
signal to
2020 Nov 12
1
[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
This set is part of a larger effort attempting to clean-up W=1
kernel builds, which are currently overwhelmingly riddled with
niggly little warnings.
NB: Hopefully the other sets turn up in -next soon, so they can
be rebased and any stragglers re-submitted.
Lee Jones (30):
drm/savage/savage_bci: Remove set but never used 'aper_rsrc' and
'fb_rsrc'
include: drm: drm_atomic:
2005 Mar 25
2
Port speex to my iPAQ 1945
Hi
I want to port speex to my pocket PC iPAQ1945 which has a Samsung
processor 2410, an ARM9-based processor. I would like to write the
specific optimized code for this chip. I had some experience at DSP
chip and fixed-point coding but know nothing about embedded system and
ARM. Could someone tell me some hint how to write optimized code for
this pocket PC. If you can give me some links that will
2020 Nov 16
2
[PATCH v2 00/42] Rid W=1 warnings from GPU (non-Radeon)
[sending again, as `git send-email` crashed!]
This set contains fixes for some "wouldn't it be nice if" issues,
however most of the patches seen here have been on the MLs, but
were left unreviewed.
Lee Jones (42):
drm/amd/amdgpu/atombios_encoders: Remove set but unused variable
'backlight_level'
drm/armada/armada_overlay: Staticify local function
2018 Apr 25
0
[PATCH 3/4] ARM: dma-mapping: Implement arch_iommu_detach_device()
From: Thierry Reding <treding at nvidia.com>
Implement this function to enable drivers from detaching from any IOMMU
domains that architecture code might have attached them to so that they
can take exclusive control of the IOMMU via the IOMMU API.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
arch/arm/include/asm/dma-mapping.h | 3 +++
arch/arm/mm/dma-mapping-nommu.c
2018 Apr 25
0
[PATCH v2 3/5] ARM: dma-mapping: Implement arch_iommu_detach_device()
From: Thierry Reding <treding at nvidia.com>
Implement this function to enable drivers from detaching from any IOMMU
domains that architecture code might have attached them to so that they
can take exclusive control of the IOMMU via the IOMMU API.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
Changes in v2:
- fix compilation
arch/arm/include/asm/dma-mapping.h | 3 +++
2018 May 30
0
[PATCH v3 1/2] ARM: dma-mapping: Implement arm_dma_iommu_detach_device()
From: Thierry Reding <treding at nvidia.com>
Implement this function to enable drivers from detaching from any IOMMU
domains that architecture code might have attached them to so that they
can take exclusive control of the IOMMU via the IOMMU API.
Signed-off-by: Thierry Reding <treding at nvidia.com>
---
Changes in v3:
- make API 32-bit ARM specific
- avoid extra local variable
2004 Nov 16
1
RE: DSP stamp
Hi,
If somebody is interested in having a crack at this (and think's they have a reasonable chance of succeeding) then there is a dev kit up for grabs.
John, we actually already have a LM9638 (1280x1024, B/W) image sensor interfaced to the board. There is a colour version drop in replacement. We also have a color QVGA TFT hooked up for video out.
So a good demo system would be to capture
2018 May 30
0
[PATCH v3 1/2] ARM: dma-mapping: Implement arm_dma_iommu_detach_device()
On 30/05/18 14:12, Thierry Reding wrote:
> On Wed, May 30, 2018 at 02:54:46PM +0200, Thierry Reding wrote:
>> On Wed, May 30, 2018 at 10:59:30AM +0100, Robin Murphy wrote:
>>> On 30/05/18 09:03, Thierry Reding wrote:
>>>> From: Thierry Reding <treding at nvidia.com>
>>>>
>>>> Implement this function to enable drivers from detaching from