| 17:03 | catwich | greetings folks |
| 17:03 | catwich | I was jsut trying to use an initramfs on my hb, and I seem to fail at it |
| 17:04 | catwich | uboot loads it, I pass the address to bootz |
| 17:04 | catwich | but it does not seem to be used |
| 17:08 | catwich | none of dmesg even contains the mention of initramfs, and my helloworld script in there does nto seem to be run. I could use a professional view on this, wether I am doing something obvious wrong. This is my boot script: |
| 17:09 | catwich | (even though file is called initrd, it is generated using mkinitramfs) |
| 17:22 | catwich | I think I need to pass a commandline option to the kernel |
| 17:22 | catwich | but fail to find any information on which one |
| 17:28 | catwich | ARGH |
| 17:28 | catwich | fixed it |
| 17:28 | catwich | its a typo; uboot populates filesize after laoidng a file |
| 17:29 | catwich | not file_size |