Beagleboard xM - Serial communication drivers

Greetings everyone and thanks for the support.

I have searched everything, but found nothing similar to this, so I would like to ask: I am interested in enabling both SPI (spidev3.0 and spidev3.1) and I2C (i2c-2) along with my Beagleboard xM. Is there any image I could load to the SD card providing both? I am not a hacker so simple instructions would be appreciated.

Thank you!

Greetings everyone and thanks for the support.

I have searched everything, but found nothing similar to this, so I would
like to ask: I am interested in enabling both SPI (spidev3.0 and spidev3.1)

The images posted here:

http://elinux.org/BeagleBoardUbuntu#Demo_Image

Have that enabled by default, when you change the text file in the
boot partition "uEnv.txt" buddy=${buddy} -> buddy=spidev

and I2C (i2c-2) along with my Beagleboard xM. Is there any image I could

i2c-2 has been enabled by default with all Angstrom/Ubuntu images for awhile..

load to the SD card providing both? I am not a hacker so simple instructions
would be appreciated.

Regards,

Thanks for the quick reply and sorry for not responding, I had to try it first. I think that this is what I had been searching. I loaded the image and booted my xM, then under /dev there was i2c-1, i2c-2 and i2c-3 as well as spidev3.0, spidev3.1 and spidev4.0. Thank you very much for the support!