Hi all,
We can boot the Jetson TK1 from
- eMMMC
- USB memory
- NFS with other rootfs without X window.
However, boot the same rootfs(Tegra_Linux_Sample-Root-Filesystem_R19.3.0_armhf.tbz2) from NFS, the system hangs up during services boot.
Oh host PC, we cannot ping the target board.
Reset the target board several times, the stop points are different every time.
So I think a certain process(service) maybe relevant with the network cannot start/work normally to cause the system hang-up.
Any comments?
Thanks.
Log in detail:
U-Boot SPL 2014.04-rc2 (Jun 18 2014 - 11:16:32)
U-Boot 2014.04-rc2 (Jun 18 2014 - 11:16:32)
TEGRA124
Board: NVIDIA Jetson TK1
I2C: ready
DRAM: 2 GiB
MMC: Tegra SD/MMC: 0, Tegra SD/MMC: 1
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net: Net Initialization Skipped
No ethernet found.
Hit any key to stop autoboot: 0
MMC: no card present
mmc0(part 0) is current device
Scanning mmc 0…
Found extlinux config /boot/extlinux.conf
Retrieving file: /boot/extlinux.conf
932 bytes read in 53 ms (16.6 KiB/s)
Jetson-TK1 NFS boot options
1: primary kernel
Enter choice: 1: primary kernel
Retrieving file: /boot/zImage
5910288 bytes read in 193 ms (29.2 MiB/s)
append: console=ttyS0,115200n8 console=tty1 no_console_suspend=1 lp0_vec=2064@0xf46ff000 vid
eo=tegrafb mem=1862M@2048M memtype=255 ddr_die=2048M@2048M section=256M pmuboard=0x0177:0x00
00:0x02:0x43:0x00 vpr=151M@3945M tsec=32M@3913M otf_key=c75e5bb91eb3bd947560357b64422f85 usb
core.old_scheme_first=1 core_edp_mv=1150 core_edp_ma=4000 tegraid=40.1.1.0.0 debug_uartport=
lsport,3 power_supply=Adapter audio_codec=rt5640 modem_id=0 android.kerneltype=normal usb_po
rt_owner_info=0 fbcon=map:1 commchip_id=0 usb_port_owner_info=0 lane_owner_info=6 emc_max_dv
fs=0 touch_id=0@0 tegra_fbmem=32899072@0xad012000 board_info=0x0177:0x0000:0x02:0x43:0x00 ro
ot=/dev/nfs rw netdevwait ip=10.7.173.70:10.6.22.1:10.0.0.1:255.0.0.0::eth0:off nfsroot=10.6
.22.1:/tftpboot/tk1 rootwait
Retrieving file: /boot/tegra124-pm375.dtb
34678 bytes read in 46 ms (735.4 KiB/s)
Wrong Image Format for sysboot command
ERROR: can’t get kernel image!
Kernel image @ 0x81000000 [ 0x000000 - 0x5a2f10 ]
Flattened Device Tree blob at 82000000
Booting using the fdt blob at 0x82000000
Loading Device Tree to 8fff4000, end 8ffff775 … OK
SEEPROM serialnr->high = 01770000, ->low = 034500FF
Starting kernel …
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.10.24 (xx) (gcc version 4.5.3 (crosstool-NG
hg+default-069f43a215cc) ) #1 SMP PREEMPT Wed Oct 8 19:38:49 CST 2014
[ 0.000000] CPU: ARMv7 Processor [413fc0f3] revision 3 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] Machine: jetson-tk1, model: NVIDIA Tegra124 PM375, serial: 0
[ 0.000000] Truncating memory at 0x80000000 to fit in 32-bit physical address space
< snip >
[ 9.357312] ALSA device list:
[ 9.365107] #0: HDA NVIDIA Tegra at 0x70038000 irq 113
[ 9.375418] #1: tegra-rt5639
[ 9.780473] VFS: Mounted root (nfs filesystem) on device 0:11.
[ 9.821498] devtmpfs: mounted
[ 14.602239] init: plymouth-upstart-bridge main process (112) terminated with status 1
[ 14.621616] init: plymouth-upstart-bridge main process ended, respawning
[ 14.706957] init: plymouth-upstart-bridge main process (126) terminated with status 1
[ 14.727306] init: plymouth-upstart-bridge main process ended, respawning
[ 14.856374] init: ureadahead main process (115) terminated with status 5
- Starting Mount filesystems on boot[ OK ]
- Starting Signal sysvinit that the rootfs is mounted[ OK ]
- Starting Fix-up sensitive /proc filesystem entries[ OK ]
- Starting Populate /dev filesystem[ OK ]
- Stopping Fix-up sensitive /proc filesystem entries[ OK ]
- Stopping Populate /dev filesystem[ OK ]
- Starting Clean /tmp directory[ OK ]
- Starting Populate and link to /run filesystem[ OK ]
- Stopping Populate and link to /run filesystem[ OK ]
- Stopping Track if upstart is running in a container[ OK ]
- Stopping Clean /tmp directory[ OK ]
- Starting Initialize or finalize resolvconf[ OK ]
< snip >
- Starting configure network device[ OK ]
- Starting Bridge socket events into upstart[ OK ]
- Starting early crypto disks… * Starting bluetooth daemon[ OK ]
[ OK ] - Starting network connection manager[ OK ]
- Starting bluetooth daemon[ OK ]
- Starting bluetooth daemon[ OK ]
[ OK ]ting up X socket directories…
< stop here >