Zitat Zitat von sadaghiani Beitrag anzeigen
KBUILD_VERBOSE=normal
BOXTYPE=hs7429
KERNEL_STM=p0217
BS_GCC_VER=4.8.4
IMAGE=neutrino
FLAVOUR=neutrino-ddt
PLUGINS_NEUTRINO=Yes
OPTIMIZATIONS=size
MEDIAFW=buildinplayer
EXTERNAL_LCD=none
DESTINATION=flash
.................................................. ...................
configure: error: unsupported value hs7429 for --with-boxmodel
make: *** [make/neutrino.mk:221: /home/amir/buildsystem/build_source/libstb-hal-tangos/config.status] Error 1

This is a bit strange. According to the listed config fle, you are building neutrino-ddt with plugins, yet, the error message is about neutrino-tangos. In addition when I build either neutrino-ddt or neutrino-tangos for a hs7429, the error message "configure: error: unsupported value hs7429 for --with-boxmodel" does not (and should not) occur. Do you have the correct patches installed?

Zitat Zitat von sadaghiani Beitrag anzeigen
Output file(s) created in /home/amir/buildsystem/flash/out:


total 4.0K
The problem here is that your buildsystem has the executable fup missing. When that is the case, it should be compiled automatically and installed in the right place when you start ./flash.sh in the directory /home/amir/buildsystem//flash. Apparently compiling fup fails. Try and compile it by hand as follows:

Open a terminal and go to the directory /home/amir/buildsystem/flash/flash_tools/fup.src. Here you should find a script ./comple.sh. Execute it (./compile.sh). The compilation should yield no errors and/or warnings and an executable file fup should have been created. If so, test the file by executing it: ./fup. fup should display its usage. Its version number should be 1.9.8. If this fails, update your flash directory by doing a git pull in /home/amir/buildsystem/flash.

If fup is created, move the file fup to the directory /home/amir/buildsystem/flash/flash_tools and rerun fakeroot ./flash.sh after the build of the image has finished succesfully.

Regards,

Audioniek.