Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) January 14, 2012 01:05PM |
Registered: 13 years ago Posts: 128 |
kroonen
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 14, 2012 02:42PM |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 24, 2012 01:26PM |
Registered: 14 years ago Posts: 406 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 24, 2012 02:23PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 24, 2012 03:35PM |
Registered: 14 years ago Posts: 406 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 24, 2012 05:30PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 25, 2012 08:32AM |
Registered: 14 years ago Posts: 58 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 25, 2012 03:34PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 25, 2012 07:28PM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 25, 2012 07:36PM |
Registered: 14 years ago Posts: 406 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 26, 2012 03:36AM |
Admin Registered: 13 years ago Posts: 18,997 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 26, 2012 04:10AM |
Registered: 13 years ago Posts: 9 |
Ecio
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 30, 2012 11:13AM |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) January 30, 2012 10:16PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 01, 2012 08:19AM |
Registered: 14 years ago Posts: 58 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 02, 2012 02:39PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 02, 2012 11:32PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 03, 2012 01:32AM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 03, 2012 07:36AM |
Registered: 13 years ago Posts: 78 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 03, 2012 08:59AM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 03, 2012 03:35PM |
Registered: 13 years ago Posts: 78 |
setenv mtdparts 'mtdparts=orion_nand:1M(uboot),3M(kernel),-( rootfs)'
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 08, 2012 05:17PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 10, 2012 04:55PM |
Registered: 13 years ago Posts: 128 |
setenv ncip 10.10.10.5 setenv ipaddr 10.10.10.6 setenv serverip 10.10.10.3 setenv ncipk 10.10.10.4 setenv nc_start 'setenv stdin nc; setenv stdout nc; setenv stderr nc; version' setenv bootcmd 'run nc_start; run bootcmd_usb; run flash_load'
sudo ifconfig eth0:0 10.10.10.5 sudo ifconfig eth0:1 10.10.10.4 sudo ifconfig eth0:2 10.10.10.2 nc -lu 10.10.10.5 6666
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) February 11, 2012 01:05PM |
Registered: 13 years ago Posts: 128 |
setenv load_ki 'ext2load usb $(usb) 0x00800000 /boot/uImage; ext2load usb $(usb) 0x01100000 /boot/uInitrd' setenv make_usb_bootargs 'setenv bootargs console=ttyS0,115200 root=/dev/$(dev) rootdelay=10' setenv bootcmd_usb_1 'run usb_scan_1;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_2 'run usb_scan_2;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_3 'run usb_scan_3;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_4 'run usb_scan_4;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_5 'run usb_scan_5;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_6 'run usb_scan_6;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_7 'run usb_scan_7;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_8 'run usb_scan_8;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' saveenv
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) February 11, 2012 01:43PM |
Registered: 13 years ago Posts: 78 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) February 11, 2012 02:21PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) February 11, 2012 03:16PM |
Registered: 13 years ago Posts: 78 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) February 11, 2012 03:29PM |
Registered: 13 years ago Posts: 128 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex) February 14, 2012 05:22PM |
Registered: 13 years ago Posts: 20 |
Re: Looking for a hackable ARM thingy with native Debian support (not Dockstar or GoFlex ) August 04, 2012 11:33AM |
Registered: 13 years ago Posts: 128 |
su apt-get install mtd-utils cd /tmp cat /proc/mtdOutput:
dev: size erasesize name mtd0: 00100000 00020000 "u-boot" mtd1: 00300000 00020000 "uImage" mtd2: 02000000 00020000 "rootfs" mtd3: 1dc00000 00020000 "data"Then
wget http://downloads.openwrt.org/snapshots/trunk/kirkwood/openwrt-kirkwood-iconnect-u-boot.kwb flash_eraseall /dev/mtd0 nandwrite -p /dev/mtd0 openwrt-kirkwood-iconnect-u-boot.kwb
U-Boot 2012.04.01 (Aug 02 2012 - 13:43:02) Iomega iConnect Wireless SoC: Kirkwood 88F6281_A0 DRAM: 256 MiB WARNING: Caches not enabled NAND: 512 MiB *** Warning - bad CRC, using default environment In: serial Out: serial Err: serial Net: egiga0 Hit any key to stop autoboot: 0 iconnect => iconnect => printenv baudrate=115200 bootcmd=${x_bootcmd_kernel}; setenv bootargs ${x_bootargs} ${x_bootargs_root}; ${x_bootcmd_usb}; bootm 0x6400000; bootdelay=3 ethact=egiga0 stderr=serial stdin=serial stdout=serial x_bootargs=console=ttyS0,115200 mtdparts=orion_nand:1M(u-boot),3M@1M(kernel),32M@4M(rootfs),475M@36M(data) x_bootargs_root=root=/dev/mtdblock2 rw rootfstype=jffs2 x_bootcmd_kernel=nand read 0x6400000 0x100000 0x300000 x_bootcmd_usb=usb startTo enable proper USB boot and activate ethernet I had to set following enviromental variables
setenv arcNumber '1682' setenv ethaddr 'XX:XX:XX:XX:XX:XX' <- MAC setenv mainlineLinux 'yes' setenv ethprime 'egiga0' setenv bootcmd 'run bootcmd_usb' setenv bootcmd_usb 'usb start;run bootcmd_usb_1;run bootcmd_usb_2;run bootcmd_usb_3;run bootcmd_usb_4' setenv bootcmd 'run bootcmd_usb' setenv bootargs_console console=ttyS0,115200 setenv load_ki 'ext2load usb $(usb) 0x00800000 /boot/uImage; ext2load usb $(usb) 0x01100000 /boot/uInitrd' setenv make_usb_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10' setenv bootcmd_usb_1 'setenv usb 0:1 ;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_2 'setenv usb 1:1 ;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_3 'setenv usb 2:1 ;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' setenv bootcmd_usb_4 'setenv usb 3:1 ;run make_usb_bootargs; run load_ki; bootm 0x00800000 0x01100000' saveenvSo far everything works as expected!