Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-02-02 Thread Puneet B
Hi Patrick,

I dont have any ttyS0.conf file in my etc directory.

Can you tell, how to add this.

Regards
Punith

-- 
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-31 Thread Puneet B
HI ,

I used some previous rootfs which is used for my A10 board.

Now UBUNTU is booting fine.

But Once i play 720p video , the video is not playing smoothly(playing like 
slow motion).

i tried with installing mali.ko and ump.ko.

But not yet worked.

kindly suggest me what will be issue.

Regards
Punith

-- 
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-28 Thread Dmitriy B.


 but once i boot i got struck here.

 6Freeing init memory: 212K
 [6.629097] Freeing init memory: 212K
 6Write protecting the kernel text section c0008000 - c07d2000
 [6.638421] Write protecting the kernel text section c0008000 - c07d2000
 30systemd-udevd[165]: starting version 204
 4init: plymouth main process (78) killed by ABRT signal
 4init: plymouth-splash main process (202) terminated with status 2
 4init: failsafe main process (225) killed by TERM signal
 4init: plymouth-stop pre-start process (303) terminated with status 1


You have no console or output because you are launching empty ubuntu-core,
which is a minimalistic package consisting of what you need to install
packages with chroot environment. It is not made to be an end user system.

Mount this rootfs with your PC, chroot there and install atleast package
ubuntu-minimal.

For more info, google manuals for ubuntu-core, there are plenty, both for
x86 and ARM.

If you don't want to make your own ubuntu from scratch with ubuntu-core as
a base, just grab any latest Linaro
http://releases.linaro.org/latest/ubuntu/saucy-images and have fun with
everything already set up.

Best Regards,
Dmitriy Beykun

-- 
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-28 Thread Puneet B
Hi Dimitriy,

I downloded 

linaro-saucy-developer-20131216-586.tar.gz

and i copied in sdcard  and booted.


But i got struck here:

[7.057834] devtmpfs: mounted
6Freeing init memory: 216K
[7.069043] Freeing init memory: 216K
6Write protecting the kernel text section c0008000 - c0817000
[7.078378] Write protecting the kernel text section c0008000 - c0817000
4init: ureadahead main process (71) terminated with status 5
[7.644747] init: ureadahead main process (71) terminated with status 5

Kindly tell me what will be the issue.

Regards
Punith

-- 
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-28 Thread Olliver Schinagl

On 28-01-14 13:57, Puneet B wrote:

Hi Dimitriy,

I downloded

linaro-saucy-developer-20131216-586.tar.gz

probably also without GUI.

try hansg's fedora images to get yourself more familiar, that should 
work just fine. google for hansg cubieboard fedora 19 r3; his own repo 
seems to be down atm




and i copied in sdcard  and booted.


But i got struck here:

[7.057834] devtmpfs: mounted
6Freeing init memory: 216K
[7.069043] Freeing init memory: 216K
6Write protecting the kernel text section c0008000 - c0817000
[7.078378] Write protecting the kernel text section c0008000 - c0817000
4init: ureadahead main process (71) terminated with status 5
[7.644747] init: ureadahead main process (71) terminated with status 5

Kindly tell me what will be the issue.

Regards
Punith

--
You received this message because you are subscribed to the Google
Groups linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send
an email to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


--
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [linux-sunxi] Re: How to port ubuntu in my A20 board.

2014-01-28 Thread Patrick Wood
These distros all do not have any getty running on the serial port. The virtual 
terminals should be working, or you can add a /etc/init/ttyS0.conf.

-- 
You received this message because you are subscribed to the Google Groups 
linux-sunxi group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to linux-sunxi+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.