Duolabsil web site has been updated today! :-)

zeros

Registered
Messages
178
Duolabs web site has been updated today! :)

Good news- Duolabs web site has been updated today!
I hope there's new stuff is coming. :)
 
Last edited:

zeros

Registered
Messages
178
Here are also changes to be seen, which indicates to me, that things will hopefully moving forward:
Code:
"http://sourceforge.net/projects/qboxhd/
 

zeros

Registered
Messages
178
I wonder if anyone has tried it and what are the results (the latest Updates from sourceforge?). Somewhere here someone tried to build the software, I know.
[r94] for compatibility reasons, Linux was changed to...
I downloaded the Snapshot.
 

zeros

Registered
Messages
178
Hi!

If anyone have suceeded to generate new drivers / kernel?
How do I do this? I will do so:
1) From sourceforge Download Snapshot. Do not worry, this generation takes a lot of time but eventually it will succeeded!
You will get the last Tree [r94] / committed by Mr. svenluebke, the file qboxhd-code-94-trunk.zip
2) Unpack qboxhd-code-94-trunk.zip on your Linux computer
3) From the console go to the folder where located the Makefile
4) Type the command make help
Illustration
urmas@urmas-Aspire-V5-573G:~/Allalaadimised/qboxhd-code-94-trunk$ make help
You will get a response alternatives on how to get the software to create:
Generic build targets:
all - Build it all
menuconfig - Configures kernel build
xconfig - Graphically configures kernel build
kernel - Build kernel
modules - Build all drivers
modules_install - Install all drivers

Driver build targets:
stmfb - Build Frame Buffer modules
multicom - Build multicom modules
frontends - Build frontends modules
e2proc - Build e2 proc/ module
lcd - Build LCD module
lpc - Build LPC module
fpanel - Build front panel module
scart - Build SCART module
qboxhd_generic - Build generic module

Applications build targets:
enigma2 - Build enigma2

Clean build targets:
clean - Remove all modules except kernel build
distclean - Remove the whole build directory

Examples:
Build everything for the QBoxHD mini:
make BOARD=qboxhd_mini all
Build the kernel for the QBoxHD mini:
make BOARD=qboxhd_mini kernel
Build and install frontends drivers for the QBoxHD:
make BOARD=qboxhd frontends
make BOARD=qboxhd frontends_install
Build enigma2:
make BOARD=qboxhd enigma2

5) Samples of the same variety of commands from the console in command line:

$ make BOARD=qboxhd_mini all
$ make BOARD=qboxhd stmfb
$ make BOARD=qboxhd_mini all
$ make BOARD=qboxhd_mini frontends

...
What are your results? I get unfortunately some error messages that I do not know what to do with it :-( I do not have managed to generate any of those things fully.
 

zeros

Registered
Messages
178
urmas@urmas-Aspire-V5-573G:~/Allalaadimised/qboxhd-code-94-trunk$ make BOARD=qboxhd_mini all
make -C /home/urmas/Allalaadimised/qboxhd-code-94-trunk/src/kernel O=/home/urmas/Allalaadimised/qboxhd-code-94-trunk/build/qboxhd_mini/kernel ARCH=sh CROSS_COMPILE=sh4-linux- INSTALL_MOD_PATH=/home/urmas/Allalaadimised/qboxhd-code-94-trunk/nfs/qboxhd_mini vmlinux uImage
make[1]: Entering directory `/home/urmas/Allalaadimised/qboxhd-code-94-trunk/src/kernel'
make[2]: sh4-linux-gcc: Command not found
make[2]: sh4-linux-gcc: Command not found
SYMLINK include/asm-sh/cpu -> include/asm-sh/cpu-sh4
SYMLINK include/asm-sh/mach -> -e include/asm-sh
CHK include/linux/version.h
make[3]: `include/asm-sh/machtypes.h' is up to date.
Using /home/urmas/Allalaadimised/qboxhd-code-94-trunk/src/kernel as source for kernel
GEN /home/urmas/Allalaadimised/qboxhd-code-94-trunk/build/qboxhd_mini/kernel/Makefile
CHK include/linux/utsrelease.h
CC arch/sh/kernel/asm-offsets.s
/bin/sh: 1: sh4-linux-gcc: not found
make[3]: *** [arch/sh/kernel/asm-offsets.s] Error 127
make[2]: *** [prepare0] Error 2
make[1]: *** [vmlinux] Error 2
make[1]: Leaving directory `/home/urmas/Allalaadimised/qboxhd-code-94-trunk/src/kernel'
make: *** [.kernel] Error 2
urmas@urmas-Aspire-V5-573G:~/Allalaadimised/qboxhd-code-94-trunk$

OK, I'm trying to install sh4-linux-gcc
 

zeros

Registered
Messages
178
After wasting a lot of my time, I am quite confident that I will not be able to install it to my system (I have Kubuntu Linux distribution). I find a pretty nice guide:
Code:
"http://linuxdriverproject.org/mediawiki/index.php/Cross-compiling_Linux_kernel_on_x86_64
However, walking through this doctrine ends that something is not installed and I seriously feel that I should have a Debian Linux to succeed.
 

zeros

Registered
Messages
178
Just for information I have set up various linux servers and work will continue! Has anyone else tried?
 

zeros

Registered
Messages
178
- gzz-4.7-sh4-linux-gnu
and how to:
Code:
'http://pkgs.org/debian-sid/emdebian-amd64/gcc-4.7-sh4-linux-gnu_4.7.2-5_amd64.deb.html
 

zeros

Registered
Messages
178
Code:
Install Howto

1.Add the following line to /etc/apt/sources.list: deb http://www.emdebian.org/debian/ sid main

2.Update the package index: # sudo apt-get update

3.Install libc6-dev-sh4-cross deb package: # sudo apt-get install libc6-dev-sh4-cross

root@Ubuntu:~# nano /etc/apt/sources.list
and add the line to the end:
Code:
deb http://www.emdebian.org/debian/ sid main
Then Install libc6-dev-sh4-cross deb package:
Code:
apt-get install libc6-dev-sh4-cross
 

zeros

Registered
Messages
178
Here you will find the most tutorial what to install nowadays:
Code:
_http://www.linuxjournal.com/content/linux-kernel-testing-and-debugging
Some previous links can now ignore.
 

zeros

Registered
Messages
178
Here is my last test with the last software to create new image for Qboxhd Mini. I have not yet set up the sh4-linux-gcc
The rest all Works :)
Code:
_http://www27.zippyshare.com/v/mbjUKbe0/file.html
 

zeros

Registered
Messages
178
In fact, the construction environment works for both (for Mini and big one). gcc for SH4 - it is just hard for me to get it working. Old installation files will not work anymore and the new START-UP is not as easy as I thought.
 

linch

Registered
Messages
62
these are firmwares for mini and qboxhd with latest changes (R94).
are little and not important changes i can't test these firmwares because is from many time that i not have qboxhd and mini.
I am not responsible and I can not support you because as I told you a long time since I no longer have the two qbox. so if you want to try them at your own risk.
I believe that the best solution for these decoders would be to be able to install the firmware neutrino but it would take a long time to study that unfortunately I have not.
ciao ciao.
download with g@@gle chrome

qbox-mini

qboxhd
 
Last edited:

hoffmann

Registered
Messages
313
Hello linch! I tried to put its upgrade to Qbox HD and accused me error! What can be?
wait one return!
att
hoffmann
 

hoffmann

Registered
Messages
313
The backup was made with the same kernel? And the Bootloader is the last one left?
att
hoffmann
 
Top