ADI Engineering Pronghorn SBC250
Supported Versions
Hardware Highlights
Installation
Flash Layout
Find out flash layout, then add the flash layout table here (copy, paste, modify the example).
Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.
OEM installation using the TFTP method
- Put the following files in the tftp server store: openwrt-15.05-ixp4xx-generic-pronghorn-zImage, openwrt-15.05-ixp4xx-generic-squashfs.img
- Monitor via serial port
- Apply power to Pronghorn SBC250
- @ the '== Executing boot script in 2.000 seconds - enter ^C to abort' prompt hit Control-C
- Use
fconfig
to set ip address and server ip address as per TFTP Server configuration - Initialize flash:
fis init
- Load the kernel image via TFTP:
load -r -b %{FREEMEMLO} openwrt-18.06.1-ixp4xx-generic-pronghorn-zImage
- Write image to flash:
fis create linux
- View list:
fis list
- Load root filesystem image via TFTP:
load -r -b %{FREEMEMLO} -h 192.168.1.3 openwrt-18.06.1-ixp4xx-generic-squashfs.img
- Write image to flash:
fis create rootfs
- Open RedBoot's configuration:
fconfig -d
- When prompted with Run script at boot, change the value to true
- Enter the following in the first line of the script enter:
fis load linux
- Enter the second line:
exec
. - Hit enter to finish the script with an empty line.
- Your last entry is the timeout for loading the script. It shouldn't take longer than 1 or 2 seconds.
- Keep hitting enter until you get this prompt:
Update RedBoot non-volatile configuration - continue (y/n)?
- Type
y
and enter. - Power cycle the router and openwrt should boot. As long as everything installed properly, you can access Luci in about 50 seconds from switching on the power.
Upgrading OpenWrt
sysupgrad is not currently supported. To upgrade follow the installation instructions!
Debricking
Failsafe mode
Basic configuration
→ Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.
Specific Configuration
Network interfaces
The default network configuration is:
Interface Name | Description | Default configuration |
---|---|---|
br-lan | LAN & WiFi | 192.168.1.1/24 |
eth0 | ETH1-POE | br-lan |
eth1 | ETH2 | dhcp |
wl0 | WLAN | Disabled |
Buttons
→ hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.
The ADI Engineering Pronghorn SBC250 has the following buttons:
BUTTON | Event |
---|---|
Reset | reset |
Hardware
Info
Photos
Front:
Insert photo of front of the casing
Back:
Insert photo of back of the casing
Backside label:
Insert photo of backside label
Opening the case
Note: This will void your warranty!
Remove the 4 phillips screws from the bottom of the case
Insert photo of PCB
Serial
→ port.serial general information about the serial port, serial port cable, etc.
How to connect to the Serial Port of this specific device:
The RJ45 Serial port follows the EIA-561 standard for RS-232 over RJ-45 connectors
Serial connection parameters for ADI Engineering Pronghorn SBC250 | 115200, 8N1 |
---|
JTAG
→ port.jtag general information about the JTAG port, JTAG cable, etc.
J5 is an ARM-standard 20-pin JTAG header.
Pin # | Pin Name | Connect To | Pin # | Pin Name | Connect To |
---|---|---|---|---|---|
1 | VTREF | +3.3V | 2 | VSUPPLY | +3.3V |
3 | TRST_N | JTG_TRST | 4 | GND | GND |
5 | TDI | JTG_TDI | 6 | GND | GND |
7 | TMS | JTG_TMS | 8 | GND | GND |
9 | TCK | JTG_TCK | 10 | GND | GND |
11 | RTCK | GND | 12 | GND | GND |
13 | TDO | JTG_TDO | 14 | GND | GND |
15 | SRST_N | Reset ciruit | 16 | GND | GND |
17 | DBGRQ | Not Connected | 18 | GND | GND |
19 | DGBACK | Not Connected | 20 | GND | GND |
Bootloader mods
Hardware mods
None so far.
Bootlogs
OEM bootlog
COPY HERE THE BOOTLOG WITH THE ORIGINAL FIRMWARE
OpenWrt bootlog
+ Trying NPE-B...success. Using NPE-B with PHY 0. Ethernet eth0: MAC address 00:08:a2:04:13:4c IP: 192.168.11.20/255.255.255.0, Gateway: 192.168.11.1 Default server: 192.168.11.102
RedBoot™ bootstrap and debug environment [ROM] Red Hat certified release, version 3.40 - built 14:07:46, Jun 11 2007
Platform: ADI Engineering Pronghorn Wifi Router (XScale) BE Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.
RAM: 0x00000000-0x04000000, [0x00029b60-0x03fc1000] available FLASH: 0x50000000 - 0x51000000, 128 blocks of 0x00020000 bytes each. == Executing boot script in 5.000 seconds - enter ^C to abort RedBoot> fis load linux RedBoot> exec Using base address 0x00029c00 and length 0x001442e8 Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.9.120 (buildbot@builds-03.infra.lede-project.org) (gcc version 7.3.0 (OpenWrt GCC 7.3.0 r7101-a63e38b) ) #0 Wed Aug 15 20:42:39 2018 [ 0.000000] CPU: XScale-IXP42x Family [690541c2] revision 2 (ARMv5TE), cr=000039ff [ 0.000000] CPU: VIVT data cache, VIVT instruction cache [ 0.000000] Machine: ADI Engineering Pronghorn [ 0.000000] Memory policy: Data cache writeback [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16256 [ 0.000000] Kernel command line: root=/dev/mtdblock2 rootfstype=squashfs,jffs2 noinitrd console=ttyS0,115200 [ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes) [ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes) [ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes) [ 0.000000] Memory: 60984K/65536K available (2963K kernel code, 158K rwdata, 400K rodata, 156K init, 209K bss, 4552K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xc4800000 - 0xff800000 ( 944 MB) [ 0.000000] lowmem : 0xc0000000 - 0xc4000000 ( 64 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc02ecfe8 (2964 kB) [ 0.000000] .init : 0xc0353000 - 0xc037a000 ( 156 kB) [ 0.000000] .data : 0xc037a000 - 0xc03a18c0 ( 159 kB) [ 0.000000] .bss : 0xc03a18c0 - 0xc03d5e70 ( 210 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS:64 [ 0.000023] sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 32212576760ns [ 0.000076] clocksource: OSTS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 28669193401 ns [ 0.000183] Calibrating delay loop... 531.66 BogoMIPS (lpj=2658304) [ 0.050189] pid_max: default: 32768 minimum: 301 [ 0.050437] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050464] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051751] CPU: Testing write buffer coherency: ok [ 0.052683] Setting up static identity map for 0x81e0 - 0x8230 [ 0.055736] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.055784] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.057106] NET: Registered protocol family 16 [ 0.058728] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.060526] IXP4xx: Using 16MiB expansion bus window size [ 0.061552] PCI: IXP4xx is host [ 0.061575] PCI: IXP4xx Using direct access for memory space [ 0.061829] PCI host bridge to bus 0000:00 [ 0.061874] pci_bus 0000:00: root bus resource [io 0x0000-0xffff] [ 0.061902] pci_bus 0000:00: root bus resource [mem 0x48000000-0x4bffffff] [ 0.061925] pci_bus 0000:00: No busn resource found for root bus, will use [bus 00-ff] [ 0.063203] PCI: bus0: Fast back to back transfers enabled [ 0.063318] pci 0000:00:0e.0: BAR 0: assigned [mem 0x48000000-0x4800ffff] [ 0.063354] pci 0000:00:0f.0: BAR 0: assigned [mem 0x48010000-0x4801ffff] [ 0.093843] clocksource: Switched to clocksource OSTS [ 0.095776] NET: Registered protocol family 2 [ 0.097374] TCP established hash table entries: 1024 (order: 0, 4096 bytes) [ 0.097433] TCP bind hash table entries: 1024 (order: 0, 4096 bytes) [ 0.097473] TCP: Hash tables configured (established 1024 bind 1024) [ 0.097723] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.097764] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.098175] NET: Registered protocol family 1 [ 0.104665] IXP4xx Queue Manager initialized. [ 0.106844] Crashlog allocated RAM at address 0x3f00000 [ 0.108676] workingset: timestamp_bits=30 max_order=14 bucket_order=0 [ 0.130560] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.130596] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.153160] io scheduler noop registered [ 0.153191] io scheduler deadline registered (default) [ 0.225952] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.232152] console [ttyS0] disabled [ 0.232272] serial8250.0: ttyS0 at MMIO 0xc8001000 (irq = 13, base_baud = 921600) is a XScale [ 0.745864] console [ttyS0] enabled [ 0.750386] serial8250.0: ttyS1 at MMIO 0xc8000000 (irq = 15, base_baud = 921600) is a XScale [ 0.761359] IXP4XX-Flash.0: Found 1 x16 devices at 0x0 in 16-bit bank. Manufacturer ID 0x000089 Chip ID 0x000018 [ 0.771733] Intel/Sharp Extended Query Table at 0x0031 [ 0.776955] Intel/Sharp Extended Query Table at 0x0031 [ 0.782142] Using buffer write method [ 0.785837] cfi_cmdset_0001: Erase suspend on write enabled [ 0.794483] Searching for RedBoot partition table in IXP4XX-Flash.0 at offset 0xfe0000 [ 0.917882] 5 RedBoot partitions found on MTD device IXP4XX-Flash.0 [ 0.924276] Creating 5 MTD partitions on “IXP4XX-Flash.0”: [ 0.929779] 0x000000000000-0x000000060000 : “RedBoot” [ 0.938668] 0x000000060000-0x0000001c0000 : “linux” [ 0.947805] 0x0000001c0000-0x000000fc0000 : “rootfs” [ 0.956209] mtd: device 2 (rootfs) set to be root filesystem [ 0.961962] 1 squashfs-split partitions found on MTD device rootfs [ 0.968280] 0x0000003e0000-0x000000fc0000 : “rootfs_data” [ 0.978063] 0x000000fc0000-0x000000fc1000 : “RedBoot config” [ 0.988017] 0x000000fe0000-0x000001000000 : “FIS directory” [ 1.002914] libphy: IXP4xx MII Bus: probed [ 1.009096] eth0: MII PHY 0 on NPE-B [ 1.014741] eth1: MII PHY 1 on NPE-C [ 1.019018] i2c /dev entries driver [ 1.023050] ixp4xx_wdt: timer heartbeat 60 sec [ 1.029954] NET: Registered protocol family 10 [ 1.044364] NET: Registered protocol family 17 [ 1.048926] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 1.061961] 8021q: 802.1Q VLAN Support v1.8 [ 1.066376] XScale DSP coprocessor detected. [ 1.073238] hctosys: unable to open rtc device (rtc0) [ 1.087766] VFS: Mounted root (squashfs filesystem) readonly on device 31:2. [ 1.095765] Freeing unused kernel memory: 156K [ 1.100213] This architecture does not have kernel memory protection. [ 2.077492] init: Console is alive [ 2.081354] init: - watchdog - [ 2.533877] random: fast init done [ 3.052834] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 3.060915] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 3.079079] init: - preinit - [ 5.017249] random: jshn: uninitialized urandom read (4 bytes read) [ 5.066518] random: jshn: uninitialized urandom read (4 bytes read) [ 5.118475] NPE-B: firmware's license can be found in /usr/share/doc/LICENSE.IPL [ 5.126002] NPE-B: firmware functionality 0x2, revision 0x2:1 [ 5.134124] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 45.419501] jffs2: notice: (878) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 45.437449] mount_root: switching to jffs2 overlay [ 45.476635] urandom-seed: Seeding with /etc/urandom.seed [ 45.691094] procd: - early - [ 45.694344] procd: - watchdog - [ 47.188982] procd: - watchdog - [ 47.192678] procd: - ubus - [ 47.271931] random: ubusd: uninitialized urandom read (4 bytes read) [ 47.280682] random: ubusd: uninitialized urandom read (4 bytes read) [ 47.288124] random: ubusd: uninitialized urandom read (4 bytes read) [ 47.298847] procd: - init - Please press Enter to activate this console. [ 47.837189] kmodloader: loading kernel modules from /etc/modules.d/* [ 47.851255] ip6_tables: (C) 2000-2006 Netfilter Core Team [ 47.876971] Loading modules backported from Linux version wt-2017-11-01-0-gfe248fc2c180 [ 47.885108] Backport generated by backports.git v4.14-rc2-1-31-g86cf0e5d [ 47.897275] ip_tables: (C) 2000-2006 Netfilter Core Team [ 47.916674] nf_conntrack version 0.5.0 (1024 buckets, 4096 max) [ 48.012739] xt_time: kernel timezone is -0000 [ 48.102347] PPP generic driver version 2.4.2 [ 48.111136] NET: Registered protocol family 24 [ 48.135741] ath5k 0000:00:0f.0: enabling device (0340 → 0342) [ 48.142025] ath5k 0000:00:0f.0: registered as 'phy0' [ 48.434762] random: crng init done [ 48.438194] random: 5 urandom warning(s) missed due to ratelimiting [ 48.783614] ath5k: phy0: Atheros AR5413 chip found (MAC: 0xa4, PHY: 0x61) [ 48.866757] kmodloader: done loading kernel modules from /etc/modules.d/* [ 61.775464] br-lan: port 1(eth0) entered blocking state [ 61.780718] br-lan: port 1(eth0) entered disabled state [ 61.786890] device eth0 entered promiscuous mode [ 61.841568] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready [ 62.282501] NPE-C: firmware's license can be found in /usr/share/doc/LICENSE.IPL [ 62.290029] NPE-C: firmware functionality 0x5, revision 0x2:1 [ 62.298058] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 63.364230] eth1: link up, speed 100 Mb/s, full duplex [ 63.369434] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
BusyBox v1.28.3 () built-in shell (ash)
_______ ________ __
| |.-----.-----.-----.| | | |.----.| |_ | - || _ | -| || | | || _|| _| |_|| |_||||||| ||
|__| W I R E L E S S F R E E D O M
----------------------------------------------------- OpenWrt 18.06.1, r7258-5eb055306f
WARNING!
There is no root password defined on this device! Use the “passwd” command to set up a new password in order to prevent unauthorized SSH logins.
root@OpenWrt:/#
Notes
Space for additional notes, links to forum threads or other resources.
- ...
Tags
Add tags below, then remove this fixme.