> El Sábado, 31 de Diciembre de 2005 04:44, escribió:
>> Hello one more time,
>>
>> I've compiled a kernel image with preemptive, just for testing purposes.
>>
>> However, /boot is empty... and I don't know how this bootloader work at
>> all. What are the required steps to install a new kernel? Should I run
>> again the bootblaster exe with the new kernel image? What initrd should
>> I
>> make use of? What happens if something goes wrong?
>>
>> Thanks in advance!
>>
>> (perhaps you should put this in the documentation section?)
>
> So ashamed... [1]just found the instructions... but what EXACTLY means
> "Copy
> bundle file in raw mode into SD/MMC card". Should I dd it directly to the
> card device? To the partition? Won't it fuck the card filesystem?
>
> Thanks again, and sorry ^_^¿
>
> [1] http://www.handhelds.org/~aquadran/iPAQ191x/sd_bundle/
at first time run makefile.sh from sd_bundle to create tool.
Next copy zImage to sd_bundle dir, change root param in 'params' file to
root=/dev/mmcblk0p1
If you have memcard reader set right reader device to yours (in build.sh)
and run build.sh . if you not have reader, for safety comment 'dd' lines
and run build.sh to create bundle file. while running linux on pda copy it
into and run "dd if=bundle.sdmmc of=/dev/mmcblk0 seek=1 bs=512
conv=notrunc" on pda.
bundle.sdmmc need to be copied in raw mode from second 512 block. first
block is partition definition. Instalation script created partition
with 10MB offset from beggining, so there is safe space for zImage and
optionaly initrd files.
Maybe in future i'll write ext2 simple reader enough for read zImage from
/boot
aquadran
> --
> (\__/)
> (O.o ) Jorge S. de Lis <gentakojima_at_gmail.com>
> (> < )
> This is Bunny.
> Copy Bunny into your signature to help him on his way to world domination.
> BOFH excuse #39: terrorist activities
> _______________________________________________
> H1900-port mailing list
> H1900-port_at_handhelds.org
> https://handhelds.org/mailman/listinfo/h1900-port
>
Received on Sat Dec 31 2005 - 01:36:38 EST
This archive was generated by hypermail 2.2.0 : Sat Dec 31 2005 - 01:36:44 EST