[U-Boot] am335x uboot TFTP via SPL over usb is failing

2017-06-26 Thread Ravi Kumar Prasad
Hi, I'm developing a node.js usb bootloader server for the am335x (BeagleBone) platform which can boot it into USB mass storage mode. The server TFTPs SPL over usb and then TFTPs uboot (configured for ums) via SPL. The SPL binary gets transferred successfully, but SPL can't TFTP the uboot binary

Re: [U-Boot] am335x uboot TFTP via SPL over usb is failing

2017-07-03 Thread Ravi Kumar Prasad
Hi, Michael Please cc the your findings of second bisect here, so that someone can help further. On Mon, Jun 26, 2017 at 5:12 PM, Ravi Kumar Prasad <7rav...@gmail.com> wrote: > Hi, > > I'm developing a node.js usb bootloader server for the am335x (BeagleBone) > platform

Re: [U-Boot] am335x uboot TFTP via SPL over usb is failing

2017-07-24 Thread Ravi Kumar Prasad
Hi Jason, Have a look at this thread, and help us find a solution. Thanks On Mon, Jul 3, 2017 at 5:53 PM, Ravi Kumar Prasad <7rav...@gmail.com> wrote: > Hi, Michael > Please cc the your findings of second bisect here, so that someone can > help further. > > On Mon, Jun 26,

Re: [U-Boot] am335x_evm_usbspl_defconfig testint

2017-06-12 Thread Ravi Kumar Prasad
ning ums command from console, => ums 0 mmc 1 and the emmc was mounted as mass storage device. > > Regards, > Jason > > On Sun, Jun 11, 2017 at 4:18 PM Ravi Kumar Prasad <7ra...@gmail.com > > wrote: > >> Hi, >> I'm porting BBBlfs bootloader server