This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Mounting the filesystem on BeagleBoard

Hi, 1.I want to mount the filesystem of DVSDK 3_00_00_29 to the Beagle Board? How it is possible? What all changes are required? I am able to mount Angstrom FileSys on Beagle Board but I am not able to mount nfs.tar.gz files system from DVSDK onto the beagle board. It is getting stuck at the following and I am not able to type anything:- It seems it is Hung at this point...... #1: C-Media USB Headphone Set at usb-musb_hdrc.0-1.1, full speed TCP cubic registered TCP cubic registered NET: Registered protocol family 1 NET: Registered protocol family 1 NET: Registered protocol family 17 NET: Registered protocol family 17 NET: Registered protocol family 15 NET: Registered protocol family 15 VFP support v0.3: VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 1 implementor 41 architecture 3 part 30 variant c rev 1 cpuidle: using governor menu cpuidle: using governor menu Waiting 2sec before mounting root device... Waiting 2sec before mounting root device... kjournald starting. Commit interval 5 seconds kjournald starting. Commit interval 5 seconds EXT3 FS on mmcblk0p2, EXT3 FS on mmcblk0p2, internal journal internal journal EXT3-fs: recovery complete. EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem). VFS: Mounted root (ext3 filesystem). Freeing init memory: 132K Freeing init memory: 132K timeout waiting for frame-done interrupt timeout waiting for frame-done interrupt How to mount this filesystem on BeagleBoard? or is there any other compatible DVSDK for BeagleBoard? Regards, Vineet
  • It might be possible to mount the file system of the DVSDK on Beagle, but it might help for you to explain a bit your intention.  The DVSDK is validated on the EVM using a TI kernel, whereas BeagleBoard development is typically focused on bleeding-edge community-oriented development.  Community distribution providers have taken components from the DVSDK and have integrated into their distributions.

    It seems you must have already followed something like http://code.google.com/p/beagleboard/wiki/HowToGetAngstromRunning.  You can look at http://code.google.com/p/beagleboard/wiki/HowtoUseSGXunderAngstrom to see how people in the community have utilized the DVSDK components to get 3D graphics running on the BeagleBoard.  http://gstreamer.ti.com is a useful resource to see how people have taken the DVSDK components and the integrated DSP-based video and audio codecs into GStreamer.  The Angstrom Distribution has also integrated GStreamer and you can install the DSP-based codecs and GStreamer plug-ins (I believe with 'opkg install gstreamer-ti'), so I'd like to understand what else you'd like to do with the DVSDK as a file system.

    I have some suspicion your trouble to this point might be as simple as not opening up a serial terminal on the appropriate port.  I believe the OMAP3EVM has a serial terminal on ttyS2, whereas I believe the BeagleBoard uses ttyS0.