Network Connection in Ubuntu rootfs LS1028ARDB

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

Network Connection in Ubuntu rootfs LS1028ARDB

1,094 Views
anesarkar
Contributor II

Hi,

    I am getting the following error after I build the ubuntu image on SD card and boot it on LS1028ARDB.

nxp_ubuntu_error.PNG

After I log into emergency mode, I am not able to connect to any network. Is the error because the image was not built correctly?

0 Kudos
5 Replies

923 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Anish Nesarkar,

Please try the ubuntu rootfs filesystem built from BSP 0.3 release, I uploaded it as the following.

https://drive.google.com/open?id=1ZrP4maZccROaWCfXFFUkjRjGOFpG99FX

Please refer to my Linux booting up log in the attachment.

Thanks,

Yiping

0 Kudos

923 Views
anesarkar
Contributor II

Hi,

    I followed these steps:

1. flex-installer -b bootpartition_arm64_lts_4.14.tgz -r build/images/rootfs_ubuntu_bionic_arm64.tgz -f firmware_ls1028ardb_uboot_sdboot.img -d /dev/sdX

2. Stopped at boot menu

   a. tftp 0xa0000000 wyp/ls1028ardb/Image

   -> error: serverip not set

   b. setenv serverip 192.168.2.1

   -> error: ipaddr not set

   c. dhcp

pastedImage_1.png

pastedImage_1.png

Any suggestions?

0 Kudos

923 Views
yipingwang
NXP TechSupport
NXP TechSupport

Hello Anish Nesarkar,

Please use the following commands to boot up the system.

=> setenv bootargs "console=ttyS0,115200 root=/dev/mmcblk0p3 rw rootwait earlycon=uart8250,mmio,0x21c0500"
=> ext2load mmc 0:2 0xa0000000 /Image
=> ext2load mmc 0:2 0xb0000000 /fsl-ls1028a-rdb.dtb
=> booti 0xa0000000 - 0xb0000000

Thanks,

Yiping

0 Kudos

923 Views
anesarkar
Contributor II

I get the same error as nxp_ubuntu_error.PNG

I don't understand where is the issue.

0 Kudos

923 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please deploy Ubuntu rootfs in partition mmcblk0p3 of the SD card, please make sure your SD card is large enough.

0 Kudos