This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Using Uniflash :: Problem booting with BOOTP

Other Parts Discussed in Thread: UNIFLASH

Hi Team,

am using beagle bone black and 3.12 kernel ,task is flash all image files into emmc through usb using uniflash

i configure the ip and all image files kept in one folder , when i start start flashing the ip loss and device manager usb device will disappear.so i check log file below errors so how to solve this problem please help me ...

Error log :

usb_ether
using musb-hdrc, OUT ep1out IN ep1in STATUS ep2in
MAC d0:39:72:3b:89:4e
HOST MAC de:ad:be:af:00:00
RNDIS ready
musb-hdrc: peripheral reset irq lost!
high speed config #2: 2 mA, Ethernet Gadget, using RNDIS
ERROR: The remote end did not respond in time.
at ether.c:2392/usb_eth_init()
Problem booting with BOOTP
### ERROR ### Please RESET the board ###

Regards,

Naveen

  • Hi,
    Apologize for the delayed response on this.
    Please refer to the following TI E2E posts.

    e2e.ti.com/.../1204194

    e2e.ti.com/.../1181213
  • Hi Stalin,

    Thanks for reply ..

    i fallow the above links solve the problem.but in kernel usb0 is not up i try to build the kernel statically and dynamically but no result .

    error :

    root@am335x-evm:/home# insmod g_ether.ko
    [ 216.523760] g_ether: Unknown symbol usb_get_function_instance (err 0)
    [ 216.531227] g_ether: Unknown symbol usb_string_ids_tab (err 0)
    [ 216.537371] g_ether: Unknown symbol usb_get_function (err 0)
    [ 216.543583] g_ether: Unknown symbol usb_composite_unregister (err 0)
    [ 216.550475] g_ether: Unknown symbol gether_set_dev_addr (err 0)
    [ 216.556701] g_ether: Unknown symbol usb_put_function (err 0)
    [ 216.562831] g_ether: Unknown symbol rndis_borrow_net (err 0)
    [ 216.568898] g_ether: Unknown symbol usb_add_function (err 0)
    [ 216.574846] g_ether: Unknown symbol usb_composite_probe (err 0)
    [ 216.581219] g_ether: Unknown symbol gether_register_netdev (err 0)
    [ 216.587824] g_ether: Unknown symbol usb_composite_overwrite_options (err 0)
    [ 216.595140] g_ether: Unknown symbol gether_set_qmult (err 0)
    [ 216.601235] g_ether: Unknown symbol gether_set_gadget (err 0)
    [ 216.607280] g_ether: Unknown symbol usb_put_function_instance (err 0)
    [ 216.614231] g_ether: Unknown symbol gether_set_host_addr (err 0)
    [ 216.620658] g_ether: Unknown symbol usb_add_config (err 0)
    insmod: can't insert 'g_ether.ko': unknown symbol in module, or unknown parameter

    error :
    root@am335x-evm:/home# ifconfig usb0 192.168.2.1 netmask 255.255.255.0 up
    ifconfig: SIOCSIFADDR: No such device

    Regards,
    Navn
  • Hi,
    Did you rebuild the kernel module drivers with latest kernel which you used to boot ?
    "Unknown symbol" this error seems that you compiled the kernel module with different kernel versions .
    Please re-compile the kernel module driver with booted kernel.