Hi,

I cannot have deploy/linuxbios.rom

but got initrd and bzImage there.

Where did I do wrong ?

Thanks,
supat
==================================
mkdir -p objdir/man/man8
sed \
-e 's,^.TH MKELFIMAGE 8 "RELEASE_DATE" "VERSION"$,.TH MKELFIMAGE 8 "24 April 2003" "2.5",' \
main/mkelfImage.man > objdir/man/man8/mkelfImage.8
cp main/mkelfImage.man objdir/man/man8/mkelfImage.8
make[1]: Leaving directory `/root/buildrom/work/mkelfimage/mkelfImage-2.5'
Building the ELF payload...
Bytes left in ROM: 90198
bash-3.00# ls
Config.mk Makefile README Vars.mk bin deploy initrd-rootfs packages skeleton sources staging work
bash-3.00# find -name linuxbios.rom -print
bash-3.00# cd deploy
bash-3.00# ls -l
total 1552
-rw-r--r--  1 root root 535118 Jul 28 19:29 bzImage
-rw-r--r--  1 root root 242152 Jul 28 20:16 initrd
-rw-r--r--  1 root root 794538 Jul 28 20:16 olpc-payload.elf

====================================
HOWTO

To run the system, type 'make'.  You'll need a connection to the net to
suck down tarballs for the individual packages.

Currently - the system will build the following packages (in order):

uclibc
busybox
wireless-tools
kernel
mkelfImage

The end result is a .elf file in the deploy/ directory, suitable for adding
as the payload of a LinuxBIOS build.
=============================================

On Thu, 27 Jul 2006, Ronald G Minnich wrote:


things are about to get a LOT easier. I just sent jordan some mods to buildrom.

To build a working bootrom for OLPC, you do this:
git-clone  git://dev.laptop.org/users/jcrouse/buildrom

cd buildrom
make

You then have a FLASH ROM image in deploy/linuxbios.rom

one stop shopping. I have flashed this image several times tonight -- under itself. bootmenu works like a charm. This is really fun!

Jordan and the bootmenu guys -- we are going to use this buildrom stuff on other linuxbios platforms. You have really moved the state of the art of linuxbios forward quite a bit. Thank you.

thanks

ron
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to