Ramdisk with Angstrom

Hi .
I try to test Angstrom RFS as ramrfs on BeagleBone Black, these are my steps:

-I get ramdisk.gz after compress with gzip this RFS:
*Angstrom-systemd-image-eglibc-ipk-v2012.05-beaglebone.rootfs.tar.bz2
*modules-3.2.42-r19b+gitr720e07b4c1f687b61b147b31c698cb6816d72f01-beaglebone.tgz

I use mkimage to do format at that file:
mkimage -A arm -O linux -T ramdisk -C gzip -d ramdisk.gz ramdisk.gz

I have use the last uboot image with this uEnvt.txt:

bootpart=0:1
bootdir=
loaduimage= load mmc ${bootpart} ${loadaddr} ${bootfile}

uenvcmd=run loaduimage;run loadramdisk;run findfdt;run loadfdt; run ramargs; bootm ${loadaddr} ${rdaddr} ${fdtaddr}

That’s the results:
2.482740] RAMDISK: gzip image found at block 0
[ 2.633683] mmc1: BKOPS_EN bit is not set
[ 2.647735] mmc1: new high speed MMC card at address 0001
[ 2.661826] mmcblk1: mmc1:0001 MMC02G 1.78 GiB
[ 2.672191] mmcblk1boot0: mmc1:0001 MMC02G partition 1 1.00 MiB
[ 2.683272] mmcblk1boot1: mmc1:0001 MMC02G partition 2 1.00 MiB
[ 2.699327] mmcblk1: p1 p2
[ 2.707387] mmcblk1boot1: unknown partition table
[ 2.722598] mmcblk1boot0: unknown partition table
[ 3.916772] RAMDISK: incomplete write (14562 != 32768)
[ 3.922196] write error
[ 4.332989] VFS: Mounted root (ext2 filesystem) on device 1:0.
[ 4.343359] devtmpfs: mounted
[ 4.351300] Freeing init memory: 264K
[ 4.358625] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode block - inode=16386, block=65539
[ 4.368800] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode block - inode=16456, block=65547
[ 4.378813] EXT2-fs (ram0): error: ext2_get_inode: unable to read inode block - inode=16456, block=65547
[ 4.388763] Kernel panic - not syncing: No init found. Try passing init= option to kernel. See Linux Documentation/init.txt for gu.
[ 4.401751] [] (unwind_backtrace+0x1/0x88) from [] (panic+0x55/0x14c)
[ 4.410287] [] (panic+0x55/0x14c) from [] (kernel_init+0x67/0x90)
[ 4.418457] [] (kernel_init+0x67/0x90) from [] (ret_from_fork+0x11/0x34)
[ 4.427253] drm_kms_helper: panic occurred, switching back to text console

¿Someone have do it that test with Angstrom like ramfs?