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.

PROCESSOR-SDK-AM65X: How to Enable SSH service in Arago Tiny FileSystem

Part Number: PROCESSOR-SDK-AM65X

Hi ,

SDK: ti-processor-sdk-linux-am65xx-evm-06.00.00.07.

SSH  Service not enabled in Arago-tiny-image FileSystem. Can you let us know how to enable SSH service in the source and the Source path ?

Venkatesh

  • Hi Venkatesh,

    If you want any package from the full filesystem that want to be added into the tiny filesystem, then you can do the following:

    • Prepare SD card with the full filesystem (tisdk-rootfs-image) and boot your target.
    • Find the package that corresponds to the utility that you are looking for. Use the opkg search command for this purpose. dropbear is a provider of ssh services, so include this into image definition.
    • Next step would be add this into the arago-tiny-image by editing the image.
    • Edit the file meta-arago-distro/recipes-core/images/arago-tiny-image.bb under sources/meta-arago
    • Add the package dropbear into the appropriate section.
    • Rebuild the arago-tiny-image, you filesystem will now have the dropbear and dependencies  installed.

    Regards

    Karthik

  • Hi Karthik,

    Where to get Arago- file system source ?

    I try to follow the  steps told in below link but not able to success in building the file system

     http://arago-project.org/wiki/index.php/Setting_Up_Build_Environment

    We are not using Yocto build procedure ..

    We need to create same file system which is created in TI SDK  ( ti-processor-sdk-linux-am65xx-evm-06.00.00.07).

     

    Can you share the location where I can find the Source file Arago tiny  File system

     

    Also please share the build procedure ..  setup for build environment.

    Regards

    Venkatesh

  • Hi Venkatesh,

    Since we have two similar threads, with the same question. I'm closing this one and you can follow the instructions from the other one and replicate here.

    Regards

    Karthik