On Tue, Sep 22, 2015 at 10:55 AM, Robert Nelson <[email protected]> wrote: > On Tue, Sep 22, 2015 at 9:01 AM, ragu nath <[email protected]> wrote: >> Hi, >> >> I flashed the following image >> https://rcn-ee.com/rootfs/bb.org/testing/2015-09-13/console/BBB-eMMC-flasher-debian-8.2-console-armhf-2015-09-13-2gb.img.xz >> & booted successfully. >> >> It seems the uboot has a bug & it is not able to boot via tftp. >> >> => setenv serverip 192.168.1.10 >> => setenv ipaddr 192.168.1.12 >> => tftp 0x80800000 lwip-test.img >> link up on port 0, speed 100, full duplex >> Using cpsw device >> TFTP from server 192.168.1.10; our IP address is 192.168.1.12 >> Filename 'lwip-test.img'. >> Load address: 0x80800000 >> Loading: * >> TFTP error: 'Unsupported option(s) requested' (8) >> Starting again >> >> I saw the following discussion on uboot forums about the same issue & >> seems they have a solution >> https://www.mail-archive.com/[email protected]/msg183373.html > > Thanks for testing, i've add the revert to my build script for > v2015.10-rc3, while "2015-09-13" is broken, next sunday's will include > the fix.. > > While we wait for u-boot to build, when finished i'll show you how to > update the eMMC that was flashed by "2015-09-13"..
okay, tftp revert fixed u-boot is now out.. Boot with the eMMC (no microSD installed) Then run: cd /opt/scripts/tools/ git pull cd developers/ sudo ./update_bootloader.sh it'll flash: u-boot-mmc-spl.bin: [MLO-am335x_evm-v2015.10-rc3-r6] u-boot.bin: [u-boot-am335x_evm-v2015.10-rc3-r6.img] after a power cycle give u-boot's tftp a retry.. Regards, -- Robert Nelson https://rcn-ee.com/ -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
