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 19 Jun 2003 01:11 AM by  pk_rjpeck@earthlink.net
Newbie to Linux, Problems installing Zoom Software from CD
 4 Replies
Sort:
You are not authorized to post a reply.
Author Messages
pk_rjpeck@earthlink.net
New Member
New Member
Posts:


--
16 Jun 2003 05:49 PM
    I'm a newbie to linux. I'm using Mandrake 9.1. I can't figure how to log into the root w/ my password.

    I can use "su" and do a basic install. But I can't get past the "building the image" section in the users guide PDF. When I've used "su" and install the software, I can "chroot /opt/Embedix" but I get a "bash#" prompt. Then I can't change directories to the 1h79520 directory.

    I have experience w/ DOS and command prompts. I have experience w/ assembly and Borlands C++ compilers.

    I have a basic idea on how to get myself around linux. But I have never built anything w/ linux.

    I also tried using "cygwin" in a windows environment. But the PDF doesn't explain how to install the software within a windows environment.

    Any help would be appreciated.

    Joe.
    paulc@logicpd.com
    New Member
    New Member
    Posts:


    --
    17 Jun 2003 04:04 PM
    Can you show the output from the failed attempt to cd from the bash prompt? A copy and paste of the session would do.
    pk_rjpeck@earthlink.net
    New Member
    New Member
    Posts:


    --
    17 Jun 2003 06:06 PM
    Posted By paulcox on 17 Jun 2003 4:4 PM
    Can you show the output from the failed attempt to cd from the bash prompt? A copy and paste of the session would do.




    OK Here agoes.

    ------------------------------------------------------------
    [joseph@localhost joseph]$ cd..
    [joseph@localhost home]$ cd..
    [joseph@localhost /]$ cd..
    [joseph@localhost /]$ cd..
    [joseph@localhost /]$ cd mnt
    [joseph@localhost mnt]$ dir
    cdrom floppy win_c win_c2 win_c3 win_d win_d2 win_d3 win_e win_f
    [joseph@localhost mnt]$

    cd cdrom
    [joseph@localhost cdrom]$ dir
    BDK_Builder.pm Embedix-tools-arm-doc-1.0-1.i386.rpm
    BDK_lh79520_user_guide.pdf Embedix-tools-common-2.0-4.i386.rpm
    blob Embedix-tools-i386-2.0-4.i386.rpm
    boot.bin Embedix-tools-native-2.0-0.i386.rpm
    DHCP.pdf fixup-build.sh
    Embedix-build-distro-2.0.tgz fixup-extract.sh
    embedix.gz install.sh
    Embedix-lwiz-Python-1.0.1-3.i386.rpm lh79520.bdk.tar.gz
    Embedix-lwiz-Python-1.0-1.i386.rpm make_bdk.sh
    Embedix-rpm-2.5.5-3.i386.rpm mkimage.sh
    Embedix-tcspoof-0.1-1.i386.rpm Network-boot-HOWTO.pdf
    Embedix-tools-arm-1.0-0.i386.rpm README.BDK
    Embedix-tools-arm-1.0-1.i386.rpm readme.txt
    Embedix-tools-arm-doc-1.0-0.i386.rpm
    [joseph@localhost cdrom]$ ./install.sh
    Embedix BDK installation for the LH79520
    Your distribution must contain a version of RPM.
    This install must be run as root
    Please su or login as root
    [joseph@localhost cdrom]$ login
    login: root
    Password:
    Login incorrect

    login:
    Login incorrect

    login:
    Login incorrect

    login:

    Login incorrect
    [joseph@localhost cdrom]$ cd..
    [joseph@localhost mnt]$ cd cdrom
    [joseph@localhost cdrom]$ su
    Password:
    [root@localhost cdrom]# ./install.sh
    Embedix BDK installation for the LH79520
    Your distribution must contain a version of RPM.
    This install must be run as root
    You are root and we will continue
    Installing ARM toolchains...
    Installing i386 toolchains...
    Installing Python...
    Installing Native toolchains...
    Installing Common...
    Installing Spoofing...
    Installing RPM...
    Extract bdk...
    You now have the LH79520 BDK installed. Type the following command:
    # chroot /opt/Embedix
    # cd /bdk/lh79520
    # make -f Makefile.bdk firsttime
    # make -f Makefile.bdk deploy


    [root@localhost cdrom]# chroot /opt/Embedix
    bash# cd /bdk/1h79520
    bash: /bdk/1h79520: No such file or directory
    bash# cd /bdk
    bash# dir
    bash: dir: command not found
    bash#
    ------------------------------------------------------------------------

    Thanks,
    Joe.
    miket@logicpd.com
    New Member
    New Member
    Posts:


    --
    18 Jun 2003 09:41 AM
    >You now have the LH79520 BDK installed. Type the following command:
    ># chroot /opt/Embedix
    ># cd /bdk/lh79520
    ..
    >bash# cd /bdk/1h79520

    it's a lower-case L, not a 1. do an 'ls' in that directory
    to see what directories and files exist.

    mt
    pk_rjpeck@earthlink.net
    New Member
    New Member
    Posts:


    --
    19 Jun 2003 01:11 AM
    it's a lower-case L, not a 1. do an 'ls' in that directory
    to see what directories and files exist.

    ------------------------------
    Thanks. I hoped I was doing something simple, but not dumb(sigh).

    Now for the next steps.

    Thanks again
    You are not authorized to post a reply.