Supper @Raxone...dva pitanja;
1.) Jeli ovo radi na STB-7700?
2.) Može kakav demo video?
Supper @Raxone...dva pitanja;
1.) Jeli ovo radi na STB-7700?
2.) Može kakav demo video?
1.Nikako na stb-7710(sti7109) ovo je za STB8000(sti7105).
I kad smo kod toga ako neko ima stb7710 da mu netreba ili bilo koji drugi stb a da bi ga donirao za pokuse molim slobodno mi posaljite.
2.A demo video bit ce nesto ovih dana.
Treba zalemit konektor za uart/ttl tri zice ili cetiri ako se koristi 3,3v.
A kabel koji se koristi je uart/ttl na rs232 adapter.
Postoji kabal od nokie "usb to uart" koji se moze iskoristit za ovo ili na ebay kupit kabal koji kosta par dolara takodje usb to uart kabal.
Mislim da mora imat mogucnost za 3,3v jer stb koristi 3,3v.
Svaka čast Raxone.
Ja sam počeo raditi na čistoj Enigmi 2 iz duckbox projekta, ali u zadnjih mjesec dana jedno vrijeme nisam imao PC, pa sam imao i drugih problema pa nisam ništa uspio napraviti.
Nisam još flashao to na STB, pa jel mi možeš objasniti kako si sredio da ti tvoj kernel učitava kernel module i firmware za audio i video? Ja sam pokušavao kompajlati stmfb pa nije proradilo, a nisu mi radili ni Albisovi iz STAPI-a.
Jel bi mogao tako modificirani STB raditi sa partnerbox ili openwebif pluginom preko enigme2 (imam enigma2 resiver pa da preko STBa mogu gledati satelitsku u drugoj sobi)?
jedva cekam da ovo sve proradi na 7710
OK Evo par pitanja:
1.) Dali je nakon flashovanja moguce vratiti MaxTV FW...( Ukoliko me k*eteni iz T-Coma traze prijemnik nazad )
2.) Komande preko racunala se izvude u Linuxu ( terminal )?
1.da
2.Putty(terminal emulator) je program za windows.
Nabijem torx security vide na onu stvar...
Di mogu kupiti tako mali torx securiti odvijač?
EDIT: Uspio sam skinuti šarafe kliještima.
Usb drive/flash is mounted on the /media/usb_sda1.
/dev/usbdevice_sda1 on /media/usb_sda1 type vfat (rw,nosuid,nodev,relatime,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro)
dd if=/dev/mtd0 of=/media/usb_sda1/mtd0.bin
You have two ways of doing it:
1) Temporary (one-time use):
sh /mnt/usb/flash_unlock /dev/mtd0 0x0 4
(add "sh" before flash_unlock path)
2) Permanently store flash_unlock on STB:
cp /mnt/usb/flash_unlock /usr/bin
chmod +x /usr/bin/flash_unlock
flash_unlock /dev/mtd0 0x0 4
Not work...
All files in pendrive...
Nažalost, ja ne razumijem programiranje ...
# sh /mnt/media/usb_sda1/flash_unlock /dev/mtd0 0x0 4
sh: can't open '/mnt/media/usb_sda1/flash_unlock'
# sh /mnt/media/usb_sda1/flash_unlock /dev/mtd0 0x0 4
It's not /mnt/media/....., check the actual path, it should be either in /mnt or /media. Use ls command (ls /mnt, ls /media, and so on).
# ls /mnt
persistence usb
# ls /media
usb_sda1
Path is true..
Ok goooo!:
# /media/usb_sda1/flash_unlock /dev/mtd0 0x0 4
# cp /media/usb_sda1/u-boot.bin /tmp
# /media/usb_sda1/flashcp -v /tmp/u-boot.bin /dev/mtd0
Erasing blocks: 4/4 (100%)
Writing data: 214k/0k (100%)%)
Verifying data: 214k/0k (100%)%)
# reboot
# [ 698.019000] UBIFS: un-mount UBI device 7, volume 0
umount: can't remount none read-only
umount: none busy - remounted read-only
umount: can't remount none read-only
umount: can't remount none read-only
umount: none busy - remounted read-only
The system is going down NOW!
Sent SIGTERM to all processes
Sent SIGKILL to all processes
R[ 700.061000] Flash device refused suspend due to active operation (state 0)
[ 700.063000] Resô
Board: STx7105-PDK [32-bit mode]
U-Boot 2010.09 (Sep 05 2014 - 21:05:55) - stm24-2014-R@x1
DRAM: 256 MiB
NOR: 2 MiB
NAND: 128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: stmac-0
Hit any key to stop autoboot: 0
Loading from nand0, offset 0x1900000
Bad block table found at page 65472, version 0x01
Bad block table found at page 65408, version 0x01
** Unknown image type
Wrong Image Format for bootm command
ERROR: can't get kernel image!
PDK7105> usb start
(Re)start USB...
USB: STM EHCI HCD initialization HCCR=0xfe1ffe00, HCOR=0xfe1ffe10, hc_length=16
Register 1111 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
PDK7105> fatls usb 0:1
262144 mtd0.bin
131072 mtd1.bin
10367 flash_unlock
28209 flashcp
220084 u-boot.bin
2568039 uimage
67108864 rootfs.img
7 file(s), 0 dir(s)
PDK7105> nand erase
NAND erase: device 0 whole chip
Skipping bad block at 0x07f80000
Skipping bad block at 0x07fa0000
Skipping bad block at 0x07fc0000
Skipping bad block at 0x07fe0000
OK
PDK7105> setenv update_kernel_usb
PDK7105> setenv update_rootfs_usb
PDK7105> run update_kernel_usb
## Error: "update_kernel_usb" not defined
PDK7105> setenv update_kernel_usb
PDK7105> setenv update_rootfs_usb
PDK7105> fatload usb 0:1
usage: fatload <interface> <dev[:part]> <addr> <filename> [bytes]
PDK7105> fatload usb 0:1 $load_addr rootfs.img
reading rootfs.img
67108864 bytes read
PDK7105> nand erase 0x2100000
NAND erase: device 0 offset 0x2100000, size 0x5f00000
Skipping bad block at 0x07f80000
Skipping bad block at 0x07fa0000
Skipping bad block at 0x07fc0000
Skipping bad block at 0x07fe0000
OK
PDK7105> nand write $load_addr 0x2100000 0x4000000
NAND write: device 0 offset 0x2100000, size 0x4000000
67108864 bytes written: OK
PDK7105> run update_kernel_usb
## Error: "update_kernel_usb" not defined
PDK7105> usb start
(Re)start USB...
USB: STM EHCI HCD initialization HCCR=0xfe1ffe00, HCOR=0xfe1ffe10, hc_length=16
Register 1111 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
PDK7105> fatls usb 0:1
262144 mtd0.bin
131072 mtd1.bin
10367 flash_unlock
28209 flashcp
220084 u-boot.bin
2568039 uimage
67108864 rootfs.img
7 file(s), 0 dir(s)
PDK7105> nand erase
NAND erase: device 0 whole chip
Skipping bad block at 0x07f80000
Skipping bad block at 0x07fa0000
Skipping bad block at 0x07fc0000
Skipping bad block at 0x07fe0000
OK
PDK7105> setenv update_kernel_usb "usb start; fatload usb 0:1 $load_addr uImage; nand erase 0x1900000 0x500000; nand write $load_addr 0x1900000 0x500000"
PDK7105> setenv update_rootfs_usb "usb start; fatload usb 0:1 $load_addr rootfs.img; nand erase 0x2100000; nand write $load_addr 0x2100000 0x4000000"
PDK7105> run update_kernel_usb
(Re)start USB...
USB: STM EHCI HCD initialization HCCR=0xfe1ffe00, HCOR=0xfe1ffe10, hc_length=16
Register 1111 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
reading uImage
2568039 bytes read
NAND erase: device 0 offset 0x1900000, size 0x500000
Erasing at 0x1de0000 -- 100% complete.
OK
NAND write: device 0 offset 0x1900000, size 0x500000
5242880 bytes written: OK
PDK7105> run update_rootfs_usb
(Re)start USB...
USB: STM EHCI HCD initialization HCCR=0xfe1ffe00, HCOR=0xfe1ffe10, hc_length=16
Register 1111 NbrPorts 1
USB EHCI 1.00
scanning bus for devices... 2 USB Device(s) found
scanning bus for storage devices... 1 Storage Device(s) found
reading rootfs.img
67108864 bytes read
NAND erase: device 0 offset 0x2100000, size 0x5f00000
Skipping bad block at 0x07f80000
Skipping bad block at 0x07fa0000
Skipping bad block at 0x07fc0000
Skipping bad block at 0x07fe0000
OK
NAND write: device 0 offset 0x2100000, size 0x4000000
67108864 bytes written: OK
PDK7105>
SUCCES???
Hlava all!
HDMU img on board, remote not work...
('-. .-. _ .-') _ _ .-')
( OO ) /( ( OO) )( '.( OO )_
,--. ,--. \ .'_ ,--. ,--.),--. ,--.
| | | | ,`'--..._)| `.' | | | | |
| .| | | | \ '| | | | | .-')
| | | | ' || |'.'| | | |_|( OO )
| .-. | | | / :| | | | | | | `-' /
| | | | | '--' /| | | |(' '-'(_.-'
`--' `--' `-------' `--' `--' `-----'
-----====== HDMU 12816 enigma2 Git 3206 ======-----
login[2471]: root login on 'ttyAS0'
BusyBox v1.22.1 (2014-09-15 11:18:16 CEST) built-in shell (ash)
Enter 'help' for a list of built-in commands.
SPARK7162:~#
Universal remote codes for T-COM?
Probably remote in webinterface.
Uklonjeno.
If you want use a diffrent remote must use software like irrecord to record remote code(not easy).
About USB multiboot you can not use UFS 910 software because UFS910 got diffrent cpu not (sti7105)
UFS913 got sti7105 but you can not use none software before modify to work on albis STB8000.
Hi Raxone!
Ufs 910 sti 7100 I know it's two, I wrote only example.
Irrecord I know, you try to.
Thanks!
Uklonjeno.