Hi,

After removing the remout and also apply the patch I found in the
slides I can now start Android and access the console, also launch
some programs like logcat.

But now I've run into another problem that I cant find any thing about
when searching for it.

the program nvrm_daemon is trying to access /dev/nvhost-ctrl which
doesn't exists.
I guess that this is needed in order to run Android so I dont want to
comment out that line, but what can I do to fix this?

//Magnus

On 11 Aug, 03:10, koba <tetsu.k...@gmail.com> wrote:
> Hi,
>
> You don't have to remount /. comment out the line.
>
> About Android on Ubuntu, see my slides.
>
> http://www.slideshare.net/tetsu.koba/reusing-your-existing-software-o...http://www.slideshare.net/tetsu.koba/android-on-ubuntu-for-developer
>
> On Aug 10, 10:02 pm, Magnus <ma...@mange.name> wrote:
>
>
>
>
>
>
>
> > I'm working on a project where the goal is to run Android in a
> >chroot'ed environment from Ubuntu.
>
> > As of now I have a kernel for Android running (compiled 
> > fromhttp://nv-tegra.nvidia.com/). From that kernel I can start both ubuntu
> > and Android depending on what init I choose from uBoot and pass to the
> > kernel.
>
> > The thing is that I want to boot into Ubuntu and after that start
> > Android inside achroot.
> > After I run the command:
> >chrootandroid/ /init
> > Android starts and the init program starts executing everything in the
> > init.rc file and the problem is now that it stops when hitting the
> > line:
> > mount rootfs rootfs / ro remount
> > with the error:
> > init: Cannot mount the device rootfs at / as rootfs file
> > system...retrying
>
> > So I wonder what might be wrong, can/should I do anything different
> > when starting Android or are there anything I can do to fix the
> > mounting issue?
>
> > I have a Harmony board if that might change things.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to