while I don't have a fix for this from my experience I've never been able to successfully run a debugger remotely with the beagleboard, the closest I've gotten was using the gdbserver which would've worked if I was debugging c++ files but I was trying to debug python code. You're best bet might be to run the debugger natively on the beagleboard and install all the dbg packages for the packages you're interested in to allow you to step through your code.
al fayez -----Original Message----- From: venkat k raju <[email protected]> To: angstrom-distro-devel <[email protected]> Sent: Sun, Feb 13, 2011 11:26 pm Subject: [Angstrom-devel] boot kernel using tftp hi all, i was working on the beagleboard, when i want to debug the running code from the host. so that i found the article of google search that we can debug the code using tftp . then i had flowed the step they had given,and i was able to boot the kernel image successfully but i was trying to mount the filesystem i got an error like this " Kernel panic - not syncing: Out of memory and no killable processes...". could any one please suggest me how to solve this problem. thank you in advance. -- thanks&Regards k.v.raju _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel _______________________________________________ Angstrom-distro-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
