查看: 4765|回复: 1

[求助] 树莓派 程序无法自启动

[复制链接]
  • TA的每日心情
    开心
    2014-5-14 13:12
  • 签到天数: 180 天

    连续签到: 1 天

    [LV.7]常住居民III

    发表于 2013-3-28 22:32:45 | 显示全部楼层 |阅读模式
    分享到:
    小弟在做项目时往树莓派移植一定的算法,现在想让程序在系统上电后自动运行;
    以我的理解首先需要能够自动登录,然后是需要自动启动程序,但是一直失败;

    我是参照以下过程:
    RPi Debian Auto Login[size=0.8em]

    This guide will show you how to login to a Debian image and start LXDE by simply powering the Pi on.
    Auto Login:
    In Terminal:
    sudo nano /etc/inittab
    Scroll down to:
    1:2345:respawn:/sbin/getty 115200 tty1
    and change to
    #1:2345:respawn:/sbin/getty 115200 tty1
    Under that line add:
    1:2345:respawn:/bin/login -f pi tty1 </dev/tty1 >/dev/tty1 2>&1
    Ctrl+X to exit, Y to save followed by enter twice
    Auto StartX (Run LXDE)
    In Terminal:
    sudo nano /etc/rc.local
    Scroll to the bottom and add the following above exit 0:
    su -l pi -c startx
    (where pi is the username you want to run X as). Press Ctrl+X to exit, Y to save followed by Enter twice.
    (Note: The previous method indicated that you should add startx to /etc/profile. The updated method is better, since it will cause startx to run only when necessary, and it will not launch the X server as root.)


    但是一直不能自动登录,还望高手指教















    回复

    使用道具 举报

  • TA的每日心情
    开心
    2012-11-23 16:50
  • 签到天数: 15 天

    连续签到: 1 天

    [LV.4]偶尔看看III

    发表于 2013-3-28 23:37:03 | 显示全部楼层
    把程序的执行命令行,添加到rc.local文件中,试试
    回复 支持 反对

    使用道具 举报

    您需要登录后才可以回帖 注册/登录

    本版积分规则

    关闭

    站长推荐上一条 /4 下一条



    手机版|小黑屋|与非网

    GMT+8, 2024-11-19 06:20 , Processed in 0.114682 second(s), 17 queries , MemCache On.

    ICP经营许可证 苏B2-20140176  苏ICP备14012660号-2   苏州灵动帧格网络科技有限公司 版权所有.

    苏公网安备 32059002001037号

    Powered by Discuz! X3.4

    Copyright © 2001-2024, Tencent Cloud.