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

If I cannot make it work, I’ll send you a dreamplug unit.

Regards,
ioan



> On Sep 21, 2015, at 1:58 AM, Jacco Ligthart <[email protected]> wrote:
> 
> On 20-09-15 16:18, Ioan Stan wrote:
>> I booted Fedora 18 on my device following this link 
>> https://fedoraproject.org/wiki/Architectures/ARM/F18/Installation#Kirkwood_Series_.28_DreamPlug.2C_GuruPlug_.29
>>  
>> <https://fedoraproject.org/wiki/Architectures/ARM/F18/Installation#Kirkwood_Series_.28_DreamPlug.2C_GuruPlug_.29>
>> 
>> The U-boot variables work fine.
> There are multiple uboot variables there, so this becomes a bit of a guessing 
> game.
> I guessed the following:
> * No nfs
> * usb/mmc doesn't matter, because you'll type the uboot stuff directly (some 
> devices use a boot.scr file which needs to know the location beforehand)
> * ext2 for /boot
> 
> can you try the image located here:
> ftp://jacco.ligthart.nu/Redsleeve7/rootfs/ 
> <ftp://jacco.ligthart.nu/Redsleeve7/rootfs/>dreamplug-redsleeve-image.img.xz 
> <ftp://raspi-dmz/Redsleeve7/rootfs/dreamplug-redsleeve-image.img.xz>
> 
> I made it as small as possible, so it should fit on a 1G SD/stick. You'll 
> want to resize partitions (and maybe add some swap) after successful boot.
> 
> Jacco
> 
> 
>> 
>> 
>> 
>>> On Sep 20, 2015, at 8:09 PM, Jacco Ligthart <[email protected]> 
>>> <mailto:[email protected]> wrote:
>>> 
>>> On 20-09-15 10:03, Ioan Stan wrote:
>>>> Hi guys,
>>>> 
>>>> Is there going to be 7.1 for Dreamplug boards too?
>>>> 
>>>> 
>>> Can't see why not, but for me it's difficult to test as I don't have the
>>> hardware.
>>> 
>>> I see many different boot methods: usb/mmc/nfs
>>> there is talk about ext2 vs vfat for /boot
>>> Not sure what's the 'right' one.
>>> 
>>> What I can do for you is create an clean 7.1 image with the latest F18
>>> kirkwood kernel
>>> (http://rpmfind.net/linux/rpm2html/search.php?query=kernel-kirkwood 
>>> <http://rpmfind.net/linux/rpm2html/search.php?query=kernel-kirkwood>)
>>> But how to get that to boot on your device, I don't know.
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.redsleeve.org/mailman/listinfo/users

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

Reply via email to