pour cela il me faut creer une image
afin de faire cela il y avait des progs dans ca http://mail.pdaxrom.org/archos.ru/experime...ack-0.1.tar.bz2
CITATION
Fast guide how build custom aimage)
in flash-hack archive ( http://mail.pdaxrom.org/archos.ru/experime...ack-0.1.tar.bz2 ) look aimage directory.
There 2 utils: extract and build.
extract will write cramfs image and kernel image from exists aimage.img:
CODE
./extract aimage.img
when it will finish you get 2 files: rootfs.bin and zImage
for unpack cramfs you must use cramfs stuff with XIP feature (sticky files is uncompressed), for example this: http://mail.pdaxrom.org/archos.ru/experime...-archos.tar.bz2
CODE
cramfsck -x root rootfs.bin
all files from archos system will in directory root. Now you can hack it and add your own features in system:) for roll new cramfs image use mkcramfs utility:
CODE
mkcramfs root rootfs.bin
New rootfs.bin will created.
QUOTE
Note:
cramfs image must be ~21MB - need better understand aimage header smile.gif
For build aimage.img use build utility. Copy aimage.hdr in directory where your zImage and rootfs.bin and run build:
CODE
./build
http://www.oesf.org/forums/index.php?showtopic=16939