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] [<c001028d>] (unwind_backtrace+0x1/0x88) from [<c03dab99>]
(panic+0x55/0x14c)
[    4.410287] [<c03dab99>] (panic+0x55/0x14c) from [<c03d7487>]
(kernel_init+0x67/0x90)
[    4.418457] [<c03d7487>] (kernel_init+0x67/0x90) from [<c000c47d>]
(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?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to