Search

Technical Discussion Group Forum

This forum is provided for user discussion. While Beacon EmbeddedWorks support staff and engineers participate, Beacon EmbeddedWorks does not guarantee the accuracy of all information within in the Technical Discussion Group (TDG).

The "Articles" forums provide brief Articles written by Beacon EmbeddedWorks engineers that address the most frequently asked technical questions.

To receive email notifications when updates are posted for a Beacon EmbeddedWorks product download, please subscribe to the TDG Forum of interest.

TDG Forum

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 03 Feb 2006 11:34 AM by  peter.barada@logicpd.com
pppd for the M547x ?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages
coldfire@metacom.co.za
New Member
New Member
Posts:


--
19 Jan 2006 03:33 AM
    Hi,

    I've noticed that pppd is not included in the LinuxBSP-22012005 package. Can anybody tell me where I could get pppd for the Coldfire M5475-EVB ? Thanks.

    regards,

    Jurgen
    peter.barada@logicpd.com
    New Member
    New Member
    Posts:72


    --
    03 Feb 2006 10:11 AM
    You could get the ppp source and build your own using the m68k-linux-gcc compiler supplied as part of the BSP(actually in the LinuxTools tarball). You could start with the ppp srouce in ftp://ftp.samba.org/pub/ppp/

    I haven't personally built this, but it shouldn't be that hard. Remember that you need to configure with the target compiler(m68k-linux-gcc) since you want to create code that will *run* on the target.

    the root filesystem is build using the tree found in romfs/.romdata, so you could create the files, and then install them into that directory, and then from the top-level execut "make images" to recreate the root filesystem image...
    peter.barada@logicpd.com
    New Member
    New Member
    Posts:72


    --
    03 Feb 2006 11:34 AM
    I started to look at the ppp package shipped as part of standard Linux distributions, and unfortunately it is not set up for cross-compiliation. It assumes that a native compiler exists for building teh daemon.

    You could try extracting the user/pppd directory out of a aClinux distribution and modify as necessary to get it to build for you.
    You are not authorized to post a reply.