buildroot/board/broadcom/northstar
Florian Fainelli 192b754bf4 board/broadcom/northstar: Fix defconfig make target
The readme.txt contains a make target that does not match the actual
defconfig file name, fix that.

Fixes: 1500b7d5c8 ("configs/broadcom_northstar: new defconfig")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-08-05 17:58:56 +02:00
..
linux.config configs/broadcom_northstar: new defconfig 2022-08-03 23:52:14 +02:00
post-image.sh configs/broadcom_northstar: new defconfig 2022-08-03 23:52:14 +02:00
readme.txt board/broadcom/northstar: Fix defconfig make target 2022-08-05 17:58:56 +02:00

readme.txt

Broadcom Northstar

Intro
=====

This readme covers Northstar family of Broadcom SoCs. It includes:
  - BCM4708 (2 x 800 MHz)
  - BCM47081 (1 x 800 MHz)
  - BCM4709 (2 x 1 GHz)
  - BCM47094 (2 x 1 GHz) (AKA BCM4709C0)

Northstar platform is used in some home routers by multiple vendors. There are
over 100 market devices based on it and they can all be supported with 1 kernel.

There is no point in having separated board for each model. This board code is
meant for all supported Northstar devices.

All Northstar devices come with CFE bootloader by default. It's basically closed
source as sources are available for some old releases only. There is no U-Boot (or
any other) drop-in replacement or second stage loader with Northstar support.

CFE supports flashing firmware images over TFTP and HTTP (depending on vendor /
device setup).

How to build it
===============

  $ make broadcom_northstar_defconfig

  $ make

How to flash over HTTP
======================

Power on device and press (and hold) CTRL+C in serial console terminal. When CFE
gets into prompt mode it'll automatically start built-in HTTP server. Navigate
to http://192.168.1.1/ (unless IP was changed - verify with "ifconfig") and
upload new firmware using a web browser.