Re: [Prex-devel] BeaglePort with MMU and CACHE
Status: Beta
Brought to you by:
kohtani
|
From: Yocto <yoc...@gm...> - 2010-09-30 23:04:16
|
Hi
> Please share your experiments with this patch!
In order to build on CYGWIN, you need the following changes
to LIBGCC_PATH and PLATFORM_LIBS in mk/gcc.mk:
LIBGCC_PATH := $(shell $(CC) $(CFLAGS) -print-file-name=)
PLATFORM_LIBS+= -L"$(LIBGCC_PATH)" -lgcc
With these, your patch build Prex 0.9.0 and generate a 249670 bytes prexos.
$ openssl dgst -md5 prexos
MD5(prexos)= 2af3784c6d3bca3989d9be37d2d428c7
But it hang after starting. [ CodeSourcery G++ lite 2007q3-53 ]
ps: I miss stuff like "--build=builddir/beagle" from Prex 0.8 that kept the
dir clean...
Do you have any news for the release of Prex 1.0 ?
Thanks
// Yocto
----- Original Message -----
From: <rpa...@ca...>
To: <pre...@li...>
Sent: Thursday, September 30, 2010 3:19 PM
Subject: [Prex-devel] BeaglePort with MMU and CACHE
> Hello all,
>
> I have finally updated my port of Prex 0.9.0 for the BeagleBoard to
> support the MMU and the CACHE (L1 cache only for the moment).
>
> As the diff file is more than 2,000 lines long, I make it available via
> PasteBin at the following URL: http://pastebin.com/JV2Mipbq
>
> This patch also provides support for R_ARM_V4BX relocations (thank you
> Andrew - this makes it possible to use latest CodeSoursourcey G++
> toolchain 2010q1 to compile for the BeagleBoard) and includes a few bug
> fixes (including a nasty one in usr/sbin/init/init.c which only showed up
> when DEBUG was turned off!).
>
> As a reminder, to load this patch on the BeagleBoard, put the prexos
> compiled image on a FAT formatted SD CARD and issue the following commands
> in u-boot:
> mmc init
> fatload mmc 0 0x80300000 prexos
> go 0x80300000
>
> Please share your experiments with this patch!
>
> Cheers,
>
> RICHARD
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> Prex-devel mailing list
> Pre...@li...
> https://lists.sourceforge.net/lists/listinfo/prex-devel
>
|