Setting up Freeway LS1046-AC

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Setting up Freeway LS1046-AC

905 Views
crisdeodates
Contributor I

Hi all,

I need help in setting up the following regarding the Freeway #LS1046-AC board.

  1. Logging in via SSH
  2. Accessing the Linux GUI
  3. Setting up and booting from a different Linux version (SD Card / USB Pendrive)

Any help is appreciated. Couldn't make it work with the available information in either the Getting started guide or the Reference manual.

Thanks in advance,

Cris

Labels (1)
Tags (1)
0 Kudos
1 Reply

777 Views
yipingwang
NXP TechSupport
NXP TechSupport

SD boot:

=> ext2load  mmc 0:2 0xa0000000 Image

=> ext2load  mmc 0:2 0xb0000000 fsl-ls1046a-rdb-sdk.dtb

=> setenv bootargs "console=ttyS0,115200 root=/dev/mmcblk0p4 rw rootwait earlycon=uart8250,mmio,0x21c0500"

=> booti 0xa0000000 - 0xb0000000

root@localhost:~# ifconfig
enP2p1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.123  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::6a05:caff:fe2e:3334  prefixlen 64  scopeid 0x20<link>
        ether 68:05:ca:2e:33:34  txqueuelen 1000  (Ethernet)
        RX packets 1159  bytes 119396 (119.3 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 131  bytes 19526 (19.5 KB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 78  memory 0x50400c0000-50400e0000

root@localhost:~#


b25805@rhuath:/tftpboot/b25805/ls1046ardb$ ssh -l user 192.168.1.123
user@192.168.1.123's password:
Welcome to NXP LSDK 1906 main (GNU/Linux 4.14.122 aarch64)

 * Support:        https://www.nxp.com/lsdk
 * Documentation:  https://lsdk.github.io/document
 * Licensing:      https://lsdk.github.io/eula

The programs included with the NXP LSDK are free software, the exact distribution
terms of some programs are described in the individual files in /usr/share/doc.
NXP LSDK comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
By using this LSDK, you indicate that you accept the terms of the Agreement in
the link above and you acknowledge that you have the authority, for yourself
or on behalf of your company, to bind your company to these terms.
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

user@localhost:~$

0 Kudos