On 09/20/15 19:18, Ioan Stan wrote:
> Hi Jacco,
>
> Really appreciated. Before proceeding, I’d like to confirm the steps
> (assuming similar procedure as for F18 in the link below)
>
> 1. xzcat dream* /dev/sdb (if the SD card is sdb; or use dd)
> 2. Configure u-boot (one that supports ext2)
> printenv
> set bootargs 'console=ttyS0,115200 root=LABEL=rootfs rootwait'
> set loadInitrd 'ext2load usb 1:1 0x7400000 uInitrd'
> set loadImage 'ext2load usb 1:1 0x6400000 uImage'
> set bootcmd 'usb start; ${loadImage}; ${loadInitrd} ; bootm 0x6400000
> 0x7400000'
> saveenv
> boot
>
yes, that's also how I think it should work. The first partition in the
image is an ext2 partition with indeed the files uInitrd and uImage.
These files come from a kernel-kirkwood of F18. I'm not sure if the
uboot things should reference usb if we really boot from SD, but if this
works for you right now for F18, it should be similar for RSEL7.

Jacco
_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to