Default Password

Home Forums MultiConnect OCG Default Password

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6123
    Samuel Chen
    Participant

    Hi,

    How do you go about setting a different password for the deployed uImage.bin and rootfs.jffs2 ?

    Thanks,
    Samuel

    #6126
    Bryan Tran
    Moderator

    Hi Samuel,

    1. scp into your device and issue following command:

    passwd

    Enter your new password

    2. Then go to /etc/folder and do the command:

    cat passwd

    This will displaying the content of the passwd file.

    3. Copy the first line of this file and then paste it into the following file:

    corecdp-X.X.X/multitech/recipes/multitech/config/passwd

    Notes: Remove the first line of this file first and then paste in yours

    4. Then do: bitbake config -c clean

    bitbake your_image

    Regards,

    BT

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.