<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: MPC8313e-RDB booting problem in Other NXP Products</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217137#M2575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robindev,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I guess your problem is you donot run the vsc firmware .As I know ,The TSEC1's is connected to VSC switch and TSEC2 is connected to 88E111.What's more ,under linux ,the&amp;nbsp; ipaddr of the two&amp;nbsp; TSEC cannot&amp;nbsp; be the same netmask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can run ifconfig to see the ipaddr of eth0 &amp;amp;eth1. If their netmask is same , you can try ifconfig eth0 down .&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you want to use eth0 under linux ,you must first run the vsc firmware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Nov 2009 20:05:36 GMT</pubDate>
    <dc:creator>hoverdsp</dc:creator>
    <dc:date>2009-11-07T20:05:36Z</dc:date>
    <item>
      <title>MPC8313e-RDB booting problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217133#M2571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to load and run a new linux kernel(the board contains kernel 2.6.20, and i try to boot the one from the BSP iso) on the MPC8313e-RDB (ver 4A, with PPC8313e), but i ran into some problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used the kernel from the images folder in the ISO. I have set up a TFTP server to load it in the board(in ram). I issue the following commands to load and boot the new kernel:&lt;/P&gt;&lt;P&gt;setenv ethact TSEC1&lt;BR /&gt;setenv bootargs root=/dev/ram console=ttyS0,115200&lt;BR /&gt;tftp 200000 uImage&lt;BR /&gt;tftp 1000000 rootfs.ext2.gz.uboot&lt;BR /&gt;tftp 400000 mpc8313erdb.dtb&lt;BR /&gt;bootm 200000 1000000 400000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the kernel seems to boots fine,but then suddenly the terminal becomes unresponsive. Most of the time this hapens when i do something with the ethernet controller, like ifconfig or ping(ping does not work, and always hangs the board)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;am i doing something wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i tried both ethernet devices&lt;/P&gt;&lt;P&gt;(used run run_vscld1 to load the firmware)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could it be that the&amp;nbsp; mpc8313erdb.dtb is for a different version of the board?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&amp;nbsp;full bootlog fromttyS0:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot:&amp;nbsp; 0&lt;BR /&gt;=&amp;gt; setenv ethact TSEC1&lt;BR /&gt;=&amp;gt; setenv bootargs root=/dev/ram console=ttyS0,115200&lt;BR /&gt;=&amp;gt; tftp 200000 uImage&lt;BR /&gt;Speed: 100, full duplex&lt;BR /&gt;Using TSEC1 device&lt;BR /&gt;TFTP from server 192.168.1.11; our IP address is 192.168.1.2&lt;BR /&gt;Filename 'uImage'.&lt;BR /&gt;Load address: 0x200000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ########################################################&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 1617371 (18addb hex)&lt;BR /&gt;=&amp;gt; tftp 1000000 rootfs.ext2.gz.uboot&lt;BR /&gt;Speed: 100, full duplex&lt;BR /&gt;Using TSEC1 device&lt;BR /&gt;TFTP from server 192.168.1.11; our IP address is 192.168.1.2&lt;BR /&gt;Filename 'rootfs.ext2.gz.uboot'.&lt;BR /&gt;Load address: 0x1000000&lt;BR /&gt;Loading: #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #################################################################&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; #########################################&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 3534356 (35ee14 hex)&lt;BR /&gt;=&amp;gt; tftp 400000 mpc8313erdb.dtb&lt;BR /&gt;Speed: 100, full duplex&lt;BR /&gt;Using TSEC1 device&lt;BR /&gt;TFTP from server 192.168.1.11; our IP address is 192.168.1.2&lt;BR /&gt;Filename 'mpc8313erdb.dtb'.&lt;BR /&gt;Load address: 0x400000&lt;BR /&gt;Loading: ###&lt;BR /&gt;done&lt;BR /&gt;Bytes transferred = 12288 (3000 hex)&lt;BR /&gt;=&amp;gt; bootm 200000 1000000 400000&lt;BR /&gt;## Booting image at 00200000 ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; Linux-2.6.23&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Created:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008-12-22&amp;nbsp;&amp;nbsp; 3:22:49 UTC&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; PowerPC Linux Kernel Image (gzip compressed)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 1617307 Bytes =&amp;nbsp; 1.5 MB&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Load Address: 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Uncompressing Kernel Image ... OK&lt;BR /&gt;## Loading RAMDisk Image at 01000000 ...&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Name:&amp;nbsp;&amp;nbsp; uboot ext2 ramdisk rootfs&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Created:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008-12-22&amp;nbsp;&amp;nbsp; 3:24:29 UTC&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Image Type:&amp;nbsp;&amp;nbsp; PowerPC Linux RAMDisk Image (gzip compressed)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Data Size:&amp;nbsp;&amp;nbsp;&amp;nbsp; 3534292 Bytes =&amp;nbsp; 3.4 MB&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Load Address: 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Entry Point:&amp;nbsp; 00000000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Verifying Checksum ... OK&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Booting using flat device tree at 0x400000&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Loading Ramdisk to 07c38000, end 07f96dd4 ... OK&lt;BR /&gt;Using MPC8313 RDB machine description&lt;BR /&gt;Linux version 2.6.23 (yhh@rock) (gcc version 4.1.2) #1 Mon Dec 22 11:22:46 CST 2008&lt;BR /&gt;Found initrd at 0xc7c38000:0xc7f96dd4&lt;BR /&gt;console [udbg0] enabled&lt;BR /&gt;setup_arch: bootmem&lt;BR /&gt;mpc8313_rdb_setup_arch()&lt;BR /&gt;Found MPC83xx PCI host bridge at 0x00000000e0008500. Firmware bus number: 0-&amp;gt;0&lt;BR /&gt;arch: exit&lt;BR /&gt;Zone PFN ranges:&lt;BR /&gt;&amp;nbsp; DMA&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32768&lt;BR /&gt;&amp;nbsp; Normal&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32768 -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32768&lt;BR /&gt;Movable zone start PFN for each node&lt;BR /&gt;early_node_map[1] active PFN ranges&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 -&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 32768&lt;BR /&gt;Built 1 zonelists in Zone order.&amp;nbsp; Total pages: 32512&lt;BR /&gt;Kernel command line: root=/dev/ram console=ttyS0,115200&lt;BR /&gt;IPIC (128 IRQ sources) at fdef9700&lt;BR /&gt;PID hash table entries: 512 (order: 9, 2048 bytes)&lt;BR /&gt;Dentry cache hash table entries: 16384 (order: 4, 65536 bytes)&lt;BR /&gt;Inode-cache hash table entries: 8192 (order: 3, 32768 bytes)&lt;BR /&gt;Memory: 122848k/131072k available (3188k kernel code, 8064k reserved, 148k data, 94k bss, 152k init)&lt;BR /&gt;Mount-cache hash table entries: 512&lt;BR /&gt;NET: Registered protocol family 16&lt;BR /&gt;&lt;BR /&gt;PCI: Probing PCI hardware&lt;BR /&gt;Generic PHY: Registered new driver&lt;BR /&gt;SCSI subsystem initialized&lt;BR /&gt;usbcore: registered new interface driver usbfs&lt;BR /&gt;usbcore: registered new interface driver hub&lt;BR /&gt;usbcore: registered new device driver usb&lt;BR /&gt;NET: Registered protocol family 2&lt;BR /&gt;IP route cache hash table entries: 1024 (order: 0, 4096 bytes)&lt;BR /&gt;TCP established hash table entries: 4096 (order: 3, 32768 bytes)&lt;BR /&gt;TCP bind hash table entries: 4096 (order: 2, 16384 bytes)&lt;BR /&gt;TCP: Hash tables configured (established 4096 bind 4096)&lt;BR /&gt;TCP reno registered&lt;BR /&gt;checking if image is initramfs...it isn't (no cpio magic); looks like an initrd&lt;BR /&gt;Freeing initrd memory: 3451k freed&lt;BR /&gt;JFFS2 version 2.2. (NAND) Â© 2001-2006 Red Hat, Inc.&lt;BR /&gt;io scheduler noop registered&lt;BR /&gt;io scheduler anticipatory registered (default)&lt;BR /&gt;io scheduler deadline registered&lt;BR /&gt;io scheduler cfq registered&lt;BR /&gt;Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled&lt;BR /&gt;serial8250.0: ttyS0 at MMIO 0xe0004500 (irq = 18) is a 16550A&lt;BR /&gt;console handover: boot [udbg0] -&amp;gt; real [ttyS0]&lt;BR /&gt;serial8250.0: ttyS1 at MMIO 0xe0004600 (irq = 19) is a 16550A&lt;BR /&gt;RAMDISK driver initialized: 16 RAM disks of 32768K size 1024 blocksize&lt;BR /&gt;loop: module loaded&lt;BR /&gt;Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI&lt;BR /&gt;Copyright (c) 1999-2006 Intel Corporation.&lt;BR /&gt;Gianfar MII Bus: probed&lt;BR /&gt;eth0: Gianfar Ethernet Controller Version 1.3-skbr, 04:00:00:00:00:0a&lt;BR /&gt;GFAR: SKB Handler initialized at CPU#0(max=32)&lt;BR /&gt;eth0: MTU = 1500 (frame size=1526, truesize=1800)&lt;BR /&gt;eth0: Running with NAPI enabled&lt;BR /&gt;eth0: 64/64 RX/TX BD ring size&lt;BR /&gt;eth1: Gianfar Ethernet Controller Version 1.3-skbr, 00:e0:0c:00:7e:21&lt;BR /&gt;GFAR: SKB Handler initialized at CPU#0(max=32)&lt;BR /&gt;eth1: MTU = 1500 (frame size=1526, truesize=1800)&lt;BR /&gt;eth1: Running with NAPI enabled&lt;BR /&gt;eth1: 64/64 RX/TX BD ring size&lt;BR /&gt;e100: Intel(R) PRO/100 Network Driver, 3.5.23-k4-NAPI&lt;BR /&gt;e100: Copyright(c) 1999-2006 Intel Corporation&lt;BR /&gt;Marvell 88E1101: Registered new driver&lt;BR /&gt;Marvell 88E1112: Registered new driver&lt;BR /&gt;Marvell 88E1111: Registered new driver&lt;BR /&gt;Marvell 88E1145: Registered new driver&lt;BR /&gt;Fixed MDIO Bus: probed&lt;BR /&gt;nor: Found 1 x16 devices at 0x0 in 16-bit bank&lt;BR /&gt;&amp;nbsp;Amd/Fujitsu Extended Query Table at 0x0040&lt;BR /&gt;nor: CFI does not contain boot bank location. Assuming top.&lt;BR /&gt;number of CFI chips: 1&lt;BR /&gt;cfi_cmdset_0002: Disabling erase-suspend-program due to code brokenness.&lt;BR /&gt;RedBoot partition parsing not available&lt;BR /&gt;physmap-flash nor: Using OF partition information&lt;BR /&gt;Creating 5 MTD partitions on "nor":&lt;BR /&gt;0x00000000-0x00100000 : "U-Boot"&lt;BR /&gt;0x00100000-0x00300000 : "Kernel"&lt;BR /&gt;0x00300000-0x00700000 : "rootfs"&lt;BR /&gt;0x00700000-0x00710000 : "DTB"&lt;BR /&gt;0x00710000-0x00800000 : "vsc-util"&lt;BR /&gt;Freescale eLBC NAND Driver (C) 2006-2007 Freescale&lt;BR /&gt;NAND device: Manufacturer ID: 0xec, Chip ID: 0x75 (Samsung NAND 32MiB 3,3V 8-bit)&lt;BR /&gt;Scanning device for bad blocks&lt;BR /&gt;fsl-elbc fsl-elbc.0: Using OF partition information&lt;BR /&gt;Creating 6 MTD partitions on "nand":&lt;BR /&gt;0x00000000-0x00100000 : "U-Boot-NAND"&lt;BR /&gt;0x00100000-0x00900000 : "JFFS2-NAND"&lt;BR /&gt;0x00900000-0x00d00000 : "Ramdisk-NAND"&lt;BR /&gt;0x00d00000-0x01d00000 : "Reserve-NAND"&lt;BR /&gt;0x01d00000-0x01f00000 : "Kernel-NAND"&lt;BR /&gt;0x01f00000-0x02000000 : "DTB-NAND"&lt;BR /&gt;mpc83xx_spi.0: MPC83xx SPI Controller driver at 0xc9066000 (irq = 21)&lt;BR /&gt;usbmon: debugfs is not available&lt;BR /&gt;fsl-ehci fsl-ehci.0: Freescale On-Chip EHCI Host Controller&lt;BR /&gt;fsl-ehci fsl-ehci.0: new USB bus registered, assigned bus number 1&lt;BR /&gt;fsl-ehci fsl-ehci.0: irq 38, io base 0xe0023000&lt;BR /&gt;fsl-ehci fsl-ehci.0: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004&lt;BR /&gt;usb usb1: configuration #1 chosen from 1 choice&lt;BR /&gt;hub 1-0:1.0: USB hub found&lt;BR /&gt;hub 1-0:1.0: 1 port detected&lt;BR /&gt;Initializing USB Mass Storage driver...&lt;BR /&gt;usbcore: registered new interface driver usb-storage&lt;BR /&gt;USB Mass Storage support registered.&lt;BR /&gt;i2c /dev entries driver&lt;BR /&gt;rtc-ds1307 0-0068: rtc core: registered ds1339 as rtc0&lt;BR /&gt;WDT driver for MPC83xx initialized. mode:reset timeout=65535 (25 seconds)&lt;BR /&gt;mmc_spi spi28672.0: SD/MMC host mmc0, no DMA, no WP, no poweroff&lt;BR /&gt;TCP cubic registered&lt;BR /&gt;NET: Registered protocol family 1&lt;BR /&gt;NET: Registered protocol family 17&lt;BR /&gt;rtc-ds1307 0-0068: setting the system clock to 2000-01-03 00:38:06 (946859886)&lt;BR /&gt;RAMDISK: Compressed image found at block 0&lt;BR /&gt;VFS: Mounted root (ext2 filesystem) readonly.&lt;BR /&gt;Freeing unused kernel memory: 152k init&lt;BR /&gt;Setting the hostname to mpc8313erdb&lt;BR /&gt;Mounting filesystems&lt;BR /&gt;Running sysctl&lt;BR /&gt;Setting up networking on loopback device:&lt;BR /&gt;Setting up networking on eth0:&lt;BR /&gt;Adding static route for default gateway to 192.168.1.1:&lt;BR /&gt;Setting nameserver to 192.168.1.1 in /etc/resolv.conf:&lt;BR /&gt;Setting up networking on eth1:&lt;BR /&gt;Adding static route for default gateway to 192.168.1.1:&lt;BR /&gt;Setting nameserver to 192.168.1.1 in /etc/resolv.conf:&lt;BR /&gt;Starting inetd:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Welcome to Freescale Semiconductor Embedded Linux Environment&lt;BR /&gt;&lt;BR /&gt;!!!!! WARNING !!!!!!!&lt;BR /&gt;&lt;BR /&gt;The default password for the root account is: root&lt;BR /&gt;please change this password using the 'passwd' command&lt;BR /&gt;and then edit this message (/etc/issue) to remove this message&lt;BR /&gt;&lt;BR /&gt;mpc8313erdb login: PHY: 0:01 - Link is Up - 1000/Full&lt;BR /&gt;PHY: e0024520:04 - Link is Up - 100/Full&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Welcome to Freescale Semiconductor Embedded Linux Environment&lt;BR /&gt;&lt;BR /&gt;!!!!! WARNING !!!!!!!&lt;BR /&gt;&lt;BR /&gt;The default password for the root account is: root&lt;BR /&gt;please change this password using the 'passwd' command&lt;BR /&gt;and then edit this message (/etc/issue) to remove this message&lt;BR /&gt;&lt;BR /&gt;mpc8313erdb login: root&lt;BR /&gt;Password:&lt;BR /&gt;login[809]: root login&amp;nbsp; on `console'&lt;BR /&gt;&lt;BR /&gt;~ # ifconfig eth0 192.168.1.2&lt;BR /&gt;~ # ping 192.168.1.11&lt;BR /&gt;PING 192.168.1.11 (192.168.1.11): 56 data bytes&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;this is where the board becomes unresponsive.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Sep 2009 21:52:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217133#M2571</guid>
      <dc:creator>robindev</dc:creator>
      <dc:date>2009-09-18T21:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8313e-RDB booting problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217134#M2572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robindev,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if this will fix the problem but it is worth a try.&amp;nbsp; One thing that was not shown in your trace was your uboot configuration as it was my experience that you had to be real careful about making sure all the environment parameters were setup properly and stored prior to booting.&lt;/P&gt;&lt;P&gt;In particular, one thing that gave me grief was in not setting the ramdisk_size environment variable.&lt;/P&gt;&lt;P&gt;During the normal process of doing an ltib build at the end there is often a message at the end of the build such as this example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Your ramdisk exceeds the old default size of 4096k, you may need to set the command line argument for ramdisk_size in your bootloader allowing 10% free this gives 9504k . For instance, for u-boot:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;setenv bootargs root=/dev/ram rw ramdisksize=9504&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;*******************************************************************&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a warning message you need to take seriously and add the environment variable.&amp;nbsp;&amp;nbsp;If you don't there are cases where linux will load and then crash&amp;nbsp;when you try and run things in that the ramdisk&amp;nbsp;is not large enough to even contain the&amp;nbsp;set of files/programs created in the build process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got in the habit of setting the size to 128000 as there was usually still plenty of RAM left over for other things and this gave me enough size to allow&amp;nbsp;most of&amp;nbsp;my test software to be built without woring about running out of&amp;nbsp;ramdisk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my uboot enviroment data I used on my board (this is an excerpt from one of my previous posts at:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forums.freescale.com/freescale/board/message?board.id=MCUCOMM&amp;amp;message.id=679#M679" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=MCUCOMM&amp;amp;message.id=679#M679&lt;/A&gt;&amp;nbsp;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*****************************************************************&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;=&amp;gt; &lt;STRONG&gt;print&lt;/STRONG&gt;&lt;BR /&gt;flash_nfs=run nfsargs addip addtty;bootm ${kernel_addr}&lt;BR /&gt;flash_self=run ramargs addip addtty;bootm ${kernel_addr} ${&lt;STRONG&gt;ramdisk&lt;/STRONG&gt;_addr}&lt;BR /&gt;net_nfs=tftp 200000 ${bootfile};run nfsargs addip addtty;bootm&lt;BR /&gt;load=tftp 100000 uboot_8313&lt;BR /&gt;update=protect off fe000000 fe04ffff; era fe000000 fe04ffff; cp.b 100000 fe00000&lt;BR /&gt;0 ${filesize}&lt;BR /&gt;upd=run load;run update&lt;BR /&gt;fdtaddr=400000&lt;BR /&gt;fdtfile=mpc8313erdb.dtb&lt;BR /&gt;vsc=cp.b fe050000 40000 12000;go 40004&lt;BR /&gt;bootcmd=protect on fe050000 fe07ffff;run vsc&lt;BR /&gt;ramargs=set bootargs root=/dev/ram rw &lt;STRONG&gt;&lt;U&gt;ramdisk=128000&lt;/U&gt;&lt;/STRONG&gt;&lt;BR /&gt;ethact=TSEC0&lt;BR /&gt;mtdids=nor0=nor,nand0=nand&lt;BR /&gt;rootpath=/tftpboot/192.168.2.192&lt;BR /&gt;filesize=119d&lt;BR /&gt;fileaddr=400000&lt;BR /&gt;gatewayip=192.168.2.1&lt;BR /&gt;netmask=255.255.255.0&lt;BR /&gt;ipaddr=192.168.2.192&lt;BR /&gt;serverip=192.168.2.129&lt;BR /&gt;bootargs=root=/dev/ram rw &lt;U&gt;&lt;STRONG&gt;ramdisk=128000&lt;/STRONG&gt;&lt;/U&gt; console=ttyS0,115200&lt;BR /&gt;stdin=serial&lt;BR /&gt;stdout=serial&lt;BR /&gt;stderr=serial&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;**************************************************************************&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;Hope this helps,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;Alan&lt;/FONT&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Sep 2009 11:53:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217134#M2572</guid>
      <dc:creator>abartky</dc:creator>
      <dc:date>2009-09-19T11:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8313e-RDB booting problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217135#M2573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried your suggestion, but unfortunately it did not work. I think the downloaded iso is just not suited for the version of the board that I have. Too bad that freescale does not keep all the old board support .iso files available. I ordered a new(recent) board from freescale today, so I hope that the problem is solved that way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, thank you very much for your swift and helpful reply! It maybe did not solve this problem, but it is certainly something that otherwise would have become a problem later on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;greets, Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 19:23:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217135#M2573</guid>
      <dc:creator>robindev</dc:creator>
      <dc:date>2009-09-21T19:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8313e-RDB booting problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217136#M2574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have put out a support request at freescale to provide me with the image of the correct cd, they provided me the download link within the hour. Now my problems are over. Guess i should have paid more attention to the version numbers... Annyway, thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greets, Robin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2009 18:03:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217136#M2574</guid>
      <dc:creator>robindev</dc:creator>
      <dc:date>2009-09-22T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: MPC8313e-RDB booting problem</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217137#M2575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robindev,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I guess your problem is you donot run the vsc firmware .As I know ,The TSEC1's is connected to VSC switch and TSEC2 is connected to 88E111.What's more ,under linux ,the&amp;nbsp; ipaddr of the two&amp;nbsp; TSEC cannot&amp;nbsp; be the same netmask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; You can run ifconfig to see the ipaddr of eth0 &amp;amp;eth1. If their netmask is same , you can try ifconfig eth0 down .&lt;/P&gt;&lt;P&gt;&amp;nbsp; If you want to use eth0 under linux ,you must first run the vsc firmware.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Nov 2009 20:05:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/MPC8313e-RDB-booting-problem/m-p/217137#M2575</guid>
      <dc:creator>hoverdsp</dc:creator>
      <dc:date>2009-11-07T20:05:36Z</dc:date>
    </item>
  </channel>
</rss>

