[Arm-netbook] Where to load initramfs

Peter Steenbergen p.steenbergen at j1nx.nl
Tue Jul 10 11:19:47 BST 2012


Guys,

I am so freaking bad with this HEX -> Binary crap, so need some basic help.

I prepared an initramfs so want's to know where I can load it into memory
exactly so it will fit? Below my boot.scr;

setenv console 'ttyS0,115200'
setenv root '/dev/mmcblk0p2'
setenv panicarg 'panic=10'
setenv extra 'rootfstype=ext4 rootwait'
setenv loglevel '8'
setenv setargs 'setenv bootargs console=${console} root=${root}
loglevel=${loglevel} ${panicarg} ${extra}'
setenv kernel 'uImage'

setenv initrd 'uInitrd'
setenv boot_mmc 'fatload mmc 0 0x43000000 script.bin; fatload mmc 0
0x48000000 ${kernel}; fatload mmc 0 0x???????? ${initrd}; watchdog 0;
bootm 0x48000000 0x????????'

setenv bootcmd 'run setargs boot_mmc'


Please help me fill in the question marks

Thx,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.phcomp.co.uk/pipermail/arm-netbook/attachments/20120710/ad5da8f1/attachment.html 


More information about the arm-netbook mailing list