root login error

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

root login error

612 Views
rashmikj
Contributor III

We have a custom card with LS1046A Processor. This is the UART log. I am not able login as root and it is not taking ifconfig command . Kindly help.

Tags (1)
0 Kudos
4 Replies

603 Views
ufedor
NXP Employee
NXP Employee

Where did you get the SD card image being used?

Please try pre-built composite firmware image for LS1046ARDB from:

https://lsdk.github.io/components.html

section LSDK IMAGES

0 Kudos

600 Views
rashmikj
Contributor III

We build the image using commands provided in LSDK. We cannot use pre built image as our custom card is slightly different from the kit. So we modified the dts files of Linux. I have attached the dts files.

0 Kudos

593 Views
ufedor
NXP Employee
NXP Employee

"root" is default Linux login.

It should be active if not explicitly changed.

Try to erase SD card, deploy composite firmware image and boot.

0 Kudos

580 Views
rashmikj
Contributor III

The composite firmware with tiny yocto linux works fine.

These are the commands am giving to generate bootpartititon and rootfs after changing dts files in Linux.

flex-builder -c linux -a arm64
flex-builder -i mklinux -r ubuntu
flex-builder -i mkrfs -a arm64
flex-builder -i merge-component -a arm64
flex-builder -i packrfs -a arm64
flex-builder -i mkbootpartition -a arm64

 

0 Kudos