Talk:Host-based development with Xoo and Xephyr

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Modified wget URL for ipkg: new section)
 
(5 intermediate revisions by 4 users not shown)
Line 8: Line 8:
  
 
--[[User:Haslup|Haslup]] 07:16, 28 April 2007 (CEST)
 
--[[User:Haslup|Haslup]] 07:16, 28 April 2007 (CEST)
 +
 +
Xnest would refuse connections from the chroot-ed environment.
 +
AUDIT: Sun Jul 29 17:57:58 2007: 6393 Xnest: client 1 rejected from IP 127.0.0.1
 +
 +
Solved this by starting Xnest with the following parameters:
 +
Xnest :1 -ac -dpi 283 -geometry 480x640+86+295
 +
 +
--[[User:Scvalex|Scvalex]] 17:19, 29 July 2007 (CEST)
 +
 +
It'll fail with MokoMakefile because it builds also uboot (which is for arm ...)
 +
Just setup your environnement for MokoMakefile and then :
 +
source setup.env
 +
cd build
 +
bitbake openmoko-devel-image
 +
 +
--[[User:starox|starox]] 17:19, 29 July 2007 (CEST)
 +
 +
== mkdir -f ? ==
 +
 +
in the command line listings where it says to do "mkdir -f /blah/blah", was the intent for that to be -p?
 +
 +
== Modified wget URL for ipkg ==
 +
 +
It was giving 404 so after some exploring I found the new URL and put it in the code box.

Latest revision as of 10:46, 17 February 2009

In building for x86 using MokoMakefile, openmoko-panel-battery failed with:

openmoko-panel-battery.c:26:17: error: apm.h: No such file or directory
openmoko-panel-battery.c: In function 'timeout':

I resolved this by building apmd manually:

make build-package-apmd

--Haslup 07:16, 28 April 2007 (CEST)

Xnest would refuse connections from the chroot-ed environment.

AUDIT: Sun Jul 29 17:57:58 2007: 6393 Xnest: client 1 rejected from IP 127.0.0.1

Solved this by starting Xnest with the following parameters:

Xnest :1 -ac -dpi 283 -geometry 480x640+86+295

--Scvalex 17:19, 29 July 2007 (CEST)

It'll fail with MokoMakefile because it builds also uboot (which is for arm ...) Just setup your environnement for MokoMakefile and then :

source setup.env
cd build
bitbake openmoko-devel-image

--starox 17:19, 29 July 2007 (CEST)

[edit] mkdir -f ?

in the command line listings where it says to do "mkdir -f /blah/blah", was the intent for that to be -p?

[edit] Modified wget URL for ipkg

It was giving 404 so after some exploring I found the new URL and put it in the code box.

Personal tools

In building for x86 using MokoMakefile, openmoko-panel-battery failed with:

openmoko-panel-battery.c:26:17: error: apm.h: No such file or directory
openmoko-panel-battery.c: In function 'timeout':

I resolved this by building apmd manually:

make build-package-apmd

--Haslup 07:16, 28 April 2007 (CEST)