[SOLVED] How to mount SATA ports on GoFlex Net STAK100? August 15, 2011 10:54PM |
Registered: 13 years ago Posts: 8 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 16, 2011 01:46AM |
Registered: 14 years ago Posts: 136 |
Quote
wget http://www.varkey.in/files/linux-image-2.6.37.6-goflex_1.0_armel.deb
dpkg -i linux-image-2.6.37.6-goflex_1.0_armel.deb
cd /boot
# Create the images for uBoot
/usr/bin/mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux-2.6.37.6 -d /boot/vmlinuz-2.6.37.6-goflex /boot/uImage
/usr/bin/mkimage -A arm -O linux -T ramdisk -C gzip -a 0x00000000 -e 0x00000000 -n initramfs -d /boot/initrd.img-2.6.37.6-goflex /boot/uInitrd
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 02:23AM |
Registered: 13 years ago Posts: 8 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 03:22AM |
Registered: 13 years ago Posts: 6 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 07:05AM |
Registered: 14 years ago Posts: 136 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 09:43AM |
Registered: 14 years ago Posts: 161 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 01:49PM |
Registered: 13 years ago Posts: 6 |
console=ttyS0,115200 root=LABEL=ROOTFS rootdelay=10 rootfstype=ext2 mtdparts=orion_nand:1M(u-boot),4M(uImage),32M(rootfs),-(data)
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 03:23PM |
Registered: 14 years ago Posts: 161 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 04:04PM |
Registered: 13 years ago Posts: 6 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 07:39PM |
Registered: 14 years ago Posts: 161 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 18, 2011 12:56AM |
Registered: 13 years ago Posts: 8 |
Re: How to mount SATA ports on GoFlex Net STAK100?? August 18, 2011 02:23AM |
Registered: 13 years ago Posts: 6 |
Re: How to mount SATA ports on GoFlex Net STAK100?? March 24, 2012 07:33PM |
Registered: 13 years ago Posts: 502 |