mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 07:22:33 +00:00
795df80917
Hardware
--------
SoC: NXP P1020 (2x e500 @ 800MHz)
RAM: 256M DDR3 (Micron)
FLASH: 32M NOR (Spansion S29GL128S)
BTN: 1x Reset
WiFi: 1x Atheros AR9590 2.4 bgn 3x3
2x Atheros AR9590 5.0 an 3x3
ETH: 1x Gigabit Ethernet (Atheros AR8033)
LED: System (green/red) - Radio{0,1} (green)
LAN (connected to PHY)
- GE blue
- FE green
Serial is a Cisco-compatible RJ45 next to the ethernet port.
115200-N-8 are the settings for OS and U-Boot.
Installation
------------
1. Grab the OpenWrt initramfs, rename it to 01C8A8C0.img. Place it in
the root directory of a TFTP server and serve it at
192.168.200.200/24.
2. Connect to the serial port and boot the AP. Stop autoboot in U-Boot
by pressing Enter when prompted. Credentials are identical to the one
in the APs interface. By default it is admin / new2day.
3. Set the bootcmd so the AP can boot OpenWrt by executing
$ setenv boot_openwrt "setenv bootargs;
cp.b 0xee000000 0x1000000 0x1000000; bootm 0x1000000"
$ setenv bootcmd "run boot_openwrt"
$ saveenv
If you plan on going back to the vendor firmware - the bootcmd for it
is stored in the boot_flash variable.
4. Load the initramfs image to RAM and boot by executing
$ tftpboot 0x1000000 192.168.200.200:01C8A8C0.img; bootm
5. Make a backup of the "firmware" partition if you ever wish to go back
to the vendor firmware.
6. Upload the OpenWrt sysupgrade image via SCP to the devices /tmp
folder.
7. Flash OpenWrt using sysupgrade.
$ sysupgrade -n /tmp/openwrt-sysupgrade.bin
Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 16b01fb1b9
)
58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
CONFIG_ARCH_HAS_TICK_BROADCAST=y
|
|
CONFIG_AT803X_PHY=y
|
|
CONFIG_BROADCOM_PHY=y
|
|
CONFIG_CMDLINE_OVERRIDE=y
|
|
CONFIG_CPU_RMAP=y
|
|
CONFIG_EEPROM_LEGACY=y
|
|
# CONFIG_FSL_CORENET_CF is not set
|
|
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
|
|
CONFIG_GENERIC_TBSYNC=y
|
|
# CONFIG_GPIO_MAX77620 is not set
|
|
CONFIG_HAVE_RCU_TABLE_FREE=y
|
|
CONFIG_HIVEAP_330=y
|
|
CONFIG_PANDA=y
|
|
CONFIG_I2C_CHARDEV=y
|
|
CONFIG_LEDS_LP5521=y
|
|
CONFIG_LEDS_LP55XX_COMMON=y
|
|
CONFIG_LOCK_SPIN_ON_OWNER=y
|
|
# CONFIG_MAX77620_WATCHDOG is not set
|
|
CONFIG_MFD_CORE=y
|
|
CONFIG_MFD_MAX77620=y
|
|
CONFIG_MTD_CFI=y
|
|
CONFIG_MTD_NAND=y
|
|
CONFIG_MTD_NAND_ECC=y
|
|
CONFIG_MTD_NAND_FSL_ELBC=y
|
|
CONFIG_MTD_PHYSMAP=y
|
|
CONFIG_MTD_SPLIT_FIRMWARE=y
|
|
CONFIG_MTD_SPLIT_FIT_FW=y
|
|
CONFIG_MTD_UBI=y
|
|
CONFIG_MTD_UBI_BEB_LIMIT=20
|
|
CONFIG_MTD_UBI_BLOCK=y
|
|
# CONFIG_MTD_UBI_FASTMAP is not set
|
|
# CONFIG_MTD_UBI_GLUEBI is not set
|
|
CONFIG_MTD_UBI_WL_THRESHOLD=4096
|
|
CONFIG_MUTEX_SPIN_ON_OWNER=y
|
|
CONFIG_NET_FLOW_LIMIT=y
|
|
CONFIG_NR_CPUS=2
|
|
CONFIG_PADATA=y
|
|
CONFIG_RCU_STALL_COMMON=y
|
|
CONFIG_REGMAP_IRQ=y
|
|
CONFIG_RFS_ACCEL=y
|
|
CONFIG_RPS=y
|
|
# CONFIG_RTC_DRV_MAX77686 is not set
|
|
CONFIG_RWSEM_SPIN_ON_OWNER=y
|
|
CONFIG_SMP=y
|
|
CONFIG_SWCONFIG_B53=y
|
|
# CONFIG_SWCONFIG_B53_MMAP_DRIVER is not set
|
|
CONFIG_SWCONFIG_B53_PHY_DRIVER=y
|
|
# CONFIG_SWCONFIG_B53_PHY_FIXUP is not set
|
|
# CONFIG_SWCONFIG_B53_SPI_DRIVER is not set
|
|
# CONFIG_SWCONFIG_B53_SRAB_DRIVER is not set
|
|
CONFIG_TREE_RCU=y
|
|
CONFIG_UBIFS_FS=y
|
|
CONFIG_UBIFS_FS_ADVANCED_COMPR=y
|
|
CONFIG_UBIFS_FS_LZO=y
|
|
CONFIG_UBIFS_FS_ZLIB=y
|
|
CONFIG_WS_AP3710I=y
|
|
CONFIG_XPS=y
|