Re: [Embeddedxen-devel] Pandaboard support
Brought to you by:
rossierd
From: Bornet R. <rom...@he...> - 2012-11-12 12:01:57
|
Hi Bala, Please always post to the mailing-list address (emb...@li...) and not to individuals. It can always help others to have a view in issues of other developers. Now regarding your particular issue with Pandaboard... > Greetings! I have tried to port HTC desire HD in pandaboard already. It shows couple of errors while doing the final step. I mean making hypervisor, dom0 and domu files: > 1. syntax mismatching with parenthesis( ) > 2. Respective /vmlinz is not present. > can you give me any suggestion over that? Without a more detailed problem description, it will be hard to help you. You can perhaps send a log of the build output which gives more information on the location and type of error. > 1. syntax mismatching with parenthesis( ) Should be rather easy to solve by analyzing where and why this happens. This kind of errors typically come with conditionnal compilation (#if/#ifdef) and it is possible that when compiling for Pandaboard you activate code that was not activated for Desire or other platforms. Have a look at the location of the error in the code. You should find quickly where there is/are problem/s with parenthesis. > 2. Respective /vmlinz is not present. If you have compilation issues, the binaries won't be generated... So first fix the build issues then we can tackle down the Linux (dom0/U) images problem. How did you patch the kernel for Pandaboard ? Did you paravirtualize everything needed for Panda ? You can have a look at the adaptations done for HTC Desire HD in this commit for example: http://sourceforge.net/p/embeddedxen/code/ci/cb104712cccd5c7c8c07583746707e3255c28915/ This is the inclusion of Desire HD (2.6.32-dom0) into EmbeddedXen. And the patch: http://sourceforge.net/p/embeddedxen/code/ci/6358dd0031e04f2a6305ac0323af7af9057452e8/tree/tools/patches/linux-2.6.32-dom0.patch This is the patch which must be applied on top of original 2.6.32 HTC kernel. These resources should give you all necessary information you need to port EmbeddedXen on Panda. The original Desire HD kernel can be downloaded from http://www.htcdev.com/devcenter/downloads > Filter: Device: HTC Desire HD Android version: v2.2 Kernel source code > Find files. The kernel we took as a base is the latest one in the list Desire HD - N/A - N/A - N/A - 2.6.32 - v2.2 - 86.6 MB --> http://dl4.htc.com/RomCode/Source_and_Binaries/ace_2.6.32_g5ed1769.tar.gz Please note that we do not already support SMP with EmbeddedXen. It is on our roadmap but still not implemented. For the Panda, you'll have to disable SMP and use only one core for now. Regards, Romain > -----Original Message----- > From: Bornet Romain [mailto:rom...@he...] > Sent: lundi 12 novembre 2012 11:08 > To: emb...@li... > Subject: [Embeddedxen-devel] Pandaboard support > > Posted on behalf of: > ----- Forwarded message ----- > De : "Bala Krishnan" <bas...@gm...> Pour : "Rossier Daniel" > <Dan...@he...> Objet : [Embeddedxen-devel] White paper & new > git URL Date : jeu., nov. 8, 2012 13:45 Dear daniel, > > Greetings! I have tried to port HTC desire HD in pandaboard > already. It shows couple of errors while doing the final step. I mean making > hypervisor, dom0 and domu files: > 1. syntax mismatching with parenthesis( ) > 2. Respective /vmlinz is not present. > > can you give me any suggestion over that? > > Thanks and regards > P Balakrishnan > > On Thu, Nov 8, 2012 at 8:10 AM, Rossier Daniel <Dan...@he...> > wrote: > Dear Bala, > > Right now, we do not have a port of EmbeddedXEN on Pandaboard. > However, since this board is endowed with a OMAP4430 (ARMv7), you could > take the source from our port on HTC Desire HD, (or we have also a versatilev7 > emulated board) and try to make the port yourself. For sure, it is not so hard. > > Cheers > Daniel > > > From: Bala Krishnan [mailto:bas...@gm...] > Sent: mercredi 7 novembre 2012 05:22 > To: Rossier Daniel > Subject: Re: [Embeddedxen-devel] White paper & new git URL > > Dear daniel, > > Greetings! Do embedded Xen can be installed over panda board? > > Thanks and Regards > Bala > > On Tue, Nov 6, 2012 at 9:18 PM, Rossier Daniel <Dan...@he...> > wrote: > Dear all, > > I just uploaded a white paper about EmbeddedXEN on our sourceforge website. > You can download it here: > > http://sourceforge.net/projects/embeddedxen/files/embeddedXEN_publication > _final.pdf/download > > > Please note that I've upgraded EmbeddedXEN project to the new host system at > Sourceforge as they suggested. > It means that you need to update your URL for git: > Old repository url: > git://embeddedxen.git.sourceforge.net/gitroot/embeddedxen/embeddedxen > New repository checkout command: git clone > ssh://ros...@gi.../p/embeddedxen/code embeddedxen-code Sorry > about disagreements and thank you. > > Daniel > > > ------------------------------------------------------------------------------ > LogMeIn Central: Instant, anywhere, Remote PC access and management. > Stay in control, update software, and manage PCs from one command center > Diagnose problems and improve visibility into emerging IT issues Automate, > monitor and manage. Do more in less time with Central > http://p.sf.net/sfu/logmein12331_d2d > _______________________________________________ > Embeddedxen-devel mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embeddedxen-devel > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite for > free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Embeddedxen-devel mailing list > Emb...@li... > https://lists.sourceforge.net/lists/listinfo/embeddedxen-devel |