1
Get Started2
Out of the Box3
Upgrade SoftwareSign in to save your progress. Don't have an account? Create one.
The LS1028ARDB provides a platform for design and evaluation of the LS1028A processor. For details about the features of the board, check our reference manual.
Something went wrong! Please try again.
The following instructions will guide you on how to boot the preloaded BSP composite firmware image on the LS1028ARDB board.
The board kit contains the following contents:
Connect the 12 V AC to DC power supply adapter cable to power the jack on the back of the LS1028ARDB chassis and then plug the power adapter into AC power socket. The SYSTEM READY LED on chassis front-side will turn on (Green).
Something went wrong! Please try again.
Run your favorite terminal application to control and monitor the LS1028ARDB from the serial console. Configure the terminal to 115,200 baud rate, 8 data bits, no parity, and 1 stop bit. To determine the port number of the LS1028ARDB virtual COM port, open the device manager and look under the "Ports" group.
Not sure how to use a terminal application? Try one of these tutorials:
Tera Term is a very popular open source terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.
PuTTY is a popular terminal emulation application. This program can be used to display information sent from your NXP development platform's virtual serial port.
Something went wrong! Please try again.
Plug the SD card (programmed with the latest BSP composite firmware) in the SD card slot available on the chassis back panel.
Press the power button available on the chassis front panel.
The SYSTEM READY LED on chassis front-side turns on (Green).
The board boots up and the console shows U-Boot messages.
Something went wrong! Please try again.
After U-Boot, if you do not enter any key to avoid autoboot, the board automatically boots to TinyDistro Linux prompt.
If you do not use SD card on the board, the board automatically boots to Linux prompt from the eMMC card available on the board.
Use the following default credentials to log on to to the TinyDistro:
◦ root/root
Something went wrong! Please try again.
LS1028ARDB system is shipped with a 16GB SD card.
Follow the steps below to upgrade the SD card to latest LS1028ARDB software release.
Download the latest SD card image from the NXP Website:
=> fatls mmc 0:1
=> fatload mmc 0:1 a0000000 firmware_ls1028ardb_uboot_sdboot.img
=> mmc write a0000000 8 75000
=> setenv bootcmd 'qixis_reset sd'
=> saveenv
=> reset
The system will boot up with the latest image from SD card with a tiny rootfs.
For Ubuntu rootfs, please follow LS1028A BSP release documentation.
For OpenIL industrial solution , please follow OpenIL release documentation.
Something went wrong! Please try again.