Re: bootloader compiled

2010-09-01 Thread Marek Vasut
Dne St 1. zC!EC- 2010 16:15:39 Super Biscuit napsal(a): > --- 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

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.

Re: bootloader compiled

2010-09-01 Thread Marek Vasut
Dne St 1. zC!EC- 2010 03:07:45 Super Biscuit napsal(a): > 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 refere

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