Questions tagged «boot»

这些问题涉及Raspberry PI的初始启动。



2
接通电源后开始播放电影的最快方法是什么?
我希望我的Raspberry Pi 在为设备接通电源后尽快开始循环播放预定义的.mp4影片(/home/oliver/awesome.mp4)。 这必须在没有任何用户交互的情况下发生,并且如果没有OSD会分散播放效果,我希望这样做。我想在POS旁边使用它来娱乐。
12 debian  video  boot 

6
如何使用BUILDROOT在没有屏幕的情况下连接和使用ssh
我想为树莓派(B +)构建一个最小的系统,以提高人脸检测算法的性能...我发现BuildRoot:对于配置,我发现没有必要自己进行配置,而是使用了提供的一: make raspberrypi_defconfig make 现在我没有HDMI电缆连接pi ...将其连接到笔记本电脑时,红色指示灯亮起,绿色指示灯开始闪烁:这意味着pi正在正确读取SD卡。这是我第一次我正在使用buildroot,我不知道如何为pi启用ssh或如何显示pi地址。请注意,这与没有屏幕的Prepare ssh无关, 因为它们在解决方案中提供了 要在启动时启用ssh,请在SD映像的启动分区上备份boot.rc并将其替换为boot_enable_ssh.rc 好吧,我没有一个名为boot.rc的文件 我可以使用ubuntu 14.04访问sd卡,从启动文件夹运行ls显示如下: bootcode.bin cmdline.txt config.txt fixup.dat start.elf zImage 我还尝试通过将10.42.0.5添加到cmdline.txt来使用静态ip,但是在此之后,我无法使用此地址连接到pi。所以我有两个问题: 使用buildroot时如何连接到pi地址: 链接到解决方案 如何使用SSH通过buildroot和witout HDMI设置并连接到pi。 顺便说一句,我正在使用以太网电缆连接到pi 谢谢 :) 更新:我已经为第一个问题的解决方案添加了链接,现在pi地址在扫描以太网网络后出现: nmap -sP 10.42.0.0/24 Nmap scan report for 10.42.0.5 Host is up (0.00076s latency). 现在我遇到的问题是如何使ssh能够连接到pi HDMI,(使用Buildroot) 尝试ssh pi时(buildroot是使用的系统主机名): ssh buildroot@10.42.0.5 ssh: connect to …


4
Raspberry 3-从USB启动-但是如何?
显然,Raspberry Pi 3可以从SD卡以外的其他设备启动,包括USB闪存驱动器。我今天拿到了Pi 3(欢呼!),并将最新的Raspbian刻录到SD卡和USB闪存盘上。 Pi可以从SD卡引导(当然!),但是,如果我只是插入USB记忆棒(然后拔下了SD卡),它就不会做任何事情。 您是否仍需要SD卡“预引导”,还是必须以某种方式格式化USB记忆棒?有人有这样的设置工作吗? 请参阅:https://www.raspberrypi.org/magpi/pi-3-interview/上的“ USB和PXE网络启动” 能够在闪存驱动器上交换测试操作系统(例如Windows 10 iOT或Ubuntu),而不是SD卡有时会很好!
11 usb  boot  sd-card  pi-3 

2
无法启动Window10 IoT软件包
我有一个为Raspberry Pi 2 B用C#开发的无头应用程序。 我可以在Visual Studio中调试该应用程序。我的工作站和主板之间直接连接了以太网电缆。当我在浏览器中导航到:minwinpc:8080/AppXManager.htm我可以在已安装的应用列表中看到我想要的程序。我试图将其删除,在VS中进行重建/重新部署,然后该应用程序退出并从列表中返回。因此,我知道它的当前版本。 问题是:我无法从Web GUI将其转到“开始”。我选择了我的应用,然后出现以下错误: Failed to start package BlinkyHeadlessCS-uwp_q8jk9dv1tcdg!App 如何设置眨眼程序从Web UI启动,然后如何在启动后使其自动运行?
11 boot  windows-iot 

4
试图在杰西关闭X11
我正在运行使用SystemD的Debian Jessie。到目前为止,我一直无法找到阻止X11在启动时启动的方法。raspi-config设置显然不执行任何操作。 有人可以帮忙吗?


3
我如何才能减少启动时间?
删除了我不需要的大多数服务后,启动,拍照和关闭仍然需要大约28秒钟。我想进一步降低它,我做了一次systemd-analyze blame,得到了以下几点: 7.476s disableusb.service 1.736s keyboard-setup.service 958ms kbd.service 789ms systemd-fsck-root.service 737ms systemd-setup-dgram-qlen.service 722ms fake-hwclock.service 580ms kmod-static-nodes.service 565ms console-setup.service 534ms dev-mqueue.mount 518ms systemd-udev-trigger.service 498ms networking.service 489ms raspi-config.service 449ms hdparm.service 444ms systemd-journal-flush.service 376ms systemd-tmpfiles-setup.service 375ms dhcpcd.service 345ms systemd-logind.service 332ms ntp.service 317ms systemd-modules-load.service 281ms tmp.mount 272ms triggerhappy.service 269ms sys-kernel-debug.mount 265ms systemd-fsck@dev-mmcblk0p6.service 223ms rsyslog.service …
11 boot 


2
在Raspberry Pi 2上自动启动TightVncServer
我有一个Raspberry Pi 2,并且一直关注Raspberrypi.org上的帖子,但是Tight VNC Server无法在重新启动时启动。似乎没有任何错误。 如何让TightVncServer在Pi Reboot上启动?
11 boot  vnc 

4
Raspbian上的btrfs根文件系统
我以为我可以尝试使用btrfs作为根分区,以了解它在断电期间如何处理文件损坏。但是我无法启动它。 我做了什么: 在切换之前在PI上: apt-get install btrfs-tools 2.在Linux计算机上: btrfs转换/ dev / sda2 在/etc/fstab变化ext4到btrfs 在/cmdline.txt变化ext4到btrfs 如果尝试启动,则会出现内核崩溃。我还应该做其他事情吗?

1
设置为启动到X服务器时,RasPi无需密码即可启动
无论我是引导到GUI还是引导到控制台,我始终希望在所有计算机上启用密码。 我已经看了很多关于此的教程,尽管显然有很多方法可以使Debian引导到x并自动登录,但是我并没有使用其中的任何方法。当我使用raspi-config脚本设置为在启动时引导GUI时,它将绕过我的用户密码输入。由于我有多个用户,因此无法使用。 所以这个问题是:“如何在进入Raspbian上的GUI之前安全地启动到x服务器,并保持密码?” 编辑: 如果我不误会,以“ sed”开头的行上的代码似乎设置了自动登录功能。 do_boot_behaviour() { whiptail --yesno "Should we boot straight to desktop?" 20 60 2 RET=$? if [ $RET -eq 0 ]; then # yes update-rc.d lightdm enable 2 sed /etc/lightdm/lightdm.conf -i -e "s/^#autologin-user=.*/autologin-user=pi/" ASK_TO_REBOOT=1 elif [ $RET -eq 1 ]; then # no update-rc.d lightdm …
11 boot  raspbian  gui  gdm 

2
自定义Raspbian映像无法通过“找不到初始化”启动
我正在使用debootstrap构建Raspbian的自定义SD映像,并且生成的映像无法Kernel panic - not syncing: No init found.在我的Raspberry Pi和qemu下启动。我可以在两者上成功启动2012-07-15-wheezy-raspbian映像(尽管在Pi上使用不同的SD卡)。对于qemu,我正在使用XEC Design中的内核。 % qemu-system-arm -M versatilepb -cpu arm1136 -kernel /usr/local/share/qemu/kernel-qemu -m 256 -drive file=raspbian3.img -serial stdio -append "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=tty1,115200 console=tty1 root=/dev/sda2 elevator=noop" ... EXT3-fs (sda2): error: couldn't mount because of unsupported optional features (240) EXT2-fs (sda2): error: couldn't mount because of …
11 raspbian  boot  setup  image  init 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.