you can use ps -e to see all process'id, and then you will know what process exited.
在 2013年6月24日星期一UTC+8下午2时18分36秒,Pranami Bhattacharya写道: > Hi, > > > > I am trying to boot pandaboard with B2G through NFS. > > The host system is Ubuntu 12.04 LTS. The folder to mount on pandaboard is > /nfsroot/FireFoxOS > > The xloader (MLO), u-boot.bin and uImage have been copied to the FAT32 > partition of an 8 GB SD Card. > > I am trying to boot using static IP for the pandaboard. > > The boot arguments are as follows: > > > > PANDA# fatload mmc 0:1 0x80000000 uImage > > PANDA# > > setenv bootargs console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 > root=/dev/nfs rw > nfsroot=43.88.80.118:/nfsroot/FireFoxOS,nolock,wsize=1024,rsize=1024 > ip=43.88.80.234 rootwait earlyprintk fixrtc nocompcache init=/init > > > > PANDA# bootm 0x80000000 > > > > it boots up successfully and I am able to see the shell, however, I keep > getting these error messages on the console > > > > root@android:/ # [ 17.962310] adb_bind_config > > [ 18.023712] adb_open > > [ 18.084320] PVR: Installing MISR with cookie c08284f8 > > [ 18.091552] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie > ed5ac200 > > [ 18.102142] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from f0b20000 > > [ 18.118225] PVR: SysFinalise: Version string: SGX revision = 1.2.0 > > [ 18.173095] init: untracked pid 1212 exited > > [ 18.380706] (stk) : timed out waiting for ldisc to be un-installed > > [ 18.387969] Bluetooth: st_register failed -22 > > [ 22.362213] init: untracked pid 1222 exited > > [ 22.904113] sr_class1p5_calib_work: mpu: Calibration complete: Voltage > Nominal=1203000 Calib=1050000 > > [ 27.807769] init: untracked pid 1283 exited > > [ 32.965301] init: untracked pid 1294 exited > > [ 37.188507] init: untracked pid 1305 exited > > [ 42.303710] init: untracked pid 1316 exited > > > > > > Any suggestions as to why these error messages are coming and how to get rid > of them? > > > > Thanks, > > Pranami 在 2013年6月24日星期一UTC+8下午2时18分36秒,Pranami Bhattacharya写道: > Hi, > > > > I am trying to boot pandaboard with B2G through NFS. > > The host system is Ubuntu 12.04 LTS. The folder to mount on pandaboard is > /nfsroot/FireFoxOS > > The xloader (MLO), u-boot.bin and uImage have been copied to the FAT32 > partition of an 8 GB SD Card. > > I am trying to boot using static IP for the pandaboard. > > The boot arguments are as follows: > > > > PANDA# fatload mmc 0:1 0x80000000 uImage > > PANDA# > > setenv bootargs console=ttyO2,115200n8 mem=1G androidboot.console=ttyO2 > root=/dev/nfs rw > nfsroot=43.88.80.118:/nfsroot/FireFoxOS,nolock,wsize=1024,rsize=1024 > ip=43.88.80.234 rootwait earlyprintk fixrtc nocompcache init=/init > > > > PANDA# bootm 0x80000000 > > > > it boots up successfully and I am able to see the shell, however, I keep > getting these error messages on the console > > > > root@android:/ # [ 17.962310] adb_bind_config > > [ 18.023712] adb_open > > [ 18.084320] PVR: Installing MISR with cookie c08284f8 > > [ 18.091552] PVR: Installing device LISR SGX ISR on IRQ 53 with cookie > ed5ac200 > > [ 18.102142] PVR: OSUnMapPhysToLin: unmapping 65535 bytes from f0b20000 > > [ 18.118225] PVR: SysFinalise: Version string: SGX revision = 1.2.0 > > [ 18.173095] init: untracked pid 1212 exited > > [ 18.380706] (stk) : timed out waiting for ldisc to be un-installed > > [ 18.387969] Bluetooth: st_register failed -22 > > [ 22.362213] init: untracked pid 1222 exited > > [ 22.904113] sr_class1p5_calib_work: mpu: Calibration complete: Voltage > Nominal=1203000 Calib=1050000 > > [ 27.807769] init: untracked pid 1283 exited > > [ 32.965301] init: untracked pid 1294 exited > > [ 37.188507] init: untracked pid 1305 exited > > [ 42.303710] init: untracked pid 1316 exited > > > > > > Any suggestions as to why these error messages are coming and how to get rid > of them? > > > > Thanks, > > Pranami _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
