I want to boot linux kernel with simple filesystem in DDR on my customboard, based on Sitara AM5728.
I've build linux kernel uImage with simple init filesystem, downloaded from this topic.
Then I downloaded u-boot, kernel and dtb file via ymodem to DDR and change "fdtfile" variable in u-boot environment.
But when I'm trying to boot kernel by "bootm" command, following error appears:
When I'm trying too boot kernel, without init filesystem configuration, it works.
In connection with, I've got a two questions:
1. What am I supose to do, to solve this problem?
2. Did I correctly understand, that, when I configure the kernel and change init ram filesystem path via menuconfig, filesystem includes in uImage after building and I don't need to download a filesystem in DDR: only kernel and dtb file?