NXP LS1012ARDB
From TechInfoDepot
Jump to navigationJump to search
| bgn | |
|---|---|
| Single Board Computer | |
|
| |
| Homepage | Product page |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | NXP LS1012ARDB |
| FCC ID | none specified |
| Type | single-board computer |
| CPU1 | NXP LS1012A |
| CPU1 Type | ARM Cortex-A72 |
| CPU1 Speed | 800 MHz |
| Flash1 Chip | Brand? Model? |
| Flash1 Size | 64 MiB 67,108,864 B <br />524,288 Kib <br />65,536 KiB <br />512 Mib <br />0.0625 GiB <br /> (eMMC) |
| RAM1 Size | 1 GiB 1,024 MiB <br />1,073,741,824 B <br />8,388,608 Kib <br />1,048,576 KiB <br />8,192 Mib <br /> |
| RAM1 Chip | Brand? Model? |
| ETH chip1 | NXP LS1012A |
| Switch | NXP LS1012A |
| Ethernet Port Count | 2-1GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Expansion IF types | Mini PCIe, USB 3.0 |
| Mini PCIe slots | 1 |
| USB ports | 1 |
| USB Hub Compatible | Untested |
| Power | ? VDC, ? A |
| Serial Port (UART) | yes, 5V TTL, (115200 8N1) |
|
Flags: | |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Retail | |
| Availability | End of Life |
| End of Life date | 2024 |
| Radio 1 | |
| Radio1 module | unknown |
| Radio1 module IF | SDIO |
| Chip1 | Brand? Model? |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| Wireless Standard | IEEE 802.11b/g/n |
| WiFi Operating Frequency | 2.4 GHz |
For a list of all currently documented NXP (Freescale) SoC's with specifications, see NXP.
For a list of all currently documented NXP devices with specifications, see NXP.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
Target: layerscape
Subtarget: armv8_64b
Package architecture: aarch64_generic
Supported Since Commit
Support started version: 17.01.0
Current supported version: 25.12.5
Subtarget: armv8_64b
Package architecture: aarch64_generic
Supported Since Commit
Support started version: 17.01.0
Current supported version: 25.12.5
WLAN Hardware: SDIO WiFi module
Installation method(s):
unknown
Comment:
Arduino Shield Header
Installation method(s):
unknown
Comment:
Arduino Shield Header
| git • >> |
|---|
layerscape: add 64b/32b target for ls1012ardb device The QorIQ LS1012A processor, optimized for battery-backed or USB-powered, integrates a single ARM Cortex-A53 core with a hardware packet forwarding engine and high-speed interfaces to deliver line-rate networking performance. QorIQ LS1012A Reference Design System (LS1012ARDB) is a high-performance development platform, with a complete debugging environment. The LS1012ARDB board supports the QorIQ LS1012A processor and is optimized to support the high-bandwidth DDR3L memory and a full complement of high-speed SerDes ports. LEDE/OPENWRT will auto strip executable program file while make. So we need select CONFIG_NO_STRIP=y while make menuconfig to avoid the ppfe network fiemware be destroyed, then run make to build ls1012ardb firmware. The fsl-quadspi flash with jffs2 fs is unstable and arise some failed message. This issue have noticed the IP owner for investigate, hope he can solve it earlier. So the ls1012ardb now also provide a xx-firmware.ext4.bin as default firmware, and the uboot bootcmd will run wrtboot_ext4rfs for "rootfstype=ext4" bootargs. Signed-off-by: Yutang Jiang |