pxa270 on non-zaurus smartphone

2010-08-23 Thread Super Biscuit
Has there been any testing or results for installing OpenBSD to a SD card for use on a PPC6700/HTC Apache?

Re: pxa270 on non-zaurus smartphone

2010-08-23 Thread Super Biscuit
--- On Mon, 8/23/10, Marek Vasut wrote: From: Marek Vasut Subject: Re: pxa270 on non-zaurus smartphone To: arm@openbsd.org Cc: "Super Biscuit" Date: Monday, August 23, 2010, 3:32 PM Dne Po 23. srpna 2010 16:16:31 Super Biscuit napsal(a): > Has there been any testing or results f

bootloader compiled

2010-08-31 Thread Super Biscuit
Compiled the bootloader with the following. export ARCH=arm export CROSS_COMPILE=arm-none-linux-gnueabi- Replaced angstrom with none in Makefile Used startup.txt from Android script and replaced initrd with bsd.rd Removed references to android Used Makefile and built zImage after a.out was compil

Re: bootloader compiled

2010-09-01 Thread Super Biscuit
--- On Wed, 9/1/10, Marek Vasut wrote: From: Marek Vasut Subject: Re: bootloader compiled To: "Super Biscuit" Cc: arm@openbsd.org Date: Wednesday, September 1, 2010, 12:33 PM Dne St 1. zC!EC- 2010 03:07:45 Super Biscuit napsal(a): > Compiled the bootloader with the following.