NEW dockstar/goflex net kernel ready to use January 20, 2011 09:58PM |
Registered: 14 years ago Posts: 166 |
jantle
Re: NEW dockstar/goflex net kernel ready to use February 08, 2011 06:47PM |
Re: NEW dockstar/goflex net kernel ready to use February 08, 2011 08:45PM |
Registered: 14 years ago Posts: 166 |
Re: NEW dockstar/goflex net kernel ready to use May 13, 2011 11:39AM |
Registered: 14 years ago Posts: 136 |
Quote
Jantle
the MPP-pins for the four LEDs on the right are MPP38 to MPP41.
for the four LEDs on the left: MPP42 to MPP45.
David D.
Re: NEW dockstar/goflex net kernel ready to use May 29, 2011 05:55PM |
dpffan
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 01:09AM |
dpkg -i linux-image-2.6.32-dockstar_1.1_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.32-5 -d /boot/vmlinuz-2.6.32-dockstar /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.32-dockstar /boot/uInitrd
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 10:42AM |
Registered: 13 years ago Posts: 6 |
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 02:43PM |
Registered: 14 years ago Posts: 136 |
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 02:55PM |
Registered: 13 years ago Posts: 6 |
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 03:05PM |
Registered: 14 years ago Posts: 136 |
Quote
[179758.471050] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl F300)
[179758.511085] ata1.00: ATA-8: ST9320423AS, 0002SDM1, max UDMA/133
[179758.517118] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[179758.581084] ata1.00: configured for UDMA/133
[179758.585475] ata1: EH complete
[179759.481306] scsi 0:0:0:0: Direct-Access ATA ST9320423AS 0002 PQ: 0 ANSI: 5
[179759.492158] sd 0:0:0:0: [sdb] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[179759.500407] sd 0:0:0:0: Attached scsi generic sg1 type 0
[179759.513514] sd 0:0:0:0: [sdb] Write Protect is off
[179759.518421] sd 0:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[179759.520956] sd 0:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[179759.560115] sdb: sdb1 sdb2 sdb3
[179759.566931] sd 0:0:0:0: [sdb] Attached SCSI disk
[179817.649888] NTFS driver 2.1.29 [Flags: R/W DEBUG MODULE].
[179817.669983] NTFS volume version 3.1.
[179833.111761] NTFS volume version 3.1.
Re: NEW dockstar/goflex net kernel ready to use May 30, 2011 03:20PM |
Registered: 13 years ago Posts: 6 |
dpffan
Re: NEW dockstar/goflex net kernel ready to use May 31, 2011 03:03AM |
dpffan
Re: NEW dockstar/goflex net kernel ready to use May 31, 2011 03:11AM |
Re: NEW dockstar/goflex net kernel ready to use May 31, 2011 02:28PM |
Registered: 14 years ago Posts: 136 |
Re: NEW dockstar/goflex net kernel ready to use May 31, 2011 02:31PM |
Registered: 14 years ago Posts: 136 |
Re: NEW dockstar/goflex net kernel ready to use June 03, 2011 02:12PM |
Registered: 14 years ago Posts: 136 |
Re: NEW dockstar/goflex net kernel ready to use June 03, 2011 07:53PM |
Registered: 14 years ago Posts: 13 |
dpffan
Re: NEW dockstar/goflex net kernel ready to use June 03, 2011 09:14PM |
sata_bootcmd=run usb_set_bootargs; run sata_boot sata_boot=ide reset; mw 0x800000 0 1; ext2load ide 0:1 0x800000 /boot/uImage; if ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset
bootcmd=usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset
Re: NEW dockstar/goflex net kernel ready to use June 03, 2011 09:50PM |
Registered: 14 years ago Posts: 13 |
Re: NEW dockstar/goflex net kernel ready to use June 03, 2011 11:07PM |
Registered: 14 years ago Posts: 136 |
fw_setenv sata_boot 'ide reset; mw 0x800000 0 1; ext2load ide 0:1 0x800000 /boot/uImage; if ext2load ide 0:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi' fw_setenv sata_bootcmd 'run usb_set_bootargs; run sata_boot' fw_setenv bootcmd 'usb start; run force_rescue_bootcmd; run ubifs_bootcmd; run usb_bootcmd; usb stop; run sata_bootcmd; run rescue_bootcmd; run pogo_bootcmd; reset'
Re: NEW dockstar/goflex net kernel ready to use June 04, 2011 09:24PM |
Registered: 14 years ago Posts: 13 |
dpffan
Re: NEW dockstar/goflex net kernel ready to use June 05, 2011 07:09AM |
fw_setenv sata_boot 'ide reset; mw 0x800000 0 1; ext2load ide 1:1 0x800000 /boot/uImage; if ext2load ide 1:1 0x1100000 /boot/uInitrd; then bootm 0x800000 0x1100000; else bootm 0x800000; fi'
Re: NEW dockstar/goflex net kernel ready to use June 05, 2011 02:06PM |
Registered: 14 years ago Posts: 136 |