TI Davinci Loader
Go to file
Holger Hans Peter Freyther 354c2e5665 rbl: Make sure that the UBL is always flashed
In case bootmode=NAND but the RBL has loaded the UBL via UART we
would end up not flashing the UBL in case the NAND holds the U-Boot.
Fix it by doing the I_ME boot interruption, another option would be
to check if UBL is in flash, sadly the DM644x does not have any
information of how the system was started.
2012-07-11 14:21:39 +02:00
doc This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
src rbl: Make sure that the UBL is always flashed 2012-07-11 14:21:39 +02:00
ubl This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
AUTHORS This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
COPYING This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
ChangeLog This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
INSTALL This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
Makefile.am This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
Makefile.in This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
NEWS This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
README This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
TODO This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
aclocal.m4 This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
autogen.sh This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
config.h.in This is dvnixload 0.1.0 (http://www.hugovil.com/repository/dvnixload/dvnixload-0.1.0.tar.gz) 2012-04-25 21:53:12 +02:00
configure This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
configure.ac This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
depcomp This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
install-sh This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00
missing This is something before 0.2.6 from SVN (which does not exist anymore) 2012-04-25 21:53:30 +02:00

README

                  dvnixload

Utility to program a UBL (first stage bootloader) and an application
(2nd stage bootloader, ex. U-Boot) in NAND flash memory over the serial port.

I created this utility to fix the ridiculous situation in which
you need to rely on MONO and crappy Windows application to program
a UBL and U-Boot on DaVinci boards.

dvnixload is also faster than the original DVFlasher program because it
uses compression to transmit U-Boot over the serial port.

Project website:
        http://www.hugovil.com/en/dvnixload

UBL project website:
        http://trac.geekisp.com/opensdr/browser/HW_tools/sff_sdr/serial_loader/trunk/DVFlasher/ubl

This program was tested on the following systems:
	"Linux From Scratch 4.0"
	
For installation instructions, see the INSTALL file.

For recent project news, see the NEWS file.