Search found 83 matches

by lbalan79
Sat Apr 11, 2015 3:58 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

Getting a proper populated /dev matching the tv read only partition. 1. Find the root partition: # cat /proc/cmdline root=/dev/mmcblk0p9 rootfstype=squashfs console=ttyS0,115200n8 rootwait earlyprintk no_console_suspend ???????????????????? onboot=ATSC9-0006 quiet vmalloc=600M EME_BUFFINFO=0x9DF0000...
by lbalan79
Sat Apr 11, 2015 6:09 am
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

Nothing new but just showing Ubuntu Gnome running on the HU9000 as well. I did have some issues with resolution. But I am sure is a mode config issue. Somehow gnome doesn't cover the entire screen at higher resolutions: root@(none):/# xrandr --output LVDS-1 --mode 1920x1080 root@(none):/# xrandr --o...
by lbalan79
Sat Apr 04, 2015 2:30 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

Well one of the apps I attached is xterm :) So no need to compile this one ;) Also you should start by learning about autoconf/automake and setting toolchain :) Yes.First step: I was able to get the hello world to run on the tv. But more complex applications do not compile dues to missing flag conf...
by lbalan79
Sat Apr 04, 2015 1:41 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

Yay. It works. This is amazing. First time I am actually able to manually display something on the tv screen using X11. Notes: Like I said before I was able to chroot on ubuntu. The reason /dtv/pts was interesting enough it is because apt-get will always complain. Not a showstopper but something to ...
by lbalan79
Fri Apr 03, 2015 11:11 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

I see that but did you mount /dev before trying? mount -o bind /dev /tmp/linux/dev The issue is that /dev is read only on my system and has no ./pts folder inside.... Here is my output: /dtv/usb/sda1/ubuntuxfs/ubuntu_xfs # mount -o bind /dev /tmp/ubuntu/dev /dtv/usb/sda1/ubuntuxfs/ubuntu_xfs # mount...
by lbalan79
Fri Apr 03, 2015 9:24 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

I did compile the hello world and go tit working. When I had to compile a simple x application I needed the X11 headers. So I had to compile X. However I got some problems there. Actually I am not sure -p works when /dev is already mounted to /dev. I might have to do a makedev and mount everything s...
by lbalan79
Fri Apr 03, 2015 8:06 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

You are right. but if more bang their head on a closed door hopefully we get somewhere. My main goal was just to get any x application to display. Let's see if that will work :(.
by lbalan79
Fri Apr 03, 2015 7:39 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

The mount point doesn't exist at all :(: root@(none):~# mount -o bind /dtv/pts /tmp/ubuntu/dev/pts mount: mount point /tmp/ubuntu/dev/pts does not exist Did you at least read/analyze what I did prepare ? :) mkdir -p /tmp/ubuntu/dev/pts It's not I want to discourage you but if you have problems at t...
by lbalan79
Fri Apr 03, 2015 6:02 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

The mount point doesn't exist at all :(:

Code: Select all

root@(none):~# mount -o bind /dtv/pts  /tmp/ubuntu/dev/pts
mount: mount point /tmp/ubuntu/dev/pts does not exist
by lbalan79
Fri Apr 03, 2015 5:19 pm
Forum: [E] Software
Topic: Installing Ubuntu in Samsung Smart TV natively
Replies: 72
Views: 146228

Re: Installing Ubuntu in Samsung Smart TV natively

There is no /dev/pts anymore... /dtv/pts/ is where they are... # mount -t devpts devpts /tmp/ubuntu/dev/pts mount: mounting devpts on /tmp/ubuntu/dev/pts failed: No such file or directory Is mount -o bind /dtv/pts /dev/pts correct? I guess not because the mount point doesn't exist. Any ideas on how...

Go to advanced search