Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
toh:i2se:duckbill [2015/06/10 09:52] – [Supported Versions] updated to 15.05-rc1 (image available) tmomastoh:i2se:duckbill [2019/10/12 11:47] – datatables added; cleanup; outdated infobox added tmomas
Line 6: Line 6:
  
 ===== Supported Versions ===== ===== Supported Versions =====
-^ Version/Model ^ Launch Date ^ S/N ^ OpenWrt Version Supported Model Specific Notes ^ +---- datatable ---- 
-| v1    2013-10  | |  15.05-rc1  | |+cols    : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid 
 +headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data 
 +align   : c,c,c,c,c,c,
 +filter  : Model=Duckbill 
 +---- 
  
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
-^ SoC ^ Ram ^ Flash ^ Network ^ USB ^ Serial ^ JTag ^ +---- datatable ---- 
-| Freescale i.MX283 @ 454 MHz | 128 MiB | - (SD card) | 1 x 10/100 Mbit | Yes | Yes | ? | +cols    : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, RAM MB_mbram, WLAN Hardware, WLAN 2.4GHz, WLAN 5.0GHz, Ethernet 100M ports_, Ethernet Gbit ports_, Modem, USB ports_ 
- +header  : Model, Version,SoC,CPU MHz,Flash MB,RAM MB,WLAN Hardware,WLAN2.4,WLAN5.0,100M ports,Gbit ports,Modem,USB 
-Manufacturer's site[[http://www.i2se.com/homeautomation.html]]+align   : c,c,c,c,c,c,c,c,c,c,c,c,c 
 +filter  Model=Duckbill 
 +----
  
 ===== Installation ===== ===== Installation =====
 +---- datatable ----
 +cols    : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url
 +headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock
 +align   : c,c,c
 +filter  : Model=Duckbill
 +----
 +
 +FIXME Please add the installation procedure here.
 +
 +{{page>meta:infobox:outdated&noheader&nofooter&noeditbtn}}
  
 At time of writing not all patches are merged into OpenWrt's mainline yet. So the following At time of writing not all patches are merged into OpenWrt's mainline yet. So the following
Line 24: Line 41:
 #!/bin/bash #!/bin/bash
 # #
-# This script downloads OpenWRT MXS target and U-Boot and compiles for+# This script downloads OpenWrt MXS target and U-Boot and compiles for
 # I2SE' Duckbill device. # I2SE' Duckbill device.
 # #
Line 47: Line 64:
 ( cd u-boot.git; git checkout -b duckbill origin/duckbill ) ( cd u-boot.git; git checkout -b duckbill origin/duckbill )
  
-# tweak environment for u-boot cross-compiling by using OpenWRT's toolchain+# tweak environment for u-boot cross-compiling by using OpenWrt's toolchain
 TS_PATH="$(pwd)/openwrt.git/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin" TS_PATH="$(pwd)/openwrt.git/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin"
 export CROSS_COMPILE="arm-openwrt-linux-" export CROSS_COMPILE="arm-openwrt-linux-"
Line 64: Line 81:
 #!/bin/bash #!/bin/bash
 # #
-# This script installs OpenWRT on a SD card for a I2SE Duckbill device.+# This script installs OpenWrt on a SD card for a I2SE Duckbill device.
 # #
 # Attention: this script destroys all data on the device! # Attention: this script destroys all data on the device!
Line 75: Line 92:
 # and re-partition the SD card into 3 primary partitions: # and re-partition the SD card into 3 primary partitions:
 # Partition 1: boot partition for U-Boot # Partition 1: boot partition for U-Boot
-# Partition 2: OpenWRT system 1 +# Partition 2: OpenWrt system 1 
-# Partition 3: OpenWRT system 2+# Partition 3: OpenWrt system 2
 # #
 fdisk "$SDCARD" <<EOF fdisk "$SDCARD" <<EOF
Line 115: Line 132:
  
   - Partition 1: boot partition for U-Boot   - Partition 1: boot partition for U-Boot
-  - Partition 2: OpenWRT system 1 +  - Partition 2: OpenWrt system 1 
-  - Partition 3: OpenWRT system 2+  - Partition 3: OpenWrt system 2
  
 ==== Upgrading OpenWrt ==== ==== Upgrading OpenWrt ====
Line 145: Line 162:
  
 ===== Tags ===== ===== Tags =====
- +[[meta:tags|How to add tags]] 
-{{tag>FastEthernet 1NIC USB 128RAM DevBoard}} +{{tag>1port FastEthernet 1NIC USB 128RAM DevBoard}}
  • Last modified: 2024/02/12 08:58
  • by 127.0.0.1