Page 2 of 2
Re: Samsung open source releases
Posted: Thu Feb 13, 2020 9:57 pm
by ZGod
Ah whoops. I mean the H sources yes. Are you sure the E and F sources are the same? Did you look at the H sources as well? Samsung really hacked around a lot in there...
Re: Samsung open source releases
Posted: Thu Feb 13, 2020 10:42 pm
by sectroyer
ZGod wrote: ↑Thu Feb 13, 2020 9:57 pm
Ah whoops. I mean the H sources yes. Are you sure the E and F sources are the same? Did you look at the H sources as well? Samsung really hacked around a lot in there...
Versions are same I doubt they changed them much

Re: Samsung open source releases
Posted: Sat Feb 15, 2020 12:05 pm
by ZGod
What you do define as much?

The diff between the official SDL 1.2.11 and Samsung's H SDL 1.2.11 is >100kB:
https://schwart6.home.xs4all.nl/samsung-sdl.diff
Some of the things they added are OpenGL ES, remote controller buttton and support for passing audio to GPlayer.
Re: Samsung open source releases
Posted: Mon May 11, 2020 11:10 am
by CodeAsm
I have a UE32D6500, I dont know if the sources for this model/series has been released by Samsung ever, Is there any sources for this model/series that are like for the mainboard? I would love to study its workings and maybe recover the mainboard in my dads old tv (he gave it to me, replaceing the psu dint fix it). Im not in a hurry repairing, so I hope to maybe get to boot something on this thing and maybe some picture one day on screen.
Found the firmware online (T-GASDEUC_1028.0) but I know the board is already on this (thanks dad

) maybe a downgrade eventualy is posible too. but source and functioning tv is more imortant to me atm.
Re: Samsung open source releases
Posted: Mon May 11, 2020 1:40 pm
by sectroyer
Source does provided by Samsung will NOT help you fix broken tv

Re: Samsung open source releases
Posted: Sat Dec 05, 2020 3:18 am
by eigma
UN40H5201
T-N14M6AKUC-1111.1
Went looking on opensources.samsung.com, seems there is nothing older than J series.
Would really appreciate if someone can share samsung released sources for H series. I have rootfs dumps from my device/firmware in exchange (though I guess most devs probably already have these).
Re: Samsung open source releases
Posted: Thu Dec 17, 2020 8:00 pm
by eigma
I contacted Samsung by form and they told me to search opensource.samsung.com by keyword "U***H52**". This was actually able to find a source for package which is fairly close, 14_UNxxH65xx_X14.zip (aka "14_DTV_X14H").
However, kernel does not match exactly (package is 3.8.2, mine is 3.8.13). actually, the kernel path says 3.8.2 but Makefile says 3.8.13 so this might actually be correct kernel.
File list:
Code: Select all
$ unzip -l 14_UNxxH65xx_X14.zip
Archive: 14_UNxxH65xx_X14.zip
Length Date Time Name
--------- ---------- ----- ----
6159871 02-21-2013 18:40 ATH6KL-LSDK-WLAN-AIO-3.5.0.224.tgz
337560 11-09-2011 10:15 BCM43236B_2012_DHD_OPEN.tgz
237904242 04-07-2014 10:05 binutils.tar.bz2
64787 04-14-2013 10:58 BRCM bluetooth driver.zip
9237793 04-04-2014 13:52 busybox-1.20.2.tgz
20898217 06-09-2015 10:02 clutter.zip
1858612 04-01-2013 16:35 DPO_S_RT5572_LinuxSTA_V2.6.1.4.tgz
419897 04-06-2014 10:55 ext4.zip
27924480 01-09-2012 15:42 FFMPEG.tar.gz
24926457 01-10-2014 14:07 glibc.tgz
4382864 01-09-2012 13:28 Glibmm.tgz
4003756 04-19-2011 09:35 gnutls-2.6.4.tar.gz
25607 04-07-2014 10:37 KNBD.tar.gz
381890 01-06-2012 07:52 LibMMS_0.6.2.tgz
1176337 01-09-2012 13:17 libsoup.20120109.tgz
1693052 04-19-2011 09:35 libtasn1-2.5.tar.gz
3936240 05-11-2015 16:28 mststr.ko_preinit.ko_samsungmstar.ko.tgz
467548 04-06-2014 11:36 nfs-utils-1.2.6.tar.gz
962827 04-06-2014 10:55 nfs.zip
34362 04-08-2014 09:53 nspr.zip
565008397 04-03-2014 11:23 OP.tar.gz
4010166 03-19-2014 12:47 openssl-1.0.0.tar.gz
109365938 04-02-2014 22:07 OP_Graphics.tar.gz
87059 03-28-2012 15:02 OR1200.ZIP
140787 01-06-2012 16:32 RALINK_RTNET5572STA_V_2_5_0_1.tgz
108883 01-06-2012 16:22 RALINK_RTUTIL5572STA_V_2_5_0_1.tgz
2701 04-09-2014 12:16 readme_X14.7z
271018 04-04-2013 17:53 rpcbind-0.2.0.tar.bz2
248585 02-16-2015 20:50 samsung_mali.ko.tgz
180478 07-09-2013 17:01 squashfs4.2.tar.gz
57502 02-12-2015 15:28 tzdrv.ko.tgz
152490 04-07-2014 11:12 v4l2_uvc_driver.tgz
117866198 04-04-2014 13:52 VDLinux_3.8.2.tgz
5489125 01-27-2014 09:33 VD_e2fsprogs.tgz
40565834 01-09-2012 13:10 webkit-gtk.20120109.tgz
--------- -------
1190351560 35 files
Full list of all archives:
files.txt
Re: Samsung open source releases
Posted: Thu Dec 17, 2020 8:20 pm
by zoelechat
Indeed must be correct one, at least enough to reliably compile modules (with correct toolchain).