> > *Thank you William,* > > *now i have splash screen and then:* > > *Debian GNU/Linux 7* > > *BeagleBoard.org Debian Image 2015-07-17* > > *Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian > <http://elinux.org/Beagleboard:BeagleBoneBlack_Debian>* > > *default username:password is [debian:temppwd]* > > *[email protected] <[email protected]>'s password:* > > *i would like to start automatically an application without display this, > it it possible ?* > Unfortunately that image most likely uses systemd by default, and I'm not very good with systemd startup scripts. As for the login message, not sure why it resides but if you google "debian ssh login text" you can probably find out for yourself.
On Tue, Jul 28, 2015 at 9:19 PM, Mirko Fucci <[email protected]> wrote: > Thank you William, > > now i have splash screen and then: > > Debian GNU/Linux 7 > > BeagleBoard.org Debian Image 2015-07-17 > > Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian > > default username:password is [debian:temppwd] > > [email protected]'s password: > > i would like to start automatically an application without display this, > it it possible ? > > > > > 2015-07-28 23:38 GMT+02:00 William Hermans <[email protected]>: > >> Corresponding line is bold / italic. >> >> debian@beaglebone:~$ *sudo nano /boot/uEnv.txt* >> >> >> #Docs: http://elinux.org/Beagleboard:U-boot_partitioning_layout_2.0 >> >> uname_r=4.1.2-ti-r3 >> #dtb= >> *cmdline=quiet init=/lib/systemd/systemd* >> >> ##Example >> #cape_disable=capemgr.disable_partno= >> #cape_enable=capemgr.enable_partno= >> >> ##Disable HDMI/eMMC >> >> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN,BB-BONE-EMMC-2G >> >> ##Disable HDMI >> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI,BB-BONELT-HDMIN >> >> ##Disable eMMC >> #cape_disable=capemgr.disable_partno=BB-BONE-EMMC-2G >> >> ##Audio Cape (needs HDMI Audio disabled) >> #cape_disable=capemgr.disable_partno=BB-BONELT-HDMI >> #cape_enable=capemgr.enable_partno=BB-BONE-AUDI-02 >> >> >> ##enable BBB: eMMC Flasher: >> ##make sure, these tools are installed: dosfstools rsync >> #cmdline=init=/opt/scripts/tools/eMMC/init-eMMC-flasher-v3.sh >> >> >> On Tue, Jul 28, 2015 at 2:21 PM, Mirko Fucci <[email protected]> >> wrote: >> >>> Hi, >>> >>> i tried to set optargs= quiet or optargs= silent in boot/uEnv.txt to get >>> a silent boot ( only splash screen with no boot info on video). >>> What are the right settings to get it ? >>> >>> Thanks, >>> >>> Mirko >>> >>> >>> >>> -- >>> For more options, visit http://beagleboard.org/discuss >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "BeagleBoard" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- >> For more options, visit http://beagleboard.org/discuss >> --- >> You received this message because you are subscribed to a topic in the >> Google Groups "BeagleBoard" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/beagleboard/BaNHhYi-L6Y/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
