|
[SOLVED] How to mount SATA ports on GoFlex Net STAK100? August 15, 2011 11:54PM |
Registered: 2 years ago Posts: 8 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 16, 2011 02:46AM |
Registered: 2 years ago Posts: 131 |
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 03:23AM |
Registered: 2 years ago Posts: 8 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 04:22AM |
Registered: 1 year ago Posts: 6 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 08:05AM |
Registered: 2 years ago Posts: 131 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 10:43AM |
Registered: 2 years ago Posts: 140 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 02:49PM |
Registered: 1 year 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 04:23PM |
Registered: 2 years ago Posts: 140 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 05:04PM |
Registered: 1 year ago Posts: 6 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 17, 2011 08:39PM |
Registered: 2 years ago Posts: 140 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 18, 2011 01:56AM |
Registered: 2 years ago Posts: 8 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? August 18, 2011 03:23AM |
Registered: 1 year ago Posts: 6 |
|
Re: How to mount SATA ports on GoFlex Net STAK100?? March 24, 2012 08:33PM |
Registered: 1 year ago Posts: 482 |