Discussion:
Problem NFS Booting BeagleBone - Kernel Hangs
beagler001
2012-11-19 19:42:41 UTC
Permalink
Hello,

If anyone has a suggestion for how I can get past a problem that I am
having with Beaglebone, it would be greatly appreciated. I am trying to NFS
boot my Beaglebone. The kernal and the initrd.img files get loaded into
memory on the Bone. When it attempts to boot, I get the message
"Uncompressing Linux... done, booting the kernel." That's it. It hangs
after that. I never get a prompt, and there's no other messages.

Kernel version: 3.2.33-psp26
Ubuntu rootfs (exported from my host PC): 12.04-r8

Boot log:
======================================================
2012-11-19T13:32:38.839 -
2012-11-19T13:32:38.855 - U-Boot SPL 2012.10-00010-g847bb01 (Oct 25 2012 -
11:41:49)
2012-11-19T13:32:38.967 - OMAP SD/MMC: 0
2012-11-19T13:32:39.047 - reading u-boot.img
2012-11-19T13:32:39.047 - reading u-boot.img
2012-11-19T13:32:39.079 -
2012-11-19T13:32:39.079 -
2012-11-19T13:32:39.079 - U-Boot 2012.10-00010-g847bb01 (Oct 25 2012 -
11:41:49)
2012-11-19T13:32:39.079 -
2012-11-19T13:32:39.127 - I2C: ready
2012-11-19T13:32:39.127 - DRAM: 256 MiB
2012-11-19T13:32:39.159 - WARNING: Caches not enabled
2012-11-19T13:32:39.671 - MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
2012-11-19T13:32:39.687 - Using default environment
2012-11-19T13:32:39.687 -
2012-11-19T13:32:39.751 - Net: cpsw
2012-11-19T13:32:40.758 - Hit any key to stop autoboot: 0
2012-11-19T13:32:40.838 - SD/MMC found on device 0
2012-11-19T13:32:40.839 - reading uEnv.txt
2012-11-19T13:32:40.839 -
2012-11-19T13:32:40.839 - 1136 bytes read
2012-11-19T13:32:40.854 - Loaded environment from uEnv.txt
2012-11-19T13:32:40.854 - Importing environment from mmc ...
2012-11-19T13:32:40.870 - Loading kernel and init to memory ...
2012-11-19T13:32:41.270 - cpsw Waiting for PHY auto negotiation to
complete. done
2012-11-19T13:32:41.270 - link up on port 0, speed 100, full duplex
2012-11-19T13:32:41.286 - BOOTP broadcast 1
2012-11-19T13:32:41.302 - DHCP client bound to address 172.30.2.157
2012-11-19T13:32:41.318 - link up on port 0, speed 100, full duplex
2012-11-19T13:32:41.318 - Using cpsw device
2012-11-19T13:32:41.318 - File transfer via NFS from server 172.30.3.52;
our IP address is 172.30.2.157
2012-11-19T13:32:41.319 - Filename
'/home/brycenga/exported/ubuntu1204r8/boot/zImage'.
2012-11-19T13:32:41.334 - Load address: 0x80300000
2012-11-19T13:32:41.862 - Loading:
#################################################################
2012-11-19T13:32:42.390 -
#################################################################
2012-11-19T13:32:42.918 -
#################################################################
2012-11-19T13:32:43.430 -
#################################################################
2012-11-19T13:32:43.958 -
#################################################################
2012-11-19T13:32:44.486 -
#################################################################
2012-11-19T13:32:45.014 -
#################################################################
2012-11-19T13:32:45.510 -
##############################################################
2012-11-19T13:32:45.510 - done
2012-11-19T13:32:45.526 - Bytes transferred = 2645288 (285d28 hex)
2012-11-19T13:32:45.542 - link up on port 0, speed 100, full duplex
2012-11-19T13:32:45.542 - Using cpsw device
2012-11-19T13:32:45.542 - File transfer via NFS from server 172.30.3.52;
our IP address is 172.30.2.157
2012-11-19T13:32:45.542 - Filename
'/home/brycenga/exported/ubuntu1204r8/boot/initrd.img'.
2012-11-19T13:32:45.558 - Load address: 0x81600000
2012-11-19T13:32:46.102 - Loading:
#################################################################
2012-11-19T13:32:46.629 -
#################################################################
2012-11-19T13:32:47.157 -
#################################################################
2012-11-19T13:32:47.685 -
#################################################################
2012-11-19T13:32:48.197 -
#################################################################
2012-11-19T13:32:48.725 -
#################################################################
2012-11-19T13:32:49.253 -
#################################################################
2012-11-19T13:32:49.781 -
#################################################################
2012-11-19T13:32:50.197 -
###################################################
2012-11-19T13:32:50.197 - done
2012-11-19T13:32:50.197 - Bytes transferred = 2923111 (2c9a67 hex)
2012-11-19T13:32:50.213 - autoload=no
2012-11-19T13:32:50.213 - baudrate=115200
2012-11-19T13:32:50.229 - bootargs=console=tty00,115200n8 root=/dev/nfs rw
rootfstype={xyz_rootfstype} ip=
2012-11-19T13:32:50.229 - bootcmd=if mmc rescan ${mmcdev}; then echo SD/MMC
found on device ${mmcdev};if run loadbootenv; then echo Loaded environment
from ${bootenv};run importbootenv;fi;if test -n $uenvcmd; then echo Running
uenvcmd ...;run uenvcmd;fi;if run loaduimage; then run mmcboot;fi;fi;
2012-11-19T13:32:50.245 - bootdelay=1
2012-11-19T13:32:50.245 - bootenv=uEnv.txt
2012-11-19T13:32:50.245 - bootfile=/boot/uImage
2012-11-19T13:32:50.261 - console=tty00,115200n8
2012-11-19T13:32:50.261 - dcache=off
2012-11-19T13:32:50.261 - device_args=run video_args; run expansion_args;
run mybootargs
2012-11-19T13:32:50.261 - dnsip=172.30.0.150
2012-11-19T13:32:50.261 - dnsip2=172.30.0.156
2012-11-19T13:32:50.261 - ethact=cpsw
2012-11-19T13:32:50.261 - ethaddr=00:18:31:8e:22:f2
2012-11-19T13:32:50.261 - expansion=ip=
2012-11-19T13:32:50.277 - expansion_args=setenv expansion ip=${ip_method}
2012-11-19T13:32:50.277 - fdtaddr=0x80F80000
2012-11-19T13:32:50.277 - fileaddr=81600000
2012-11-19T13:32:50.277 - filesize=2C9A67
2012-11-19T13:32:50.277 - gatewayip=172.30.2.1
2012-11-19T13:32:50.293 - importbootenv=echo Importing environment from mmc
...; env import -t $loadaddr $filesize
2012-11-19T13:32:50.293 - initrd_addr=0x81600000
2012-11-19T13:32:50.293 - initrd_file=initrd.img
2012-11-19T13:32:50.293 - initrd_size=2C9A67
2012-11-19T13:32:50.293 - ipaddr=172.30.2.157
2012-11-19T13:32:50.293 - kernel_addr=0x80300000
2012-11-19T13:32:50.293 - kernel_file=zImage
2012-11-19T13:32:50.293 - loadaddr=0x80200000
2012-11-19T13:32:50.309 - loadbootenv=fatload mmc ${mmcdev} ${loadaddr}
${bootenv}
2012-11-19T13:32:50.309 - loadramdisk=fatload mmc ${mmcdev} ${rdaddr}
ramdisk.gz
2012-11-19T13:32:50.325 - loaduimage=echo Loading kernel and init to memory
...; setenv dcache off; setenv autoload no; dhcp; nfs ${kernel_addr}
${xyz_rootpath}/boot/${kernel_file}; nfs ${initrd_addr}
${xyz_rootpath}/boot/${initrd_file}; setenv initrd_size ${filesize}; run
device_args; printenv; echo; echo Booting kernel and init from memory ...;
echo; bootz 0x80300000 0x81600000:${initrd_size}; echo Complete!!
2012-11-19T13:32:50.357 - loaduimagefat=fatload mmc ${mmcdev} ${loadaddr}
${bootfile}
2012-11-19T13:32:50.357 - mmcargs=setenv bootargs console=${console}
${optargs} root=${mmcroot} rootfstype=${mmcrootfstype}
2012-11-19T13:32:50.357 - mmcboot=echo Booting from mmc ...; run mmcargs;
bootm ${loadaddr}
2012-11-19T13:32:50.373 - mmcdev=0
2012-11-19T13:32:50.373 - mmcroot=/dev/mmcblk0p2 ro
2012-11-19T13:32:50.373 - mmcrootfstype=ext4 rootwait
2012-11-19T13:32:50.373 - mybootargs=setenv bootargs console=${console}
${optargs} ${video} root=${xyz_root} rootfstype={xyz_rootfstype}
${expansion}
2012-11-19T13:32:50.389 - netmask=255.255.254.0
2012-11-19T13:32:50.389 - ramargs=setenv bootargs console=${console}
${optargs} root=${ramroot} rootfstype=${ramrootfstype}
2012-11-19T13:32:50.405 - ramboot=echo Booting from ramdisk ...; run
ramargs; bootm ${loadaddr}
2012-11-19T13:32:50.405 - ramroot=/dev/ram0 rw ramdisk_size=65536
initrd=${rdaddr},64M
2012-11-19T13:32:50.405 - ramrootfstype=ext2
2012-11-19T13:32:50.405 - rdaddr=0x81000000
2012-11-19T13:32:50.405 - serverip=172.30.3.52
2012-11-19T13:32:50.405 - stderr=serial
2012-11-19T13:32:50.405 - stdin=serial
2012-11-19T13:32:50.405 - stdout=serial
2012-11-19T13:32:50.421 - ver=U-Boot 2012.10-00010-g847bb01 (Oct 25 2012 -
11:41:49)
2012-11-19T13:32:50.421 - video_args=setenv video
2012-11-19T13:32:50.421 - xyz_load_image=nfs ${kernel_addr}
${xyz_rootpath}/boot/${kernel_file}
2012-11-19T13:32:50.437 - xyz_load_initrd=nfs ${initrd_addr}
${xyz_rootpath}/boot/${initrd_file}; setenv initrd_size ${filesize}
2012-11-19T13:32:50.437 - xyz_nfsroot=${serverip}:${xyz_rootpath}
2012-11-19T13:32:50.437 - xyz_root=/dev/nfs rw
2012-11-19T13:32:50.437 - xyz_rootfstype=ext4 rootwait fixrtc
2012-11-19T13:32:50.453 - xyz_rootpath=/home/brycenga/exported/ubuntu1204r8
2012-11-19T13:32:50.453 -
2012-11-19T13:32:50.453 - Environment size: 2755/131068 bytes
2012-11-19T13:32:50.453 -
2012-11-19T13:32:50.453 - Booting kernel and init from memory ...
2012-11-19T13:32:50.453 -
2012-11-19T13:32:50.453 -
2012-11-19T13:32:50.453 - Starting kernel ...
2012-11-19T13:32:50.453 -
2012-11-19T13:32:53.124 - Uncompressing Linux... done, booting the kernel.
2012-11-19T14:18:31.479 -
======================================================

uEnv.txt file:
======================================================
kernel_file=zImage
kernel_addr=0x80300000
initrd_file=initrd.img
initrd_addr=0x81600000

console=tty00,115200n8

serverip=172.30.3.52
netmask=255.255.254.0
xyz_root=/dev/nfs rw
xyz_rootfstype=ext4 rootwait fixrtc
xyz_rootpath=/home/brycenga/exported/ubuntu1204r8
xyz_nfsroot=${serverip}:${xyz_rootpath}
xyz_load_image=nfs ${kernel_addr} ${xyz_rootpath}/boot/${kernel_file}
xyz_load_initrd=nfs ${initrd_addr} ${xyz_rootpath}/boot/${initrd_file};
setenv initrd_size ${filesize}

optargs=
expansion_args=setenv expansion ip=${ip_method}
video_args=setenv video
mybootargs=setenv bootargs console=${console} ${optargs} ${video}
root=${xyz_root} rootfstype={xyz_rootfstype} ${expansion}
device_args=run video_args; run expansion_args; run mybootargs

loaduimage=echo Loading kernel and init to memory ...; setenv dcache off;
setenv autoload no; dhcp; nfs ${kernel_addr}
${xyz_rootpath}/boot/${kernel_file}; nfs ${initrd_addr}
${xyz_rootpath}/boot/${initrd_file}; setenv initrd_size ${filesize}; run
device_args; printenv; echo; echo Booting kernel and init from memory ...;
echo; bootz 0x80300000 0x81600000:${initrd_size}; echo Complete!!
======================================================


Thanks, in advance.

--
pastoreerrante
2012-11-20 08:43:47 UTC
Permalink
Hi,

just to be on safe side: did you try to boot with the same kernel you're
downloading on the beaglebone via nfs from the sd card? this test allows
you to be sure that kernel itself works well for your bone. I used to have
your same issues (kernel freeze during boot and stuck on "Uncompressing
Linux... done, booting the kernel" message). The root cause of this problem
was not NFS itself.

When you are safe your kernel works well, we will try something else to fix
this issue.

Regards,

Daniele

--
beagler001
2012-11-20 13:43:54 UTC
Permalink
Post by pastoreerrante
Hi,
just to be on safe side: did you try to boot with the same kernel you're
downloading on the beaglebone via nfs from the sd card? this test allows
you to be sure that kernel itself works well for your bone. I used to have
your same issues (kernel freeze during boot and stuck on "Uncompressing
Linux... done, booting the kernel" message). The root cause of this problem
was not NFS itself.
When you are safe your kernel works well, we will try something else to
fix this issue.
Regards,
Daniele
Hello Daniele,

Yes, and I should have mentioned that in my original post. Everything works
when I boot from the SD card (same kernel image, same initrd.img, same
uBoot, same x-loader, same Ubuntu rootfs). There are some errors; however,
they do not prevent the kernel from booting and displaying the login
prompt. FWIW: Following is the boot log from the successful boot from the
SD card.

=============================================================
2012-11-20T08:34:38.614 - U-Boot SPL 2012.10-00010-g847bb01 (Oct 25 2012 -
11:41:49)
2012-11-20T08:34:38.742 - OMAP SD/MMC: 0
2012-11-20T08:34:38.806 - reading u-boot.img
2012-11-20T08:34:38.822 - reading u-boot.img
2012-11-20T08:34:38.838 -
2012-11-20T08:34:38.838 -
2012-11-20T08:34:38.854 - U-Boot 2012.10-00010-g847bb01 (Oct 25 2012 -
11:41:49)
2012-11-20T08:34:38.854 -
2012-11-20T08:34:38.902 - I2C: ready
2012-11-20T08:34:38.902 - DRAM: 256 MiB
2012-11-20T08:34:38.934 - WARNING: Caches not enabled
2012-11-20T08:34:39.446 - MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
2012-11-20T08:34:39.446 - Using default environment
2012-11-20T08:34:39.446 -
2012-11-20T08:34:39.526 - Net: cpsw
2012-11-20T08:34:40.533 - Hit any key to stop autoboot: 0
2012-11-20T08:34:40.597 - SD/MMC found on device 0
2012-11-20T08:34:40.613 - reading uEnv.txt
2012-11-20T08:34:40.613 -
2012-11-20T08:34:40.613 - 816 bytes read
2012-11-20T08:34:40.613 - Loaded environment from uEnv.txt
2012-11-20T08:34:40.613 - Importing environment from mmc ...
2012-11-20T08:34:40.629 - reading zImage
2012-11-20T08:34:40.933 -
2012-11-20T08:34:40.933 - 2645288 bytes read
2012-11-20T08:34:40.949 - reading initrd.img
2012-11-20T08:34:41.285 -
2012-11-20T08:34:41.285 - 2923111 bytes read
2012-11-20T08:34:41.285 - Booting from mmc ...
2012-11-20T08:34:41.301 -
2012-11-20T08:34:41.301 - Starting kernel ...
2012-11-20T08:34:41.301 -
2012-11-20T08:34:43.956 - Uncompressing Linux... done, booting the kernel.
2012-11-20T08:34:44.675 - [ 0.000000] Initializing cgroup subsys cpuset
2012-11-20T08:34:44.675 - [ 0.000000] Initializing cgroup subsys cpu
2012-11-20T08:34:44.691 - [ 0.000000] Linux version 3.2.33-psp26
(***@brocks-mint) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) )
#1 Wed Nov 7 17:42:04 EST 2012
2012-11-20T08:34:44.691 - [ 0.000000] CPU: ARMv7 Processor [413fc082]
revision 2 (ARMv7), cr=10c53c7d
2012-11-20T08:34:44.707 - [ 0.000000] CPU: PIPT / VIPT nonaliasing data
cache, VIPT aliasing instruction cache
2012-11-20T08:34:44.707 - [ 0.000000] Machine: am335xevm
2012-11-20T08:34:44.707 - [ 0.000000] Memory policy: ECC disabled, Data
cache writeback
2012-11-20T08:34:44.723 - [ 0.000000] AM335X ES1.0 (sgx neon )
2012-11-20T08:34:44.723 - [ 0.000000] Built 1 zonelists in Zone order,
mobility grouping on. Total pages: 65024
2012-11-20T08:34:44.739 - [ 0.000000] Kernel command line:
console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
fixrtc ip=
2012-11-20T08:34:44.739 - [ 0.000000] PID hash table entries: 1024
(order: 0, 4096 bytes)
2012-11-20T08:34:44.755 - [ 0.000000] Dentry cache hash table entries:
32768 (order: 5, 131072 bytes)
2012-11-20T08:34:44.755 - [ 0.000000] Inode-cache hash table entries:
16384 (order: 4, 65536 bytes)
2012-11-20T08:34:44.771 - [ 0.000000] allocated 1048576 bytes of
page_cgroup
2012-11-20T08:34:44.771 - [ 0.000000] please try 'cgroup_disable=memory'
option if you don't want memory cgroups
2012-11-20T08:34:44.771 - [ 0.000000] Memory: 256MB = 256MB total
2012-11-20T08:34:44.787 - [ 0.000000] Memory: 248404k/248404k available,
13740k reserved, 0K highmem
2012-11-20T08:34:44.787 - [ 0.000000] Virtual kernel memory layout:
2012-11-20T08:34:44.787 - [ 0.000000] vector : 0xffff0000 -
0xffff1000 ( 4 kB)
2012-11-20T08:34:44.803 - [ 0.000000] fixmap : 0xfff00000 -
0xfffe0000 ( 896 kB)
2012-11-20T08:34:44.803 - [ 0.000000] vmalloc : 0xd0800000 -
0xff000000 ( 744 MB)
2012-11-20T08:34:44.819 - [ 0.000000] lowmem : 0xc0000000 -
0xd0000000 ( 256 MB)
2012-11-20T08:34:44.819 - [ 0.000000] modules : 0xbf000000 -
0xc0000000 ( 16 MB)
2012-11-20T08:34:44.819 - [ 0.000000] .text : 0xc0008000 -
0xc069c000 (6736 kB)
2012-11-20T08:34:44.835 - [ 0.000000] .init : 0xc069c000 -
0xc06da000 ( 248 kB)
2012-11-20T08:34:44.835 - [ 0.000000] .data : 0xc06da000 -
0xc07231a0 ( 293 kB)
2012-11-20T08:34:44.835 - [ 0.000000] .bss : 0xc07231c4 -
0xc076469c ( 262 kB)
2012-11-20T08:34:44.851 - [ 0.000000] NR_IRQS:410 nr_irqs:410 410
2012-11-20T08:34:44.851 - [ 0.000000] IRQ: Found an INTC at 0xfa200000
(revision 5.0) with 128 interrupts
2012-11-20T08:34:44.851 - [ 0.000000] Total of 128 interrupts on 1
active controller
2012-11-20T08:34:44.867 - [ 0.000000] OMAP clockevent source: GPTIMER2
at 24000000 Hz
2012-11-20T08:34:44.867 - [ 0.000000] OMAP clocksource: GPTIMER1 at
32768 Hz
2012-11-20T08:34:44.883 - [ 0.000000] sched_clock: 32 bits at 32kHz,
resolution 30517ns, wraps every 131071999ms
2012-11-20T08:34:44.883 - [ 0.000000] Console: colour dummy device 80x30
2012-11-20T08:34:44.883 - [ 0.000183] Calibrating delay loop... 548.86
BogoMIPS (lpj=2744320)
2012-11-20T08:34:44.899 - [ 0.048736] pid_max: default: 32768 minimum:
301
2012-11-20T08:34:44.899 - [ 0.048889] Security Framework initialized
2012-11-20T08:34:44.899 - [ 0.048950] AppArmor: AppArmor initialized
2012-11-20T08:34:44.915 - [ 0.049011] Mount-cache hash table entries: 512
2012-11-20T08:34:44.915 - [ 0.049468] Initializing cgroup subsys cpuacct
2012-11-20T08:34:44.915 - [ 0.049499] Initializing cgroup subsys memory
2012-11-20T08:34:44.915 - [ 0.049560] Initializing cgroup subsys devices
2012-11-20T08:34:44.931 - [ 0.049560] Initializing cgroup subsys freezer
2012-11-20T08:34:44.931 - [ 0.049591] Initializing cgroup subsys blkio
2012-11-20T08:34:44.931 - [ 0.049621] Initializing cgroup subsys
perf_event
2012-11-20T08:34:44.947 - [ 0.049713] CPU: Testing write buffer
coherency: ok
2012-11-20T08:34:44.947 - [ 0.050842] devtmpfs: initialized
2012-11-20T08:34:44.947 - [ 0.071472] omap_hwmod: gfx: failed to
hardreset
2012-11-20T08:34:44.947 - [ 0.088165] omap_hwmod: pruss: failed to
hardreset
2012-11-20T08:34:44.963 - [ 0.089080] print_constraints: dummy:
2012-11-20T08:34:44.963 - [ 0.089385] NET: Registered protocol family 16
2012-11-20T08:34:44.963 - [ 0.090667] OMAP GPIO hardware version 0.1
2012-11-20T08:34:44.979 - [ 0.091949] omap_mux_init: Add partition: #1:
core, flags: 0
2012-11-20T08:34:44.979 - [ 0.093475] omap_i2c.1: alias fck already
exists
2012-11-20T08:34:44.979 - [ 0.093933] hw-breakpoint: debug architecture
0x4 unsupported.
2012-11-20T08:34:44.995 - [ 0.094146] omap2_mcspi.1: alias fck already
exists
2012-11-20T08:34:44.995 - [ 0.094268] omap2_mcspi.2: alias fck already
exists
2012-11-20T08:34:44.995 - [ 0.094390] omap_init_sham: platform not
supported
2012-11-20T08:34:45.011 - [ 0.094390] omap_init_aes: platform not
supported
2012-11-20T08:34:45.011 - [ 0.094482] edma.0: alias fck already exists
2012-11-20T08:34:45.011 - [ 0.094512] edma.0: alias fck already exists
2012-11-20T08:34:45.011 - [ 0.094512] edma.0: alias fck already exists
2012-11-20T08:34:45.027 - [ 0.094635] cape: pcm register
2012-11-20T08:34:45.027 - [ 0.104187] bio: create slab <bio-0> at 0
2012-11-20T08:34:45.027 - [ 0.105743] SCSI subsystem initialized
2012-11-20T08:34:45.043 - [ 0.106750] usbcore: registered new interface
driver usbfs
2012-11-20T08:34:45.043 - [ 0.106933] usbcore: registered new interface
driver hub
2012-11-20T08:34:45.043 - [ 0.107116] usbcore: registered new device
driver usb
2012-11-20T08:34:45.043 - [ 0.107452] registerd cppi-dma Intr @ IRQ 17
2012-11-20T08:34:45.059 - [ 0.107482] Cppi41 Init Done
Qmgr-base(d083a000) dma-base(d0838000)
2012-11-20T08:34:45.059 - [ 0.107482] Cppi41 Init Done
2012-11-20T08:34:45.075 - [ 0.107513] musb-ti81xx musb-ti81xx: musb0,
board_mode=0x13, plat_mode=0x3
2012-11-20T08:34:45.075 - [ 0.107696] musb-ti81xx musb-ti81xx: musb1,
board_mode=0x13, plat_mode=0x1
2012-11-20T08:34:45.075 - [ 0.108245] omap_i2c omap_i2c.1: bus 1
rev2.4.0 at 100 kHz
2012-11-20T08:34:45.091 - [ 0.109191] tps65910 1-002d: could not be
detected
2012-11-20T08:34:45.091 - [ 0.109771] Advanced Linux Sound Architecture
Driver Version 1.0.24.
2012-11-20T08:34:45.091 - [ 0.110443] NetLabel: Initializing
2012-11-20T08:34:45.107 - [ 0.110473] NetLabel: domain hash size = 128
2012-11-20T08:34:45.107 - [ 0.110473] NetLabel: protocols = UNLABELED
CIPSOv4
2012-11-20T08:34:45.107 - [ 0.110534] NetLabel: unlabeled traffic
allowed by default
2012-11-20T08:34:45.123 - [ 0.110595] Switching to clocksource gp timer
2012-11-20T08:34:45.123 - [ 0.110839] AppArmor: AppArmor Filesystem
Enabled
2012-11-20T08:34:45.123 - [ 0.123321] musb-hdrc: version 6.0, ?dma?, otg
(peripheral+host)
2012-11-20T08:34:45.139 - [ 0.123535] musb-hdrc musb-hdrc.0: dma type:
dma-cppi41
2012-11-20T08:34:45.139 - [ 0.123748] MUSB0 controller's USBSS revision
= 4ea20800
2012-11-20T08:34:45.139 - [ 0.124603] musb-hdrc musb-hdrc.0: USB OTG
mode controller at d081c000 using DMA, IRQ 18
2012-11-20T08:34:45.155 - [ 0.124908] musb-hdrc musb-hdrc.1: dma type:
dma-cppi41
2012-11-20T08:34:45.155 - [ 0.125091] MUSB1 controller's USBSS revision
= 4ea20800
2012-11-20T08:34:45.171 - [ 0.125579] musb-hdrc musb-hdrc.1: MUSB HDRC
host driver
2012-11-20T08:34:45.171 - [ 0.125701] musb-hdrc musb-hdrc.1: new USB bus
registered, assigned bus number 1
2012-11-20T08:34:45.171 - [ 0.125854] usb usb1: New USB device found,
idVendor=1d6b, idProduct=0002
2012-11-20T08:34:45.187 - [ 0.125885] usb usb1: New USB device strings:
Mfr=3, Product=2, SerialNumber=1
2012-11-20T08:34:45.187 - [ 0.125885] usb usb1: Product: MUSB HDRC host
driver
2012-11-20T08:34:45.203 - [ 0.125915] usb usb1: Manufacturer: Linux
3.2.33-psp26 musb-hcd
2012-11-20T08:34:45.203 - [ 0.125915] usb usb1: SerialNumber: musb-hdrc.1
2012-11-20T08:34:45.203 - [ 0.126708] hub 1-0:1.0: USB hub found
2012-11-20T08:34:45.203 - [ 0.126739] hub 1-0:1.0: 1 port detected
2012-11-20T08:34:45.219 - [ 0.127288] musb-hdrc musb-hdrc.1: USB Host
mode controller at d081e800 using DMA, IRQ 19
2012-11-20T08:34:45.219 - [ 0.127777] NET: Registered protocol family 2
2012-11-20T08:34:45.235 - [ 0.128143] IP route cache hash table entries:
2048 (order: 1, 8192 bytes)
2012-11-20T08:34:45.235 - [ 0.129150] TCP established hash table
entries: 8192 (order: 4, 65536 bytes)
2012-11-20T08:34:45.251 - [ 0.129333] TCP bind hash table entries: 8192
(order: 3, 32768 bytes)
2012-11-20T08:34:45.251 - [ 0.129486] TCP: Hash tables configured
(established 8192 bind 8192)
2012-11-20T08:34:45.251 - [ 0.129486] TCP reno registered
2012-11-20T08:34:45.267 - [ 0.129516] UDP hash table entries: 256
(order: 0, 4096 bytes)
2012-11-20T08:34:45.267 - [ 0.129547] UDP-Lite hash table entries: 256
(order: 0, 4096 bytes)
2012-11-20T08:34:45.267 - [ 0.129913] NET: Registered protocol family 1
2012-11-20T08:34:45.283 - [ 0.130371] RPC: Registered named UNIX socket
transport module.
2012-11-20T08:34:45.283 - [ 0.130401] RPC: Registered udp transport
module.
2012-11-20T08:34:45.283 - [ 0.130401] RPC: Registered tcp transport
module.
2012-11-20T08:34:45.299 - [ 0.130401] RPC: Registered tcp NFSv4.1
backchannel transport module.
2012-11-20T08:34:45.299 - [ 0.130798] Trying to unpack rootfs image as
initramfs...
2012-11-20T08:34:45.299 - [ 0.446411] Freeing initrd memory: 2852K
2012-11-20T08:34:45.315 - [ 0.448547] audit: initializing netlink socket
(disabled)
2012-11-20T08:34:45.315 - [ 0.448638] type=2000 audit(0.430:1):
initialized
2012-11-20T08:34:45.315 - [ 0.643463] VFS: Disk quotas dquot_6.5.2
2012-11-20T08:34:45.331 - [ 0.643615] Dquot-cache hash table entries:
1024 (order 0, 4096 bytes)
2012-11-20T08:34:45.331 - [ 0.645446] nfs4filelayout_init: NFSv4 File
Layout Driver Registering...
2012-11-20T08:34:45.331 - [ 0.645538] fuse init (API version 7.17)
2012-11-20T08:34:45.347 - [ 0.646240] Btrfs loaded
2012-11-20T08:34:45.347 - [ 0.646301] msgmni has been set to 490
2012-11-20T08:34:45.347 - [ 0.647674] Block layer SCSI generic (bsg)
driver version 0.4 loaded (major 252)
2012-11-20T08:34:45.363 - [ 0.647796] io scheduler noop registered
2012-11-20T08:34:45.363 - [ 0.647827] io scheduler deadline registered
2012-11-20T08:34:45.363 - [ 0.647918] io scheduler cfq registered
(default)
2012-11-20T08:34:45.379 - [ 0.649169] Serial: 8250/16550 driver, 4
ports, IRQ sharing enabled
2012-11-20T08:34:45.379 - [ 0.650512] omap_uart.0: ttyO0 at MMIO
0x44e09000 (irq = 72) is a OMAP UART0
2012-11-20T08:34:45.379 - [ 1.363098] console [ttyO0] enabled
2012-11-20T08:34:45.395 - [ 1.367340] omap_uart.1: ttyO1 at MMIO
0x48022000 (irq = 73) is a OMAP UART1
2012-11-20T08:34:45.395 - [ 1.375213] omap_uart.2: ttyO2 at MMIO
0x48024000 (irq = 74) is a OMAP UART2
2012-11-20T08:34:45.410 - [ 1.383056] omap_uart.3: ttyO3 at MMIO
0x481a6000 (irq = 44) is a OMAP UART3
2012-11-20T08:34:45.411 - [ 1.390869] omap_uart.4: ttyO4 at MMIO
0x481a8000 (irq = 45) is a OMAP UART4
2012-11-20T08:34:45.426 - [ 1.398712] omap_uart.5: ttyO5 at MMIO
0x481aa000 (irq = 46) is a OMAP UART5
2012-11-20T08:34:45.426 - [ 1.415069] brd: module loaded
2012-11-20T08:34:45.442 - [ 1.422943] loop: module loaded
2012-11-20T08:34:45.442 - [ 1.426361] at24 1-0051: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.506 - [ 1.491058] No daughter card found
2012-11-20T08:34:45.522 - [ 1.494720] at24 1-0050: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.538 - [ 1.510009] Board config.name:
A335BONE00A62812BB000642
2012-11-20T08:34:45.538 - [ 1.515533] Board name: A335BONE
2012-11-20T08:34:45.538 - [ 1.518951] Board version: 00A6
2012-11-20T08:34:45.539 - [ 1.522277] The board is a AM335x Beaglebone.
2012-11-20T08:34:45.554 - [ 1.527557] tps65217 1-0024: TPS65217 ID 0xf
version 1.1
2012-11-20T08:34:45.554 - [ 1.535095] print_constraints: DCDC1: 900 <-->
1800 mV at 1800 mV
2012-11-20T08:34:45.570 - [ 1.543548] print_constraints: DCDC2: 900 <-->
3300 mV at 1100 mV
2012-11-20T08:34:45.570 - [ 1.551971] print_constraints: DCDC3: 900 <-->
1500 mV at 1100 mV
2012-11-20T08:34:45.586 - [ 1.560394] print_constraints: LDO1: 1000 <-->
3300 mV at 1800 mV
2012-11-20T08:34:45.587 - [ 1.568817] print_constraints: LDO2: 900 <-->
3300 mV at 3300 mV
2012-11-20T08:34:45.602 - [ 1.577148] print_constraints: LDO3: 1800 <-->
3300 mV at 3300 mV
2012-11-20T08:34:45.603 - [ 1.585601] print_constraints: LDO4: 1800 <-->
3300 mV at 3300 mV
2012-11-20T08:34:45.618 - [ 1.592681] Maximum current provided by the
USB port is 500mA which is not sufficient
2012-11-20T08:34:45.619 - [ 1.592681] when operating @OPP120 and
OPPTURBO. The current requirement for some
2012-11-20T08:34:45.634 - [ 1.592712] use-cases using OPP100 might also
exceed the maximum current that the
2012-11-20T08:34:45.635 - [ 1.592712] USB port can provide. Unless you
are fully confident that the current
2012-11-20T08:34:45.651 - [ 1.592712] requirements for OPP100 use-case
don't exceed the USB limits, switching
2012-11-20T08:34:45.651 - [ 1.592742] to AC power is recommended.
2012-11-20T08:34:45.651 - [ 1.636962] omap_i2c.3: alias fck already
exists
2012-11-20T08:34:45.666 - [ 1.642242] omap_i2c omap_i2c.3: bus 3
rev2.4.0 at 100 kHz
2012-11-20T08:34:45.682 - [ 1.652618] at24 3-0054: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.730 - [ 1.711120] BeagleBone cape EEPROM: could not
read eeprom at address 0x54
2012-11-20T08:34:45.746 - [ 1.718353] at24 3-0055: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.810 - [ 1.781127] BeagleBone cape EEPROM: could not
read eeprom at address 0x55
2012-11-20T08:34:45.810 - [ 1.788360] at24 3-0056: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.874 - [ 1.851165] BeagleBone cape EEPROM: could not
read eeprom at address 0x56
2012-11-20T08:34:45.874 - [ 1.858337] at24 3-0057: 32768 byte 24c256
EEPROM, writable, 64 bytes/write
2012-11-20T08:34:45.938 - [ 1.921173] BeagleBone cape EEPROM: could not
read eeprom at address 0x57
2012-11-20T08:34:45.954 - [ 1.928314] BeagleBone cape: initializing mmc
2012-11-20T08:34:45.954 - [ 1.932952] omap_hsmmc.0: alias fck already
exists
2012-11-20T08:34:45.955 - [ 1.938446] BeagleBone cape: exporting ADC
pins to sysfs
2012-11-20T08:34:45.970 - [ 1.944396] Beaglebone: initializing onboard
LEDs
2012-11-20T08:34:45.970 - [ 1.949371] BeagleBone cape: exporting SPI
pins as spidev
2012-11-20T08:34:45.971 - [ 1.955688] BeagleBone cape: initializing
w1-gpio
2012-11-20T08:34:45.986 - [ 1.960784] w1-gpio connected to P8_6
2012-11-20T08:34:45.986 - [ 1.965789] CAN device driver interface
2012-11-20T08:34:45.987 - [ 1.969848] CAN bus driver for Bosch D_CAN
controller 1.0
2012-11-20T08:34:46.050 - [ 2.021209] davinci_mdio davinci_mdio.0:
davinci mdio revision 1.6
2012-11-20T08:34:46.050 - [ 2.027740] davinci_mdio davinci_mdio.0:
detected phy mask fffffffe
2012-11-20T08:34:46.066 - [ 2.042358] davinci_mdio.0: probed
2012-11-20T08:34:46.067 - [ 2.045959] davinci_mdio davinci_mdio.0:
phy[0]: device 0:00, driver SMSC LAN8710/LAN8720
2012-11-20T08:34:46.082 - [ 2.054840] usbcore: registered new interface
driver cdc_ether
2012-11-20T08:34:46.082 - [ 2.061065] usbcore: registered new interface
driver rndis_host
2012-11-20T08:34:46.083 - [ 2.067382] cdc_ncm: 04-Aug-2011
2012-11-20T08:34:46.098 - [ 2.070861] usbcore: registered new interface
driver cdc_ncm
2012-11-20T08:34:46.098 - [ 2.076934] Initializing USB Mass Storage
driver...
2012-11-20T08:34:46.099 - [ 2.082244] usbcore: registered new interface
driver usb-storage
2012-11-20T08:34:46.114 - [ 2.088592] USB Mass Storage support
registered.
2012-11-20T08:34:46.114 - [ 2.093597] usbcore: registered new interface
driver libusual
2012-11-20T08:34:46.115 - [ 2.099761] gadget: using random self
ethernet address
2012-11-20T08:34:46.130 - [ 2.105316] gadget: using random host
ethernet address
2012-11-20T08:34:46.130 - [ 2.111907] usb0: MAC 36:5a:5e:25:31:da
2012-11-20T08:34:46.130 - [ 2.115936] usb0: HOST MAC be:06:58:3f:e7:59
2012-11-20T08:34:46.146 - [ 2.120544] gadget: Ethernet Gadget, version:
Memorial Day 2008
2012-11-20T08:34:46.146 - [ 2.126922] gadget: g_ether ready
2012-11-20T08:34:46.146 - [ 2.130523] musb-hdrc musb-hdrc.0: MUSB HDRC
host driver
2012-11-20T08:34:46.161 - [ 2.136230] musb-hdrc musb-hdrc.0: new USB bus
registered, assigned bus number 2
2012-11-20T08:34:46.161 - [ 2.144195] usb usb2: New USB device found,
idVendor=1d6b, idProduct=0002
2012-11-20T08:34:46.177 - [ 2.151397] usb usb2: New USB device strings:
Mfr=3, Product=2, SerialNumber=1
2012-11-20T08:34:46.177 - [ 2.158996] usb usb2: Product: MUSB HDRC host
driver
2012-11-20T08:34:46.193 - [ 2.164276] usb usb2: Manufacturer: Linux
3.2.33-psp26 musb-hcd
2012-11-20T08:34:46.193 - [ 2.170501] usb usb2: SerialNumber: musb-hdrc.0
2012-11-20T08:34:46.193 - [ 2.176086] hub 2-0:1.0: USB hub found
2012-11-20T08:34:46.194 - [ 2.180084] hub 2-0:1.0: 1 port detected
2012-11-20T08:34:46.209 - [ 2.185211] mousedev: PS/2 mouse device common
for all mice
2012-11-20T08:34:46.209 - [ 2.192260] omap_rtc omap_rtc: rtc core:
registered omap_rtc as rtc0
2012-11-20T08:34:46.225 - [ 2.199005] omap_rtc: already running
2012-11-20T08:34:46.225 - [ 2.202972] i2c /dev entries driver
2012-11-20T08:34:46.225 - [ 2.207183] Linux media interface: v0.10
2012-11-20T08:34:46.226 - [ 2.211486] lirc_dev: IR Remote Control driver
registered, major 249
2012-11-20T08:34:46.241 - [ 2.218292] Driver for 1-wire Dallas network
protocol.
2012-11-20T08:34:46.241 - [ 2.225219] OMAP Watchdog Timer Rev 0x01:
initial timeout 60 sec
2012-11-20T08:34:46.257 - [ 2.237335] cpuidle: using governor ladder
2012-11-20T08:34:46.257 - [ 2.241943] cpuidle: using governor menu
2012-11-20T08:34:46.273 - [ 2.249267] usbcore: registered new interface
driver usbhid
2012-11-20T08:34:46.273 - [ 2.255157] usbhid: USB HID core driver
2012-11-20T08:34:46.289 - [ 2.260345] usbcore: registered new interface
driver snd-usb-6fire
2012-11-20T08:34:46.289 - [ 2.267547] ALSA device list:
2012-11-20T08:34:46.289 - [ 2.270690] No soundcards found.
2012-11-20T08:34:46.289 - [ 2.275726] TCP cubic registered
2012-11-20T08:34:46.305 - [ 2.279388] NET: Registered protocol family 10
2012-11-20T08:34:46.305 - [ 2.288116] NET: Registered protocol family 17
2012-11-20T08:34:46.321 - [ 2.293090] can: controller area network core
(rev 20090105 abi 8)
2012-11-20T08:34:46.321 - [ 2.299743] NET: Registered protocol family 29
2012-11-20T08:34:46.321 - [ 2.304473] can: raw protocol (rev 20090105)
2012-11-20T08:34:46.322 - [ 2.309020] Registering the dns_resolver key
type
2012-11-20T08:34:46.337 - [ 2.314086] VFP support v0.3: implementor 41
architecture 3 part 30 variant c rev 3
2012-11-20T08:34:46.338 - [ 2.322204] ThumbEE CPU extension supported.
2012-11-20T08:34:46.353 - [ 2.326751] mux: Failed to setup hwmod io irq
-22
2012-11-20T08:34:46.353 - [ 2.332580] Power Management for AM33XX family
2012-11-20T08:34:46.369 - [ 2.343078] registered taskstats version 1
2012-11-20T08:34:46.369 - [ 2.347778] Detected MACID=0:18:31:8e:22:f2
2012-11-20T08:34:46.385 - [ 2.355651] omap_rtc omap_rtc: setting system
clock to 2000-01-01 00:01:47 UTC (946684907)
2012-11-20T08:34:46.385 - [ 2.365722] Freeing init memory: 248K
2012-11-20T08:34:46.449 - Loading, please wait...
2012-11-20T08:34:46.481 - [ 2.454193] mmc0: host does not support
reading read-only switch. assuming write-enable.
2012-11-20T08:34:46.497 - [ 2.480072] mmc0: new high speed SDHC card at
address 1234
2012-11-20T08:34:46.513 - [ 2.491546] mmcblk0: mmc0:1234 SA04G 3.63 GiB
2012-11-20T08:34:46.513 - [ 2.500762] mmcblk0: p1 p2
2012-11-20T08:34:46.577 - [ 2.563781] udevd[67]: starting version 175
2012-11-20T08:34:46.641 - Begin: Loading essential drivers ... FATAL: Could
not load /lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T08:34:46.673 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T08:34:46.689 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T08:34:46.705 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T08:34:46.705 - done.
2012-11-20T08:34:46.721 - Begin: Running /scripts/init-premount ... done.
2012-11-20T08:34:46.769 - Begin: Mounting root file system ... Begin:
Running /scripts/local-top ... done.
2012-11-20T08:34:47.441 - Begin: Running /scripts/local-premount ... FATAL:
Could not load /lib/modules/3.2.33-psp26/modules.dep: No such file or
directory
2012-11-20T08:34:48.384 - done.
2012-11-20T08:34:48.400 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T08:34:48.416 - [ 4.391510] EXT4-fs (mmcblk0p2): INFO:
recovery required on readonly filesystem
2012-11-20T08:34:48.416 - [ 4.399291] EXT4-fs (mmcblk0p2): write access
will be enabled during recovery
2012-11-20T08:34:54.269 - [ 10.250213] EXT4-fs (mmcblk0p2): recovery
complete
2012-11-20T08:34:54.988 - [ 10.967376] EXT4-fs (mmcblk0p2): mounted
filesystem with ordered data mode. Opts: (null)
2012-11-20T08:34:54.988 - Begin: Running /scripts/local-bottom ... done.
2012-11-20T08:34:54.988 - done.
2012-11-20T08:34:55.036 - Begin: Running /scripts/init-bottom ... done.
2012-11-20T08:34:55.596 - [ 11.575836] init: ureadahead main process
(181) terminated with status 5
2012-11-20T08:35:30.887 -
2012-11-20T08:35:30.887 - Ubuntu 12.04.1 LTS BRBone ttyO0
2012-11-20T08:35:30.887 -
2012-11-20T08:38:09.091 - BRBone login:
=============================================================


Brock



--
beagler001
2012-11-20 14:25:03 UTC
Permalink
OK, this is embarrassing... I just found the first major problem. After
looking around some more, I noticed that a lot of people were not setting
console correctly. So I double checked my setting. It is really hard to
tell, but I was setting my console to tee-tee-y-double-zero, instead of
tee-tee-y-Oh-zero. This gets me to the point where I can see the kernel
booting; however, I am still not in the clear. The end of my bootlog looks
like this:

2012-11-20T09:13:09.625 - [ 2.365325] Freeing init memory: 248K
2012-11-20T09:13:09.689 - Loading, please wait...
2012-11-20T09:13:09.721 - [ 2.453735] mmc0: host does not support
reading read-only switch. assuming write-enable.
2012-11-20T09:13:09.737 - [ 2.479614] mmc0: new high speed SDHC card at
address 1234
2012-11-20T09:13:09.753 - [ 2.491241] mmcblk0: mmc0:1234 SA04G 3.63 GiB
2012-11-20T09:13:09.753 - [ 2.500244] mmcblk0: p1 p2
2012-11-20T09:13:09.817 - [ 2.563385] udevd[67]: starting version 175
2012-11-20T09:13:09.881 - Begin: Loading essential drivers ... FATAL: Could
not load /lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:09.913 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:09.929 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:09.977 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:09.977 - done.
2012-11-20T09:13:09.993 - Begin: Running /scripts/init-premount ... done.
2012-11-20T09:13:10.041 - Begin: Mounting root file system ... Begin:
Running /scripts/local-top ... done.
2012-11-20T09:13:40.070 - Gave up waiting for root device. Common problems:
2012-11-20T09:13:40.070 - - Boot args (cat /proc/cmdline)
2012-11-20T09:13:40.071 - - Check rootdelay= (did the system wait long
enough?)
2012-11-20T09:13:40.071 - - Check root= (did the system wait for the
right device?)
2012-11-20T09:13:40.086 - - Missing modules (cat /proc/modules; ls /dev)
2012-11-20T09:13:40.086 - ALERT! /dev/nfs does not exist. Dropping to a
shell!
2012-11-20T09:13:40.102 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:40.102 - FATAL: Could not load
/lib/modules/3.2.33-psp26/modules.dep: No such file or directory
2012-11-20T09:13:40.416 -
2012-11-20T09:13:40.417 -
2012-11-20T09:13:40.435 - «Bª%Õ¹ÑÕÒrÂΩS)S¬WS%$¬]Últ-in shell (ash)
2012-11-20T09:13:40.435 - Enter 'help' for a list of built-in commands.
2012-11-20T09:13:40.435 -
2012-11-20T09:13:51.504 - (initramfs)
2012-11-20T09:13:52.080 - (initramfs)
2012-11-20T09:13:52.352 - (initramfs)


What is that all about?? It looks like it is failing to mount my Ubuntu
rootfs over NFS (due to the log: ALERT! /dev/nfs does not exist. Dropping
to a shell!). Why would this be, it was just able to transfer the files
over just fine.



Brock

--
beagler001
2012-11-20 17:08:23 UTC
Permalink
A lot has happened since my last post. I found a number problems with my
configuration, and I am much closer. However, still no login prompt. It
looks like I might be having a similar problem to what Daniele has already
solved. This is what the tail of the bootlog now looks like:

==============================================
012-11-20T12:01:31.468 - IP-Config: usb0 [ 3.778564]
ADDRCONF(NETDEV_UP): usb0: link is not ready
2012-11-20T12:01:31.468 - hardware address 9e:96:e0:b5:31:80 mtu 1500 DHCP[
3.788085]
2012-11-20T12:01:31.468 - [ 3.788085] CPSW phy found : id is : 0x7c0f1
2012-11-20T12:01:31.468 - RARP
2012-11-20T12:01:31.484 - IP-Config[ 3.796142] PHY 0:01 not found
2012-11-20T12:01:31.484 - : eth0 hardware [ 3.800750]
ADDRCONF(NETDEV_UP): eth0: link is not ready
2012-11-20T12:01:31.484 - address 00:18:31:8e:22:f2 mtu 1500 DHCP RARP
2012-11-20T12:01:32.588 - IP-Config: no response after 2 secs - giving up
2012-11-20T12:01:32.588 - IP-Config: usb0 hardware address
9e:96:e0:b5:31:80 mtu 1500 DHCP RARP
2012-11-20T12:01:32.604 - IP-Config: eth0 hardware address
00:18:31:8e:22:f2 mtu 1500 DHCP RARP
2012-11-20T12:01:34.461 - [ 6.782135] PHY: 0:00 - Link is Up - 100/Full
2012-11-20T12:01:34.477 - [ 6.786895] ADDRCONF(NETDEV_CHANGE): eth0:
link becomes ready
2012-11-20T12:01:35.693 - IP-Config: no response after 3 secs - giving up
2012-11-20T12:01:35.709 - IP-Config: usb0 hardware address
9e:96:e0:b5:31:80 mtu 1500 DHCP RARP
2012-11-20T12:01:35.709 - IP-Config: eth0 hardware address
00:18:31:8e:22:f2 mtu 1500 DHCP RARP
2012-11-20T12:01:36.732 - IP-Config: eth0 guessed broadcast address
172.30.3.255
2012-11-20T12:01:36.733 - IP-Config: eth0 complete (from 172.30.0.241):
2012-11-20T12:01:36.748 - address: 172.30.3.162 broadcast:
172.30.3.255 netmask: 255.255.254.0
2012-11-20T12:01:36.749 - gateway: 172.30.2.1 dns0 :
172.30.0.150 dns1 : 172.30.0.156
2012-11-20T12:01:36.764 - domain : gentex.com

2012-11-20T12:01:36.764 - rootserver: 172.30.0.241 rootpath:
2012-11-20T12:01:36.764 - filename :
2012-11-20T12:01:36.765 - Begin: Running /scripts/nfs-premount ... done.
2012-11-20T12:01:36.780 - Begin: Running /scripts/nfs-bottom ... done.
2012-11-20T12:01:36.780 - done.
2012-11-20T12:01:36.812 - Begin: Running /scripts/init-bottom ... done.
2012-11-20T12:01:37.372 - [ 9.693634] init: ureadahead main process
(170) terminated with status 5
2012-11-20T12:05:28.330 - [ 240.642150] INFO: task udevd:380 blocked for
more than 120 seconds.
2012-11-20T12:05:28.346 - [ 240.648712] "echo 0 >
/proc/sys/kernel/hung_task_timeout_secs" disables this message.
2012-11-20T12:05:28.346 - [ 240.657440] INFO: task udevd:381 blocked for
more than 120 seconds.
2012-11-20T12:05:28.362 - [ 240.664001] "echo 0 >
/proc/sys/kernel/hung_task_timeout_secs"
==============================================

Daniele, it looks like you experienced this problem back in July. See the
link below.

https://groups.google.com/forum/#!searchin/beagleboard/$2Fetc$2Fnetwork$2Finterfaces/beagleboard/B8QZadQTJ94/EMKTiO0GpToJ

Unfortunately, I do not know what my /etc/network/interfaces should look
like. Currently, it only contains this:

auto lo
iface lo inet loopback


What should it look like for a static IP configuration?


Thanks,
Brock

--
pastoreerrante
2012-11-20 17:19:11 UTC
Permalink
it should look like this:
http://www.cyberciti.biz/faq/setting-up-an-network-interfaces-file/

By the way check also this my old post:
https://groups.google.com/forum/?fromgroups=#!topic/beagleboard/xyrvq8GN4IU

maybe it can be useful.

Best luck!

Daniele

--
beagler001
2012-11-20 18:50:20 UTC
Permalink
That worked!

I do find it a little strange that it works - as it still appears in the
boolog that the system is trying to assign a different IP address.
172.30.3.67 is not what I set the IP of my eth0 device to in the
/etc/network/interfaces file.

2012-11-20T13:38:46.023 - IP-Config: eth0 complete (from 172.30.0.240):
2012-11-20T13:38:46.039 - address: 172.30.3.67 broadcast:
172.30.3.255 netmask: 255.255.254.0
2012-11-20T13:38:46.039 - gateway: 172.30.2.1 dns0 :
172.30.0.150 dns1 : 172.30.0.156
2012-11-20T13:38:46.055 - domain : gentex.com

2012-11-20T13:38:46.055 - rootserver: 172.30.0.240 rootpath:
2012-11-20T13:38:46.055 - filename :

Oh well. I am finally NFS booting. Thanks again.


Brock


--

Loading...