data/scripts: add small script to start neutrino for generic-pc

Origin commit data
------------------
Commit: b47ea1caf0
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-09-14 (Thu, 14 Sep 2023)

Origin message was:
------------------
- data/scripts: add small script to start neutrino for generic-pc

Signed-off-by: Thilo Graf <dbt@novatux.de>

 Conflicts:
	data/scripts/Makefile.am
This commit is contained in:
vanhofen
2023-09-14 23:44:16 +02:00
committed by Thilo Graf
parent f17fce4286
commit b105fe8ac3
3 changed files with 41 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ EXTRA_DIST = \
backup_flash.sh backup_flash.sh.in \
restore_flash.sh restore_flash.sh.in
if BOXTYPE_GENERIC
EXTRA_DIST += \
neutrino.sh neutrino.sh.in
endif
installdir = $(bindir)
install_SCRIPTS = \
@@ -11,6 +17,11 @@ install_SCRIPTS = \
restore.sh \
install.sh
#install_SCRIPTS += \
# start_flash.sh
#
# if BOXMODEL_CST_HD2
# install_SCRIPTS += \
# backup_flash.sh \
@@ -21,3 +32,23 @@ install_SCRIPTS = \
# install_SCRIPTS += \
# restore_flash.sh
# endif
#
#install_SCRIPTS += \
# start_flash.sh
#
#if BOXMODEL_CST_HD2
#install_SCRIPTS += \
# backup_flash.sh \
# restore_flash.sh
#endif
#
#if BOXTYPE_ARMBOX
#install_SCRIPTS += \
# restore_flash.sh
#endif
#
#if BOXTYPE_GENERIC
#install_SCRIPTS += \
# neutrino.sh
#endif

View File

@@ -0,0 +1,4 @@
#!/bin/bash
export SIMULATE_FE=1
neutrino