General :: Accessing SD Card On LPC Platform?

Aug 5, 2011

I am working on LPC Linux platform. I would like to log some data into SD card from the application. For this I need to know the drivers of SD card. Can any one tell me what are the drivers for SD card in LPC Linux? what are the APIs atleast/ what is the header file/

View 3 Replies


ADVERTISEMENT

General :: Remotely Accessing A Mounted SD Card?

Jul 1, 2011

The why behind this is a little long winded so let me get to the technical question. I have a 16 GB SD card in my netbook as additional storage to the 16 GB SSD drive. The SD card is formatted fat32 (by a utility from sdcard.org which is supposed to and does make the card read and write faster than if it was formatted by the OS). The card mounts when I login to the netbook. The entry from mtab shows

Quote:

/dev/sdb1 /media/SD16 vfat rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush 0 0

If I look at the permissions on SD16 I find

Quote:

ken@taylor13:/media$ ls -l
drwx------ 3 ken ken 32768 1969-12-31 19:00 SD16

sudo chmod 777 SD16 does not change the permissions.

The problem is I need to connect to the machine with a different user (due to a security hole in gnome-commander). As the card is formatted fat I cannot assign group permissions to it and my second user cannot access it.

I had previously had the card formatted as ext3 and it was so slow as to be unusable. It needs to be formatted fat. I am stumped.

View 7 Replies View Related

Debian :: Accessing / Mounting A SD Card On Squeeze?

Feb 27, 2011

I've tried to search online but I can't find anything that works on our netbook. The netbook has a default Squeeze installation. After inserting the microSD card (via a "microSD card adapter" into the built-in slot), when I double-click on "Computer" on the Gnome desktop, it shows "Multiple Card Reader", but I can't access it. fdisk -l doesn't show any new devices, but dmesg does show the following:

[ 2532.101119] usb 1-5: reset high speed USB device using ehci_hcd and address 8
[ 2542.344135] usb 1-5: reset high speed USB device using ehci_hcd and address 8
[ 2558.588138] usb 1-5: reset high speed USB device using ehci_hcd and address 8
[ 2558.836073] usb 1-5: reset high speed USB device using ehci_hcd and address 8

[Code]....

I can't mount /dev/sdb or mount /dev/sdb1 (fdisk only shows "sda1-3"). The system simply reports that "special device sdb does not exist", although during one attempt I did get a message saying "block device sdb (or sdb1) something...".

It's imperative that I can access this microSD card. It will be put into my mobile phone so I can have the Star Trek: The Next Generation theme tune as the ringtone. I'm sure you all - as will all of humanity - realise the importance of this endeavour

View 9 Replies View Related

Fedora Hardware :: Lan Card DGE-528T / Not Accessing Internet?

Jul 18, 2011

I am using fedora 8 . Recently i have bring a DLINK ( DGE-528T ) LAN card 100/1000 that is giving problem . It is detecting so i have given ip address to that card and restarted services but its is not accessing internet.

View 1 Replies View Related

Ubuntu :: Accessing MicroSD Card On Android Motorola XT720?

Oct 15, 2010

The Motorola mounts in 10.04 but I can't tell the size of the available disc space so don't know if it's some internal memory or the 16 GB microSD card. It shows some files and a setup.exe so I suspect it's not the card and don't want to screw anything up.

View 2 Replies View Related

General :: Which Platform Is The Best To Use For C++ And Phyton

Jul 2, 2011

Which linux platform is the best to use for c++ and phyton? I'm going to study phyton on my own, and I wish to know what the best phyton platform is? Also, is there a way to get more harddisk space from windows vista to my dualboot linux?

View 2 Replies View Related

General :: Which IPC Method Are Platform Independent?

Apr 16, 2010

We are normally using IPC for exchange of data between multiple threads or processes. Out of following IPC which are platform independent and why they are platform independent?

1. FILEs
2. Socket
3. Named Pipes
4. Shared Memory
5. Message Queue.

View 1 Replies View Related

General :: Hardware Platform For A Typical PC?

Jul 17, 2011

hardware platform for a typical PC that is going to be running Red Hat Fedora Linux

View 3 Replies View Related

General :: How To Find Server Platform

May 23, 2010

i need to install ioncube loader. from the download page, there are many selections for linux @ [URL]

-Linux (x86)
-Linux (x86-64)
-Linux (ppc)
-Linux (ppc64)

how can i find out which linux's platform from the command line?

View 2 Replies View Related

General :: Installing SDK On Embedded Platform?

Jun 7, 2011

I'm trying to install a SDK iso image onto an embedded linux platform. I was able to mount the image on the platform without problems. I also created a symbolic link called "bash" in the bin directory and had that point to busybox to satisfy the first line of code in the installer: "#!/bin/bash". However, when I run the installer, I get an error: "installer: applet not found"

I get the same error when I type "bash" on the command line. Is there a way to fix this? Here is the first few lines of code that causes the error:

#!/bin/bash
DEBUG=${DEBUG:="0"} # Enables debugging options
LC_OPTION=${LC_OPTION:="prompt"} # Licensing related variable
INSTALL_PATH=${INSTALL_PATH:=$HOME} # Default installation path
declare -r SCRIPT_NAME="`basename $0`"
declare -r SCRIPT_CALLED="$0 $*"

[Code]...

View 1 Replies View Related

General :: GNU Video Editor For Windows Platform?

May 21, 2010

GNU video editor for windows platform?

View 1 Replies View Related

General :: Kernel Image For ColdFire Platform?

May 23, 2010

Can you please let me know where to find minimum kernel image for my ColdFire platform to boot from ? Please be informed that at this stage I am not restricted to use an specific Linux distro and just I need to have the minimum kernel image possible size.

View 6 Replies View Related

General :: Visual Studio Like IDE On Windows Platform

Feb 9, 2010

I have been developing real-time server applications in Visual C++ and C#.Net using Visual Studio IDE on Windows platform. Now due to organizational needs, we are planning to migrate to Linux Platform. provide an alternative IDE for Visual Studio in Linux.

View 8 Replies View Related

General :: Building A Translation Platform - From English To German

Sep 27, 2010

I have now a second post on the work I am doing. I am trying to complete a model for translating English texts into German. My concept is a model using a text editor with only simple executable scripts being written to perform steps in the process. I need to use a language for doing simple things like tagging words and translating using a dictionary I am building. I am beginning to use AWK in conjunction with Bash and need to find some members with whom I can dialog on particular topics; even getting advice. Are there any AWK users in the community, using the language for processing text?

View 7 Replies View Related

General :: Compile An Application And An Driver File For ARM Platform?

Apr 22, 2010

I am new to the embedded domain.I am learning about cross compilation. Just i want to compile an application and an driver file for ARM platform. I have downloaded the toolchain binaries from [URL]..

View 3 Replies View Related

General :: Finding A Cross-platform 'Split' Utility?

Aug 10, 2010

I need to transfer a 4Gbyte file from my Linux netbook to a friends WinXP desktop. And I'd like to it with a usb flash drive, but it can't handle a file larger than 2Gbyte. A limitation due to the underlying FAT32 filesystem. But I don't wish to reformat my usb as ext3 either.

So I need to split my 4GByte file into smaller chunks. And the 'split' utility needs to be available on both Linux and the WinXP operating systems.

View 3 Replies View Related

General :: Make Project Which Have Involvement Of System Platform?

Aug 28, 2010

I am in my final year B.tech....I want to make a project which have involvement of linux platform...i have basic knowledge of c,c++,java and PHP...i have a LAN in my college...so LAN networking is also possible...Any ideas are most welcome even silly ideas too because i am lacking of ideas right now...also suggest basic type of projects not very hi-fi..

View 4 Replies View Related

General :: Get Information About Apache Ofbiz Open Source Platform?

Jan 23, 2011

I want to get information about apache ofbiz open source platform

View 1 Replies View Related

General :: Scalable Test Platform And Patch Lifecycle Manager

Nov 7, 2010

Any guideline with this setup?

View 1 Replies View Related

General :: Scalable Test Platform And Patch Lifecycle Manager Deployment

Oct 21, 2010

I am regularly keeping watch on kernel releases like 2.6.36-rcX and compiling the upcoming kernel releases on Fedora 13.I came across STP [URL] and PLM testing and seems like it is relevant tool for compiling, testing the kernel components in very precise way. I am unable to find the documents which can help in how to implement or run the tool. I have just downloaded the Test-suit tar and dont see any README or steps to test or run the tool.

View 1 Replies View Related

General :: Cross-platform / Command Line Utilities To Convert PDF / DOC And DOCX To Text

Jul 28, 2011

I am making a text search engine. I need to first convert binary documents to text. I want to go with cross-platform (we develop both on windows and linux) command line (so that I can get the output via python subprocess). What are the choices for this?

View 1 Replies View Related

General :: Accessing URL On SSH Without Using A Web Browser?

May 9, 2010

I would like to find a way to open a URL without using a web browser (which makes my computer system run very slow).

Is there an easy way to achieve this on a command prompt using SSH to access another network?

View 4 Replies View Related

General :: Accessing Yum In Fedora 14?

Mar 29, 2011

How to access into Yum in Fedora's terminal? Currently, I'm using Fedora 14 and I'm not familiar with fedora.

View 4 Replies View Related

General :: Step To Step Approach To Platform Called Mean A Self Explanatory Article

Jun 6, 2011

i would want someone who would like to assist me as i start to use linux because i am naive to this platform. Also want a step to step approach to this platform called linux i mean a self explanatory article or tutorial

View 8 Replies View Related

General :: Run "make Xconfig" For Cross Platform?

Jun 15, 2010

I'm trying to run the kernel configurator for my embedded ARM platform (PXA310) but so far I can only get it to run for my build platform, an i386/32 machine. I've tried running "make ARCH=arch/arm/mach-PXA3xx xconfig" in various combinations, but the maker always complains that it can't find the target "arch/arm/mach-PXA3xx". Doesn't matter what order I put the arguments on the command line.

I also have CROSS-COMPILE defined in the environment correctly and can otherwise build for my embedded target. I just can't run the config tool; I need to enable USB On the Go.

View 3 Replies View Related

General :: Cross-compile "sudo" Source For Power-PC Platform Using Montavista Tool Chain?

Jan 30, 2010

I'm trying to cross-compile "sudo" source for Power-PC platform using Montavista tool chain. I'm getting the following error message during configuration: checking host system type... Invalid configuration `ppc_82xx': machine `ppc_82xx' not recognized It is clear that it has found the cross-compiler and configure knows that we are cross-compiling but it fails to recognize the machine. The complete dump follows:

[vhn@localhost sudo-1.7.2p2]$ ./configure --host=ppc_82xx
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
configure: Configuring Sudo version 1.7.2p2
checking whether to lecture users the first time they run sudo... yes
checking whether sudo should log via syslog or to a file by default... syslog

[Code]...

View 3 Replies View Related

General :: Accessing Web Server From The Outside World?

Jul 4, 2010

I have successfully installed "LAMP" and can get to my web server by typing 10.0.2.15. How can I make it so that when I type in my domain name it brings up my web server?

View 1 Replies View Related

General :: Accessing Network Through Terminal?

Sep 19, 2010

I am using ubuntu 10.04 and I am having trouble accessing my Internet through terminal, while I am able to access it through browser.

In terminal, if I try to ping any server with its name, like ping google.com, I am able to do that, even I can successfully used nslookup and several other network commands, but when I tried to download something, using "wget" or install something using "gem install" or checking out some code using "svn", I got server timeout error.

View 1 Replies View Related

General :: How To Find Out What Process Is Accessing HDD?

Apr 8, 2010

I can see that the light of the HDD is flashing. I would like to find out what the process is that is accessing the HDD. Is there a way to achieve this?Is there a utility that ties up processes with hw resources?

View 1 Replies View Related

General :: AA1 Not Accessing Live Update?

Sep 6, 2010

after reinstalling software to my Acer aspire 1 with usb drive i now cannot get live update to work - it says searching but then drops out saying unsuccesful..i managed a week ago in africa to do successful updates but didnt complete them --software all looks good but because of no updates i cant recognize a ntfs formatted hard drive or use msn .

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved