0 Members and 1 Guest are viewing this topic.
U-Boot 1.1.2 (Jan 23 2006 - 11:21:34)U-Boot code: 11080000 -> 110E3094 BSS: -> 110EF750RAM Configuration:Bank #0: 10000000 32 MBFlash: 512 kBNAND:32 MBIn: serialOut: serialErr: serialHit any key to stop autoboot: 0NAND read: device 0 offset 16384, size 1425408 ... 1425408 bytes read: OK## Starting application at 0x10C00000 ...Phoenix BOOT2Initializing graphics subsystem.Initializing filesystem.Datalight Reliance v2.00.0451Copyright (c) 2003 - 2005 Datalight, Inc.Registered to #9DE08703FlashFX sample project for the OMAP5912 OSK running NucleusDatalight FlashFX Pro v2.0 Build 966Nucleus Edition for ARM9Copyright (c) 1993-2005 Datalight, Inc.Patents: US#5860082, US#6260156.Detected FfxDelay() parameters: Count=59276 MicroSec=8192 Shift=13FFX: NAND chip manufacturer: ST Micro (20) chip NAND256W3A (75)FlashFX SDK License ID #57363077Filesystem ready.Beginning system initialization.Preparing file system...Datalight Reliance v2.00.0451Copyright (c) 2003 - 2005 Datalight, Inc.Registered to #9DE08703FlashFX sample project for the OMAP5912 OSK running NucleusDatalight FlashFX Pro v2.0 Build 966Nucleus Edition for ARM9Copyright (c) 1993-2005 Datalight, Inc.Patents: US#5860082, US#6260156.Detected FfxDelay() parameters: Count=60132 MicroSec=8192 Shift=13FFX: NAND chip manufacturer: ST Micro (20) chip NAND256W3A (75)FlashFX SDK License ID #57363077File system ready.Unpacking data...Creating directory phoenixUnpacking file phoenix/componentsCreating directory phoenix/ctlgCreating directory phoenix/ctlg/localesCreating directory phoenix/ctlg/locales/enUnpacking file phoenix/ctlg/locales/en/all.resUnpacking file phoenix/ctlg/locales/en/strings.resUnpacking file phoenix/ctlg/locales/en/units.resCreating directory phoenix/dcolCreating directory phoenix/dcol/localesCreating directory phoenix/dcol/locales/enUnpacking file phoenix/dcol/locales/en/strings.resCreating directory phoenix/geogCreating directory phoenix/geog/localesCreating directory phoenix/geog/locales/daUnpacking file phoenix/geog/locales/da/strings.resCreating directory phoenix/geog/locales/deUnpacking file phoenix/geog/locales/de/strings.resCreating directory phoenix/geog/locales/enUnpacking file phoenix/geog/locales/en/strings.resCreating directory phoenix/geog/locales/frUnpacking file phoenix/geog/locales/fr/strings.resCreating directory phoenix/geog/locales/itUnpacking file phoenix/geog/locales/it/strings.resCreating directory phoenix/geog/locales/noUnpacking file phoenix/geog/locales/no/strings.resCreating directory phoenix/mathCreating directory phoenix/math/localesCreating directory phoenix/math/locales/enUnpacking file phoenix/math/locales/en/strings.resCreating directory phoenix/ntpdCreating directory phoenix/ntpd/localesCreating directory phoenix/ntpd/locales/enUnpacking file phoenix/ntpd/locales/en/strings.resCreating directory phoenix/r2d2Creating directory phoenix/r2d2/localesCreating directory phoenix/r2d2/locales/enUnpacking file phoenix/r2d2/locales/en/strings.resCreating directory phoenix/scpdCreating directory phoenix/scpd/localesCreating directory phoenix/scpd/locales/enUnpacking file phoenix/scpd/locales/en/strings.resCreating directory phoenix/systUnpacking file phoenix/syst/localenamesCreating directory phoenix/syst/localesCreating directory phoenix/syst/locales/daUnpacking file phoenix/syst/locales/da/strings.resCreating directory phoenix/syst/locales/deUnpacking file phoenix/syst/locales/de/strings.resCreating directory phoenix/syst/locales/enUnpacking file phoenix/syst/locales/en/dialogs.resUnpacking file phoenix/syst/locales/en/icons.resUnpacking file phoenix/syst/locales/en/strings.resCreating directory phoenix/syst/locales/frUnpacking file phoenix/syst/locales/fr/strings.resCreating directory phoenix/syst/locales/itUnpacking file phoenix/syst/locales/it/strings.resCreating directory phoenix/syst/locales/noUnpacking file phoenix/syst/locales/no/strings.resCreating directory phoenix/syst/settingsUnpacking file phoenix/syst/settings/factory.zipCreating directory phoenix/tbltCreating directory phoenix/tblt/localesCreating directory phoenix/tblt/locales/enUnpacking file phoenix/tblt/locales/en/strings.resFinished unpacking.System build date: Feb 15 2006, 10:21:15Launching system...Datalight Command Shell for NucleusA:TÅbäÄb8û(>phoenix file mgt server built 14-Feb-2006 [39C12713; 0x0, 0x0, 0x0, 0x0]phoenix connectivity test server built 14-Feb-2006phoenix nucleus test built 14-Feb-2006 c:C:\>dir1980-01-01 00:00:00 <Dir> tmp1980-01-01 00:00:00 <Dir> dev1980-01-01 00:00:00 <Dir> phoenix1980-01-01 00:00:00 <Dir> documents1980-01-01 00:00:00 <Dir> logs1980-01-01 00:00:00 <Dir> widgetsFree Space: 23708672 bytesC:\>
Hit any key to stop autoboot: 0
Quote from: critor on January 14, 2012, 01:20:16 pmHit any key to stop autoboot: 0Is it possible to press a key before this counts down to 0, and get into the U-Boot Monitor shell? It has a command md addr len to display memory contents. There also may be a command nand read addr ofs size to read NAND flash into memory (also nand read.oob addr off size to read the extra "out-of-band" 16 bytes per page)Edit: Unfortunately TI probably set the delay to 0 seconds, which would make it impossible unless CONFIG_ZERO_BOOTDELAY_CHECK is defined (and it isn't in the default include/configs/omap5912osk.h)
it might want a signal over serial to trigger it. Just a thought.