neutrino for dm7000

Das Original Benutzerinterface Neutrino-SD incl. zapit, sectionsd, yWeb etc...
tns
Beiträge: 2
Registriert: Mittwoch 6. Dezember 2006, 17:16

neutrino for dm7000

Beitrag von tns »

i tried to provide a neutrino image for dm7000 (prepare_neutrino- make dreambox_neutrinoroot), two steps for having the compilation process going to the end:
1- patch to control.cpp file

Code: Alles auswählen

	case CControld::FORMAT_SVIDEO:
 		arg = SAA_MODE_SVIDEO;
 		break;
+#ifdef HAVE_DREAMBOX_HARDWARE
+	case CControld::FORMAT_YUV_VBS:
+	case CControld::FORMAT_YUV_CVBS:
+		fprintf(stderr, "[controld] FORMAT_YUV_VBS/FORMAT_YUV_CVBS not supported on dreambox\n");
+		return;
+		break;
+#else
 	case CControld::FORMAT_YUV_VBS:
 		arg = SAA_MODE_YUV_V;
 		break;
@@ -446,6 +453,7 @@
 		fprintf(stderr, "[controld] FORMAT_YUV_CVBS not supported\n");
 		return;
 #endif
+#endif
 	}
 
2- dirty patch to apps/dvb/tools/configure line 4226

Code: Alles auswählen

.................................
			;;
	esac
else
#  if test "$BOXTYPE" = "dreambox" -o "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then
  if test "$BOXTYPE" = "ipbox" && test -z "$BOXMODEL"; then
		{ { $as_echo "$as_me:$LINENO: error: Dreambox/IPBox needs --with-boxmodel" >&5
$as_echo "$as_me: error: Dreambox/IPBox needs --with-boxmodel" >&2;}
   { (exit 1); exit 1; }; }
	fi
fi
...................................
i obtained a file image of 4~ mega, ........ correct?
does neutrino handle goto protocol? i have a stab motor.....