Hardware :: See USB Content In UCLINUX?
Jun 8, 2010If I connect a USB pendrive to the lpc2478 that runs uclinux, how can I see the content of this USB device?
View 2 RepliesIf I connect a USB pendrive to the lpc2478 that runs uclinux, how can I see the content of this USB device?
View 2 RepliesMy basic system will be working on uCLinux.There will be few applcations runnig on it.How will I come to know that my abc application will be using
1. x amount of RAM when executed ( Ofcourse that will depend on how many buffers I allocate in the application , but I cannot sit and count every declaration ).
2. y amuont of Stack bytes will be used while execution.
3. How much STACK should be allocated. ( I understand that for uCLinux application Stack size must be known before hand , how is that possible ?? ).
I am using uClinux on ARM processor. How many & which filesytems are supported in uCLinux.I am aware that romfs is by default.
View 4 Replies View RelatedI recently installed the arm-uclinux toolchain from arm-uclinux-tools-base-gcc3.4.0-20040610.sh . I ran the script and tried to compile a test program:
/usr/local/arm-uclinux-tools/bin/arm-uclinux-gcc hello.c -o hello
/usr/local/arm-uclinux-tools/lib/gcc/arm-uclinux/3.4.0/../../../../arm-uclinux/bin/ld.real: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status
I searched for hours about this issue and found nothing, except a hint about uclibc not being installed. Isn't it compiled along with the toolchain?
I'm using Ubuntu 11 64 bit.
there is one problem i encountered here while working with Embedded Artist board or Lpc 2478 uclinux.so my questions.what type of encryption does this uclinux use to encrypt the password?instead of using these 2 username and password,can i put my own password and username?
View 1 Replies View RelatedI am using find to search for .tgz files modified more than 7 days ago and delete them.find /directory/ -iname backup*.tgz -daystart -mtime +7 -exec rm -rf {} My problem is that find will go through the content of tarball as well and list all content. I want to only search main tarball and delete it if older than 7 days.
View 4 Replies View RelatedIf you have the value 100 in File1 and the value 5 in File2, how do you write a script to divide the 100 in File1 by the 5 in File2 in Linux Bash Shell?The operating system I am using is Ubuntu 10 and object is to write a script to accomplish this task.
View 5 Replies View RelatedI noticed a second dvd when i downloaded the latest release. What does it contain?
Not tring to be cocky here but avoid the answers "additional packages" or "rarely used applications".
I had directory inside www that is gone. I am not sure if I removed it my mistake somehow or there is something weird going on. How would I track down what happened to this directory?
View 2 Replies View RelatedI need the ability to search for file content in documents and spreadsheets and I need to be able to do this from the folder level.When I hover my mouse over the "search" button in the file browser toolbar, it says that it can "locate documents and folders on this computer by name or content," but that is not the case. It can only locate documents and folders by name. Is there something I need to download that will allow me to do this? I have nautilus file manager.
View 9 Replies View RelatedI am struggling to find a way to send spotify (or lastfm, shoutcast etc) audio to my PS3 over DLNA. I have SP3MediaServer for mp3s stored on my Ubuntu machine, but want to extend this to streaming internet audio...
View 1 Replies View RelatedI'm wondering how you can post web content on your desktop like you can in windows. Like to have your XBL gamercard on your desktop sort of thing. But what I want it for mainly is to put the countdown to 10.10 on there.
View 1 Replies View RelatedI have this weird issue: from time to time (I really cant be more specific, never managed to see a pattern when the problem occurs) the content of open windows is not refreshed until the window is restored and then maximized again. In most cases it is the browser (firefox beta 9), but it is not application specific, because it happens with different applications. I am using the ubuntu 10.10 (kernel 2.6.35-24-generic-pae), compiz(0.8.6) with Nvidia drivers (260.19.06) and X (xorg-server 2:1.9.0-0ubuntu7.1).
View 1 Replies View Relatedunable to view video content from the web. I'm not sure what changed, other than installing the recommended updates to Ubuntu about a week ago. I'm thinking a Flash update/reinstall might resolve the problem, but I can't seem to get the updates to install properly.
View 7 Replies View RelatedI am currently using and working on Fedora 10 and have couple of monitors set up to itNow, I want to display different content on different monitors (not the same content on all monitors). It should keep displaying Pictures and/or videos with a certain intervals of time as soon as the fedora loads. How should make this happen.
View 5 Replies View Relatedwhat is the difference in content between the directories
/usr/bin
/usr/local/bin
my understanding is that "/usr/bin" stores the applications for the system's users. whereas when you compile a program in source code format using the make utility the binaray executable is stored in "/usr/local/bin". Why is this and is my understanding correct?
After installing numerous stuff on my Slackware system, I notice I am running out of hard-drive space. I see that /tmp/SBo has about 1G of staff that I recently installed --- may I safely delete this staff?
View 14 Replies View Relatedi am using rhel5 and i just wanted to see the contents of the initrd image. I have copied that from /boot/grub and saved in /tmp directory. Then i did the following
#mv initrd-2.6.18-53.el5.img initrd-2.6.18-53.el5.img.gz
#gunzip initrd-2.6.18-53.el5.img.gz
#mount -o loop initrd-2.6.18-53.el5.img /mnt
when i gave that, it says "mount: you must specify the filesystem type" Then i included "-t ext2" option in the mount command. Now it says,
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Then i created a ext2 filesystem and did the same thing. But there is no difference.
i have a file and i want to change the content of file but i also want that md5sum of that file remains same.
View 14 Replies View RelatedWhat to remember when moving content of a file system to another file system ?Is there some kind of procedure for this operation
View 14 Replies View RelatedIs possible blocking web with content for adults with iptables?
View 3 Replies View RelatedI am traveling outside US and trying to watch netflix from my computer.
However, it is blocked in my region. Is there a way to fake the IP address to looks like i am viewing the content from the US?
I want to write a program to filter web content. I believe that i can write a filter program by usig java however problem is that how can i place this program like "internet -> filter -> web browser" ?
View 4 Replies View RelatedI got a file with a list of subnets like this:
10.50
10.51
10.62
10.121
then I cnf=`ifconfig` thus giving me the config of the NICs.after that I want to compare the $cnf to see if the value of it is listed in the file and if it is do things.There might also be something better to use then the 'ifconfig'but it worked so I just stuck to it First I just had one subnet but now it's starting to grow and I wanna make a list instead of having them all listed in the if-statement.
I'm using a Cyrus Imap Email on our mail server. What can I use to search email contents for all emails that resides in the server? Any thoughts?
View 1 Replies View Relatedi made a program to read from a specific site whats on tv in that day.My question is if some of you have an idee how can i figure it out,what are movies,what are sports,what are shows ?
View 3 Replies View Relatedserious problem here: am running centos 5.4 gnome (updated to the latest updates automatically offered). worked fine till yesterday. now on startup logged in as my normal user, the desktop is empty...!! i get a desktop background, an the bottom and top bars (top with �pplications places, system'an some icons and day and time) no folders/items !! (there were many in it).
opening a terminal and looking in the home directory of the logged in user, the Desktop directory is present, and contents files/folders, so nothing has vanished really.. how do i get back my desktop?? (btw: logged in as root gives an empty desktop too, same as above)
[Code]....
My DVD will not play DVD's. I can only play cd's/music. The drop down box tells me that an additional plugin is required to play the dvd content and do I want to search for this now. Naturally I said yes. The next drop down box says that search could not find plugin in any configured software source. I have been to www.liba52.sourceforge.net and found ; a52dec-0.7.4.tar.gz I'm not too confident about using this, but have it in my 'home' file on the desktop. If anyone thinks it is ok, how to install it. If its not ok, can you tell me how I can obtain the appropriate plugin. I have Fedora 10 installed. The DVD is a Pioneer 104.
View 4 Replies View RelatedI am trying to play embedded mp3 content in FF. When I click on the link to play the mp3, a new tab opens up and all I get is a grey screen. Does anybody out there have any ideas on this? I have run Autoten and installed all of the necessary codecs.
View 10 Replies View RelatedI recently got the problem that Thunderbird does not displays the messages anymore. The e-mails are downloaded form the server, a new email warning is given, but the e-mail cannot be displayed (in fact it is not loaded in the message window. I could only see the TB start page). I cannot even see the old messages.
However, when use "see message source" I can see the e-mails.
I also noticed this message in the error console:
server does not support RFC 5746, see CVE-2009-3555
I use Fedora 12 + thunderbird 3.0.6-1
On another linux box F9+ThB 2.0.0 I do not have that issue.
Today I upgraded to Fedora 13 + TB 3.1.1. This should be the latest one, but I still cannot see the message.
Also, on F13 I got another issue with Firefox 3.6.7. When I switch between the tabs, the tabs will turn black and will not get back to normal for 10-15 sec. It looks liek a random effect because often only part fo the page turns black. This issue appear in the windows of TB 3.1.1 since updated to F13.
My hardware is a Sony SR49 laptop with ATI mobility Radeon HD3470
Have Google chrome and this black page issue is not present. The same with Evolution mail, but I do not like it.