what's the default login name and password of pre-build sd-card image based on debian rootfs?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

what's the default login name and password of pre-build sd-card image based on debian rootfs?

ソリューションへジャンプ
2,577件の閲覧回数
建华董
Contributor I

I'v booted sucessfully from sd-card on s32v234 evb board,but i can't login the system.

1 解決策
2,383件の閲覧回数
建华董
Contributor I

Yes,I have got the solution from nxp local representive.

Below is how you can set the password to whatever you want with a few commands:
1. Stop at u-Boot stage by pressing any key after "Hit any key to stop autoboot" appears.  
2. Modify the environment as specified below and boot:
    => setenv mmcroot /dev/mmcblk0p2 rootwait rw init=/bin/sh
    => boot
    do _not_ issue "saveenv".    
3. You will be presented a root shell without any authentication.
   Use  "passwd" command to set the password to whatever you want:
    #/usr/bin/passwd vision
    #sync    
4. Powercycle the board.
5. When the system boots and comes to login, enter "vision" as username and the password you set.

元の投稿で解決策を見る

2 返答(返信)
2,383件の閲覧回数
sumit_shrestha
Contributor II

Did you get the username and password? Even I am currently struggling with the same thing.

0 件の賞賛
返信
2,384件の閲覧回数
建华董
Contributor I

Yes,I have got the solution from nxp local representive.

Below is how you can set the password to whatever you want with a few commands:
1. Stop at u-Boot stage by pressing any key after "Hit any key to stop autoboot" appears.  
2. Modify the environment as specified below and boot:
    => setenv mmcroot /dev/mmcblk0p2 rootwait rw init=/bin/sh
    => boot
    do _not_ issue "saveenv".    
3. You will be presented a root shell without any authentication.
   Use  "passwd" command to set the password to whatever you want:
    #/usr/bin/passwd vision
    #sync    
4. Powercycle the board.
5. When the system boots and comes to login, enter "vision" as username and the password you set.