Skip to content

Atheros ReferencePB92

Sean Bruno edited this page May 22, 2014 · 2 revisions

Atheros PB92/PB93

Introduction

Hardware

Software

Flash layout

Booting

Building

Flashing

Erasing/flashing the kernel area:
ar7240> tftpboot 0x80100000 kernel.PB92.lzma.uImage
Trying eth0
dup 1 speed 1000
Using eth0 device
TFTP from server 192.168.1.16; our IP address is 192.168.1.10
Filename 'kernel.PB92.lzma'.
Load address: 0x80100000
Loading: #################################################################
         #################################################################
         #################################################
done
Bytes transferred = 915862 (df996 hex)
ar7240> erase 0x9f300000 +0xe0000
Erase Flash from 0x9f300000 to 0x9f3dffff in Bank # 1 
First 0x30 last 0x3d sector size 0x10000 61
Erased 14 sectors
ar7240> cp.b 0x80100000 0x9f300000 0xe0000
Copy to Flash... write addr: 9f300000
done

Erasing the filesystem area:

ar7240> tftp 0x80100000 mfsroot-pb92.img.ulzma
Trying eth0
Using eth0 device
TFTP from server 192.168.1.16; our IP address is 192.168.1.10
Filename 'mfsroot-pb92.img.ulzma'.
Load address: 0x80100000
Loading: #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         #################################################################
         ############
done
Bytes transferred = 2719232 (297e00 hex)  
ar7240> erase 0x9f050000 +0x2b0000
Erase Flash from 0x9f050000 to 0x9f2fffff in Bank # 1 
First 0x5 last 0x2f sector size 0x10000 47
Erased 43 sectors
ar7240> cp.b 0x80100000 0x9f050000 0x2b0000
Copy to Flash... write addr: 9f050000