[beagleboard] Re: Transfering the image to the BBB via TFTP

2014-01-21 Thread tsuneyama
Thank you for your advice.

Looks like the OS is not installed correctly on your SD card. 

When I tried to boot the another BBB from my SD card
that the same image as the broken BBB is installed, it worked. 
Therefore, I guess the OS is installed correctly on my SD card.

Also when I tried to boot via TFTP, it stopped during the boot process
with no login prompt appearing as I posted before.

Any help would be greatly appreciated.

Regards.





2014年1月22日水曜日 1時44分43秒 UTC+9 rh_:

 On Tue, 21 Jan 2014 00:07:58 -0800 (PST) 
 tsuneyama tsun...@tvc.jp javascript: wrote: 

  Hi, thanks 
  I became not to be able to boot from both an SD card and eMMC 
  suddenly. When I tried to boot from an SD card, it stopped during the 
  boot process with no login prompt appearing. 
  And when I tried to boot from eMMC, I saw kernel panic in the log. 
  
  I show the log of booting from an SD card below. 

 Looks like the OS is not installed correctly on your SD card. 



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Transferring the image to the_BBB via TFTP

2014-01-20 Thread tsuneyama
Hi,

I want to transfer the image to BBB via TFTP and boot it,
but it stopped during the boot process. I have no idea what to do.
I show the log below.
Could anyone please help?

---
U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img


U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
U-Boot# setenv autoload no
U-Boot# dhcp
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.1.111
U-Boot# setenv serverip 192.168.1.57
U-Boot# tftp 0x8040 uImage-dtb.am335x-boneblack
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.57; our IP address is 192.168.1.111
Filename 'uImage-dtb.am335x-boneblack'.
Load address: 0x8040
Loading: #
 #
 #
 #
 ##
 1.1 MiB/s
done
Bytes transferred = 4484143 (446c2f hex)
U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro 
rootfstype=ext4 rootwait
U-Boot# bootm 0x8040
## Booting kernel from Legacy Image at 8040 ...
   Image Name:   Linux-3.8.3-00408-g8977b3f
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4484079 Bytes = 4.3 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.105586] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 
invalid phandle
[0.218389] omap2_mbox_probe: platform not supported
[0.459970] tps65217-bl tps65217-bl: no platform data provided
[0.540504] bone-capemgr bone_capemgr.8: slot #0: No cape found
[0.577609] bone-capemgr bone_capemgr.8: slot #1: No cape found
[0.614717] bone-capemgr bone_capemgr.8: slot #2: No cape found
[0.651827] bone-capemgr bone_capemgr.8: slot #3: No cape found

-

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Transferring the image to the BBB via TFTP

2014-01-20 Thread tsuneyama
Hi,
I want to transfer the image to the BBB via TFTP and boot it,
but it stopped it during the boot process. I have no idea what to do.
Could anyone please help?
I'm gonna show the log below.

-
U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img


U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
U-Boot# setenv autoload no
U-Boot# dhcp
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.1.111
U-Boot# setenv serverip 192.168.1.57
U-Boot# tftp 0x8040 uImage-dtb.am335x-boneblack
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.57; our IP address is 192.168.1.111
Filename 'uImage-dtb.am335x-boneblack'.
Load address: 0x8040
Loading: #
 #
 #
 #
 ##
 1.1 MiB/s
done
Bytes transferred = 4484143 (446c2f hex)
U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro 
rootfstype=ext4 rootwait
U-Boot# bootm 0x8040
## Booting kernel from Legacy Image at 8040 ...
   Image Name:   Linux-3.8.3-00408-g8977b3f
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4484079 Bytes = 4.3 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.105586] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 
invalid phandle
[0.218389] omap2_mbox_probe: platform not supported
[0.459970] tps65217-bl tps65217-bl: no platform data provided
[0.540504] bone-capemgr bone_capemgr.8: slot #0: No cape found
[0.577609] bone-capemgr bone_capemgr.8: slot #1: No cape found
[0.614717] bone-capemgr bone_capemgr.8: slot #2: No cape found
[0.651827] bone-capemgr bone_capemgr.8: slot #3: No cape found


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Transfering the image to the BBB via TFTP

2014-01-20 Thread tsuneyama
Hi,
I want to transfer the image to the BBB via TFTP and boot it,
but it stopped it during the boot process. I have no idea what to do.
Could anyone please help?
I'm gonna show the log below.

-
U-Boot SPL 2013.04-dirty (Jun 19 2013 - 09:57:14)
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
OMAP SD/MMC: 0
mmc_send_cmd : timeout: No status update
reading u-boot.img
reading u-boot.img


U-Boot 2013.04-dirty (Jun 19 2013 - 09:57:14)

I2C:   ready
DRAM:  512 MiB
WARNING: Caches not enabled
NAND:  No NAND device found!!!
0 MiB
MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
*** Warning - readenv() failed, using default environment

musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Peripheral mode controller at 47401000 using PIO, IRQ 0
musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, HB-ISO Rx, HB-ISO Tx, 
SoftConn)
musb-hdrc: MHDRC RTL version 2.0
musb-hdrc: setup fifo_mode 4
musb-hdrc: 28/31 max ep, 16384/16384 memory
USB Host mode controller at 47401800 using PIO, IRQ 0
Net:   ethaddr not set. Validating first E-fuse MAC
cpsw, usb_ether
Hit any key to stop autoboot:  0
U-Boot# setenv autoload no
U-Boot# dhcp
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.1.111
U-Boot# setenv serverip 192.168.1.57
U-Boot# tftp 0x8040 uImage-dtb.am335x-boneblack
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.1.57; our IP address is 192.168.1.111
Filename 'uImage-dtb.am335x-boneblack'.
Load address: 0x8040
Loading: #
 #
 #
 #
 ##
 1.1 MiB/s
done
Bytes transferred = 4484143 (446c2f hex)
U-Boot# setenv bootargs console=ttyO0,115200n8 quiet root=/dev/mmcblk0p2 ro 
rootfstype=ext4 rootwait
U-Boot# bootm 0x8040
## Booting kernel from Legacy Image at 8040 ...
   Image Name:   Linux-3.8.3-00408-g8977b3f
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:4484079 Bytes = 4.3 MiB
   Load Address: 80008000
   Entry Point:  80008000
   Verifying Checksum ... OK
   Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.
[0.105586] pinctrl-single 44e10800.pinmux: prop pinctrl-0 index 0 
invalid phandle
[0.218389] omap2_mbox_probe: platform not supported
[0.459970] tps65217-bl tps65217-bl: no platform data provided
[0.540504] bone-capemgr bone_capemgr.8: slot #0: No cape found
[0.577609] bone-capemgr bone_capemgr.8: slot #1: No cape found
[0.614717] bone-capemgr bone_capemgr.8: slot #2: No cape found
[0.651827] bone-capemgr bone_capemgr.8: slot #3: No cape found


-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[beagleboard] Re: Transfering the image to the BBB via TFTP

2014-01-20 Thread tsuneyama
 :   fp : 0010
[1.411319] r10: df047764  r9 :   r8 : 00d0
[1.416759] r7 : 0002  r6 : df047740  r5 :   r4 : 0408
[1.423558] r3 :   r2 :   r1 : 0160  r0 : 0408
[1.430365] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA Thumb  
Segment user
[1.437974] Control: 50c5387d  Table: 9f3d8019  DAC: 0015
[1.443958] Process systemd (pid: 1, stack limit = 0xdf050240)
[1.450031] Stack: (0xdf051e6c to 0xdf052000)
[1.454613] 1e60:c00a1b9f c007c6a9 df0146c0 
df5ee040 c008f279
[1.463214] 1e80: de89192c 0001  0040  8000 
00d0 df0146c0
[1.471769] 1ea0: 8013    becdedc4 c008ef7f 
c06c2f50 df5e9000
[1.480351] 1ec0: df5e9000 de8918d8 41ed c007c399 c007c38d c00a1db9 
 df5e9000
[1.488895] 1ee0: df5fe080 c00a2dcf  df5e9000 df5fe080 c00a2dfd 
df5e9000 c007c12d
[1.497445] 1f00: df5e9000 df5fe080 41ed df5fe080 df5fe080 de8918d8 
01ed 
[1.505990] 1f20: 000a81fc c007c25b 0020 de8918d8 41ed  
 df5fe080
[1.514537] 1f40: de8918d8 01ed  c007c2fb c007c2ed  
df5fe080 c009acc5
[1.523083] 1f60: df5fe080 de8918d8 de8918d8 0002 01ed 8000 
ff9c c009cb35
[1.531634] 1f80: df5dae50 de891a08 01ed 000a81fc 0001 01ed 
0027 c000c7e4
[1.540197] 1fa0: df05 c000c641 000a81fc 0001 000a81fc 01ed 
0001 c2868200
[1.548766] 1fc0: 000a81fc 0001 01ed 0027 0001 000ce0b0 
b6f88000 becdedc4
[1.557312] 1fe0: 000cd9c0 becde90c 00056478 b6dfca5c 6010 000a81fc 
ffe2 7fff7fff
[1.565859] Code: 4694 4696 3940 bfa1 (e8a0) 500c
[1.570869] ---[ end trace e7a16c5e1735f212 ]---
[1.576199] Kernel panic - not syncing: Attempted to kill init! 
exitcode=0x000b
[1.576199]
[1.585722] drm_kms_helper: panic occurred, switching back to text 
console
[1.592884] [drm:drm_crtc_helper_set_config],
[1.597513] [drm:drm_crtc_helper_set_config], [CRTC:3] [NOFB]
--

So, I tried to rewrite the kernel of eMMC from an SD card by powering up BBB
while pushing down S2 button. I used BBB-eMMC-flasher-2013.09.12.img.xz.
But also I see kernel panic.

As the final method to repair the broken BBB, 
I tried to connect to serial of BBB and got the image from TFTP and booted,
but it stopped during the boot proccess with no login prompt appearing.
I totally have no idea, can I repair this BBB no more?

Do you have a cape attached? 
I don't know a cape, maybe I don't have.

Any help would be greatly appreciated.

Regards.


2014年1月21日火曜日 7時37分17秒 UTC+9 rh_:

 On Mon, 20 Jan 2014 00:07:45 -0800 (PST) 
 tsuneyama tsun...@tvc.jp javascript: wrote: 

  Hi, 
  I want to transfer the image to the BBB via TFTP and boot it, 
  but it stopped it during the boot process. I have no idea what to do. 

 Are you saying that this kernel boots from an SD card or eMMC with no 
 problems? From your log TFTP seems fine, the kernel booted. Do you have 
 a cape attached? Need more data to help. 



-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
BeagleBoard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.