Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

16,577 bytes added, 13:40, 28 May 2013
m
Quick start
== Quick start ==
=== DivaEVB-Lite standalone plugged on Dacu ===
This section describes how to quick start a Diva system composed of a Diva SOM plugged into the DivaEVB-Lite systemand then mounted on the Dacu carrier board, provided that it is programmed according to DIVELK configuration. The SD provided with the DIVELK can be used to boot the system, since it contains a bootable partition (mmcblk0p1) and a root file system partition (mmcblk0p2).
# connect the serial cable, provided with the board, to J6the J25 pin-strip connector on the Dacu board# insert the microSD card provided with the development kit into the microSD slot# connect a 12Vcc power supply to JP2 on the Dacu board# (optional) connect this cable to PC COM port through a NULL-modem cable (not provided)# (optional) start your favourite terminal software on PC; communication parameters are:
#* baud rate: 115200 Bps
#* data bits: 8
#* stop bits: 1
#* parity: none
# (optional) to connect the system to Ethernet LAN, please plug cable on connector J7of the DivaEVB-Lite# connect a 12Vcc power supply The system is configured to J8boot automatically, when powered up, from the SD card, loading u-boot which runs the<code>mmcboot</code> macro, that loads the kernel and launches it with the options for mounting the root file system from the mmcblk0p2 partition.
Once power has been applied, U-Boot bootloader will be executed and the The following messages will be printed on serial console (please note that messages may vary for different U-Boot releases):
<pre class="board-terminal">
U-Boot SPL 2012.10-00096-g35a1513-dirty (Mar 11 May 24 2013 - 1718:3029:3502)>>splOMAP SD/MMC:board_init_r()0reading u-boot device - 5 - 0x5.imgJumping to Ureading u-Bootimage entry point: 0x80800000boot.img
U-Boot 2012.10-00110-ge8fd044-dirty (May 13 24 2013 - 1418:0129:2502) [delkdivelk-1.0.9.1-rc10]
I2C: ready
DRAM: 512 MiB
WARNING: Caches not enabled
Now running in RAM - U-Boot at: 9ff460009ff47000
NAND: 1024 MiB
MMC: OMAP SD/MMC: 0
SF: Detected S25FL256S_64K with page size 256, total 33554432 bytes
SF: Detected S25FL256S_64K with page size 256 Bytes, total 32 MiB
READ: 0xc0000 => cmd = { 0x0b 0x000c000000 } len = 0x40000
READ: 0x100000 => cmd = { 0x0b 0x0010000000 } len = 0x40000
USB Host mode controller at 47401000 using PIO, IRQ 0
USB Host mode controller at 47401800 using PIO, IRQ 0
cpsw, usb_ether
Hit any key to stop autoboot: 0
DIVABooting from mmc ...reading uImage 3027568 bytes read## Booting kernel from Legacy Image at 80007fc0 ... Image Name: Linux-3.2.0-divelk-1.0.0 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 3027504 Bytes = 2.9 MiB Load Address: 80008000 Entry Point: 80008000 Verifying Checksum ... OK XIP Kernel Image ... OKOK Starting kernel ... Uncompressing Linux... done, booting the kernel.[ 0.000000] Linux version 3.2.0-divelk-1.0.0 (amon@linuxserver2) (gcc version 4.5.3 20110311 (prerelease) (GCC) ) #50 Wed May 22 15:27:18 CEST 2013[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c53c7d[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache[ 0.000000] Machine: diva[ 0.000000] Memory policy: ECC disabled, Data cache writeback[ 0.000000] AM335X ES1.0 (sgx neon )[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext3 rootwait ip=none[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)[ 0.000000] Memory: 512MB = 512MB total[ 0.000000] Memory: 513436k/513436k available, 10852k reserved, 0K highmem[ 0.000000] Virtual kernel memory layout:[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)[ 0.000000] fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)[ 0.000000] .text : 0xc0008000 - 0xc0569000 (5508 kB)[ 0.000000] .init : 0xc0569000 - 0xc05a1000 ( 224 kB)[ 0.000000] .data : 0xc05a2000 - 0xc05fbe28 ( 360 kB)[ 0.000000] .bss : 0xc05fbe4c - 0xc062a930 ( 187 kB)[ 0.000000] NR_IRQS:396[ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 5.0) with 128 interrupts[ 0.000000] Total of 128 interrupts on 1 active controller[ 0.000000] OMAP clockevent source: GPTIMER2 at 24000000 Hz[ 0.000000] OMAP clocksource: GPTIMER1 at 32768 Hz[ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 131071999ms[ 0.000000] Console: colour dummy device 80x30[ 0.000152] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)[ 0.058929] pid_max: default: 32768 minimum: 301[ 0.059051] Security Framework initialized[ 0.059173] Mount-cache hash table entries: 512[ 0.059539] CPU: Testing write buffer coherency: ok[ 0.079925] omap_hwmod: pruss: failed to hardreset[ 0.081085] print_constraints: dummy: [ 0.081420] NET: Registered protocol family 16[ 0.083526] OMAP GPIO hardware version 0.1[ 0.086090] omap_mux_init: Add partition: #1: core, flags: 0[ 0.087951] omap_i2c.1: alias fck already exists[ 0.088653] omap_hsmmc.0: alias fck already exists[ 0.089080] Try to build omap device: ti_tscadc - adc_tsc[ 0.089477] Try to build omap device: davinci-mcasp - mcasp0[ 0.091522] da8xx_lcdc.0: alias fck already exists[ 0.092010] omap2_mcspi.1: alias fck already exists[ 0.092254] omap2_mcspi.2: alias fck already exists[ 0.092498] edma.0: alias fck already exists[ 0.092529] edma.0: alias fck already exists[ 0.092529] edma.0: alias fck already exists[ 0.115631] bio: create slab <bio-0> at 0[ 0.117584] SCSI subsystem initialized[ 0.119689] usbcore: registered new interface driver usbfs[ 0.119995] usbcore: registered new interface driver hub[ 0.120178] usbcore: registered new device driver usb[ 0.120483] registerd cppi-dma Intr @ IRQ 17[ 0.120513] Cppi41 Init Done Qmgr-base(e087a000) dma-base(e0878000)[ 0.120513] Cppi41 Init Done[ 0.120544] musb-ti81xx musb-ti81xx: musb0, board_mode=0x11, plat_mode=0x1[ 0.120849] musb-ti81xx musb-ti81xx: musb1, board_mode=0x11, plat_mode=0x1[ 0.138977] omap_i2c omap_i2c.1: bus 1 rev2.4.0 at 100 kHz[ 0.140167] tps65910 1-002d: JTAGREVNUM 0x1[ 0.142639] print_constraints: VRTC: [ 0.144104] print_constraints: VIO: at 1500 mV [ 0.146453] print_constraints: VDD1: 600 <--> 1500 mV at 1262 mV normal [ 0.148773] print_constraints: VDD2: 600 <--> 1500 mV at 1137 mV normal [ 0.149841] print_constraints: VDD3: 5000 mV [ 0.151275] print_constraints: VDIG1: at 1800 mV [ 0.152740] print_constraints: VDIG2: at 1800 mV [ 0.154174] print_constraints: VPLL: at 1800 mV [ 0.155609] print_constraints: VDAC: at 1800 mV [ 0.157073] print_constraints: VAUX1: at 1800 mV [ 0.158538] print_constraints: VAUX2: at 3300 mV [ 0.159973] print_constraints: VAUX33: at 3300 mV [ 0.161407] print_constraints: VMMC: at 3300 mV [ 0.161926] tps65910 1-002d: No interrupt support, no core IRQ[ 0.163208] Advanced Linux Sound Architecture Driver Version 1.0.24.[ 0.164001] Switching to clocksource gp timer[ 0.179504] musb-hdrc: version 6.0, ?dma?, otg (peripheral+host)[ 0.179718] musb-hdrc musb-hdrc.0: dma type: dma-cppi41[ 0.180023] MUSB0 controller's USBSS revision = 4ea20800[ 0.180511] musb-hdrc musb-hdrc.0: MUSB HDRC host driver[ 0.180633] musb-hdrc musb-hdrc.0: new USB bus registered, assigned bus number 1[ 0.180755] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002[ 0.180786] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.180786] usb usb1: Product: MUSB HDRC host driver[ 0.180816] usb usb1: Manufacturer: Linux 3.2.0-divelk-1.0.0 musb-hcd[ 0.180816] usb usb1: SerialNumber: musb-hdrc.0[ 0.181610] hub 1-0:1.0: USB hub found[ 0.181640] hub 1-0:1.0: 1 port detected[ 0.182189] musb-hdrc musb-hdrc.0: USB Host mode controller at e083c000 using DMA, IRQ 18[ 0.182373] musb-hdrc musb-hdrc.1: dma type: dma-cppi41[ 0.182708] MUSB1 controller's USBSS revision = 4ea20800[ 0.183166] musb-hdrc musb-hdrc.1: MUSB HDRC host driver[ 0.183227] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 2[ 0.183319] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002[ 0.183349] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1[ 0.183349] usb usb2: Product: MUSB HDRC host driver[ 0.183380] usb usb2: Manufacturer: Linux 3.2.0-divelk-1.0.0 musb-hcd[ 0.183380] usb usb2: SerialNumber: musb-hdrc.1[ 0.184234] hub 2-0:1.0: USB hub found[ 0.184265] hub 2-0:1.0: 1 port detected[ 0.184783] musb-hdrc musb-hdrc.1: USB Host mode controller at e083e800 using DMA, IRQ 19[ 0.185211] NET: Registered protocol family 2[ 0.185424] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)[ 0.185729] TCP established hash table entries: 16384 (order: 5, 131072 bytes)[ 0.186004] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)[ 0.186187] TCP: Hash tables configured (established 16384 bind 16384)[ 0.186218] TCP reno registered[ 0.186218] UDP hash table entries: 256 (order: 0, 4096 bytes)[ 0.186248] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)[ 0.186401] NET: Registered protocol family 1[ 0.186676] RPC: Registered named UNIX socket transport module.[ 0.186706] RPC: Registered udp transport module.[ 0.186706] RPC: Registered tcp transport module.[ 0.186706] RPC: Registered tcp NFSv4.1 backchannel transport module.[ 0.186920] NetWinder Floating Point Emulator V0.97 (double precision)[ 0.187164] omap-gpmc omap-gpmc: GPMC revision 6.0[ 0.187164] Registering NAND on CS0[ 0.187194] GPMC CS0: cs_on : 0 ticks, 0 ns (was 0 ticks) 0 ns[ 0.187225] GPMC CS0: cs_rd_off : 5 ticks, 50 ns (was 30 ticks) 50 ns[ 0.187225] GPMC CS0: cs_wr_off : 5 ticks, 50 ns (was 30 ticks) 50 ns[ 0.187255] GPMC CS0: adv_on : 1 ticks, 10 ns (was 0 ticks) 10 ns[ 0.187255] GPMC CS0: adv_rd_off: 4 ticks, 40 ns (was 30 ticks) 40 ns[ 0.187286] GPMC CS0: adv_wr_off: 5 ticks, 50 ns (was 30 ticks) 50 ns[ 0.187286] GPMC CS0: oe_on : 1 ticks, 10 ns (was 7 ticks) 10 ns[ 0.187316] GPMC CS0: oe_off : 6 ticks, 60 ns (was 24 ticks) 60 ns[ 0.187316] GPMC CS0: we_on : 1 ticks, 10 ns (was 5 ticks) 10 ns[ 0.187347] GPMC CS0: we_off : 4 ticks, 40 ns (was 22 ticks) 40 ns[ 0.187347] GPMC CS0: rd_cycle : 9 ticks, 90 ns (was 30 ticks) 90 ns[ 0.187377] GPMC CS0: wr_cycle : 9 ticks, 90 ns (was 30 ticks) 90 ns[ 0.187377] GPMC CS0: access : 7 ticks, 70 ns (was 21 ticks) 70 ns[ 0.187408] GPMC CS0: page_burst_access: 0 ticks, 0 ns (was 0 ticks) 0 ns[ 0.187408] GPMC CS0: wr_data_mux_bus: 0 ticks, 0 ns (was 0 ticks) 0 ns[ 0.187438] GPMC CS0: wr_access : 4 ticks, 40 ns (was 22 ticks) 40 ns[ 0.187438] GPMC CS0 CLK period is 10 ns (div 1)[ 0.207489] VFS: Disk quotas dquot_6.5.2[ 0.207550] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)[ 0.208099] msgmni has been set to 1002[ 0.208862] io scheduler noop registered[ 0.208892] io scheduler deadline registered[ 0.208953] io scheduler cfq registered (default)[ 0.210296] da8xx_lcdc da8xx_lcdc.0: GLCD: Found AM800480STMQW_TA1 panel[ 0.227233] Console: switching to colour frame buffer device 100x30[ 0.236999] omap_uart.0: ttyO0 at MMIO 0x44e09000 (irq = 72) is a OMAP UART0[ 1.082336] console [ttyO0] enabled[ 1.086791] omap_uart.1: ttyO1 at MMIO 0x48022000 (irq = 73) is a OMAP UART1[ 1.094604] omap_uart.2: ttyO2 at MMIO 0x48024000 (irq = 74) is a OMAP UART2[ 1.102416] omap_uart.3: ttyO3 at MMIO 0x481a6000 (irq = 44) is a OMAP UART3[ 1.110198] omap_uart.4: ttyO4 at MMIO 0x481a8000 (irq = 45) is a OMAP UART4[ 1.117980] omap_uart.5: ttyO5 at MMIO 0x481aa000 (irq = 46) is a OMAP UART5[ 1.135192] brd: module loaded[ 1.143188] loop: module loaded[ 1.146606] at24 1-0050: 32768 byte 24c32 EEPROM, writable, 64 bytes/write[ 1.156250] mtdoops: mtd device (mtddev=name/number) must be supplied[ 1.163177] m25p80 spi1.0: found s25fl256s1, expected m25p80[ 1.169158] m25p80 spi1.0: s25fl256s1 (32768 Kbytes)[ 1.174591] Creating 6 MTD partitions on "spi_flash":[ 1.179901] 0x000000000000-0x000000040000 : "SPI U-Boot 1st (SPL)"[ 1.187744] 0x000000040000-0x0000000c0000 : "SPI U-Boot 2nd"[ 1.194946] 0x0000000c0000-0x000000100000 : "SPI U-Boot env1"[ 1.202209] 0x000000100000-0x000000140000 : "SPI U-Boot env2"[ 1.209411] 0x000000140000-0x000000540000 : "SPI Linux Kernel"[ 1.216705] 0x000000540000-0x000002000000 : "SPI Free Space"[ 1.224334] omap2-nand driver initializing[ 1.229064] NAND device: Manufacturer ID: 0xec, Chip ID: 0xd3 (Samsung NAND 1GiB 3,3V 8-bit)[ 1.238098] Creating 9 MTD partitions on "omap2-nand.0":[ 1.243652] 0x000000000000-0x000000020000 : "NAND U-Boot 1st (SPL)"[ 1.251525] 0x000000020000-0x000000040000 : "NAND U-Boot 1st (SPL) - backup1"[ 1.260314] 0x000000040000-0x000000060000 : "NAND U-Boot 1st (SPL) - backup2"[ 1.269073] 0x000000060000-0x000000080000 : "NAND U-Boot 1st (SPL) - backup3"[ 1.277954] 0x000000080000-0x000000260000 : "NAND U-Boot"[ 1.285675] 0x000000260000-0x000000280000 : "NAND U-Boot env #1"[ 1.293151] 0x000000280000-0x0000002a0000 : "NAND U-Boot env #2"[ 1.300689] 0x0000002a0000-0x0000007a0000 : "NAND Kernel"[ 1.309631] 0x0000007a0000-0x000040000000 : "NAND File System"[ 1.738342] OneNAND driver initializing[ 1.744110] tun: Universal TUN/TAP device driver, 1.6[ 1.749420] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>[ 1.756103] CAN device driver interface[ 1.760101] CAN bus driver for Bosch D_CAN controller 1.0[ 1.814697] davinci_mdio davinci_mdio.0: davinci mdio revision 1.6[ 1.821136] davinci_mdio davinci_mdio.0: detected phy mask ffffffbf[ 1.828369] davinci_mdio.0: probed[ 1.831939] davinci_mdio davinci_mdio.0: phy[6]: device 0:06, driver SMSC LAN8710/LAN8720[ 1.840850] usbcore: registered new interface driver cdc_ether[ 1.847106] usbcore: registered new interface driver cdc_eem[ 1.853149] usbcore: registered new interface driver dm9601[ 1.859039] cdc_ncm: 04-Aug-2011[ 1.862548] usbcore: registered new interface driver cdc_ncm[ 1.868469] Initializing USB Mass Storage driver...[ 1.873779] usbcore: registered new interface driver usb-storage[ 1.880065] USB Mass Storage support registered.[ 1.885345] mousedev: PS/2 mouse device common for all mice[ 1.892120] input: ti-tsc as /devices/platform/omap/ti_tscadc/pretsc/input/input0[ 1.909027] tps65910-rtc tps65910-rtc: rtc core: registered tps65910-rtc as rtc0[ 1.916961] i2c /dev entries driver[ 1.920959] Linux video capture interface: v2.00[ 1.926147] usbcore: registered new interface driver uvcvideo[ 1.932128] USB Video Class driver (1.1.1)[ 1.936431] Driver for 1-wire Dallas network protocol.[ 1.942810] INA Probe[ 1.946289] ina2xx 1-0041: power monitor INA226 (Rshunt = 10000 uOhm)[ 1.955566] cpuidle: using governor ladder[ 1.960357] cpuidle: using governor menu[ 1.983306] usbcore: registered new interface driver usbhid[ 1.989135] usbhid: USB HID core driver[ 1.995117] Audio: davinci-evm.c - evm_init[ 1.999847] UDA134X SoC Audio Codec[ 2.015502] asoc: uda134x-hifi <->davinci-mcasp.0 mapping ok[ 2.025756] ALSA device list:[ 2.028900] #0: Diva Dacu[ 2.031799] oprofile: hardware counters not available[ 2.037078] oprofile: using timer interrupt.[ 2.041534] nf_conntrack version 0.5.0 (8022 buckets, 32088 max)[ 2.048370] ip_tables: (C) 2000-2006 Netfilter Core Team[ 2.054016] TCP cubic registered[ 2.057434] NET: Registered protocol family 17[ 2.062072] can: controller area network core (rev 20090105 abi 8)[ 2.068634] NET: Registered protocol family 29[ 2.073272] can: raw protocol (rev 20090105)[ 2.077728] can: broadcast manager protocol (rev 20090105 t)[ 2.083679] Registering the dns_resolver key type[ 2.088684] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3[ 2.096679] ThumbEE CPU extension supported.[ 2.101196] mux: Failed to setup hwmod io irq -22[ 2.106811] Power Management for AM33XX family[ 2.111663] Trying to load am335x-pm-firmware.bin (60 secs timeout)[ 2.118347] Copied the M3 firmware to UMEM[ 2.122680] Cortex M3 Firmware Version = 0x18[ 2.130737] clock: disabling unused clocks to save power[ 2.138702] Detected MACID=00:18:30:F0:0D:6B[ 2.144134] cpsw: Detected MACID = 00:18:30:f0:0d:6c[ 2.154083] tps65910-rtc tps65910-rtc: setting system clock to 2012-12-17 10:16:31 UTC (1355739391)[ 2.164123] Waiting for root device /dev/mmcblk0p2...[ 2.195617] mmc0: host does not support reading read-only switch. assuming write-enable.[ 2.206085] mmc0: new high speed SDHC card at address 1234[ 2.212463] mmcblk0: mmc0:1234 SA16G 14.6 GiB [ 2.219696] mmcblk0: p1 p2[ 2.284118] kjournald starting. Commit interval 5 seconds[ 2.289947] EXT3-fs (mmcblk0p2): mounted filesystem with ordered data mode[ 2.297149] VFS: Mounted root (ext3 filesystem) readonly on device 179:2.[ 2.304565] Freeing init memory: 224KINIT: version 2.88 bootingStarting udevmodprobe: FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directory WARNING: -e needs -E or -FWARNING: Couldn't open directory /lib/modules/3.2.0-divelk-1.0.0: No such file or directoryFATAL: Could not open /lib/modules/3.2.0-divelk-1.0.0/modules.dep.temp for writing: No such file or directoryStarting Bootlog daemon: bootlogd: cannot allocate pseudo tty: No such file or directorybootlogd.[ 6.686279] EXT3-fs (mmcblk0p2): using internal journalALSA: Restoring mixer settings...Configuring network interfaces... [ 7.202239] net eth0: CPSW phy found : id is : 0x7c0f1udhcpc (v1.19.4) startedSending discover...Sending discover...Sending discover...No lease, failingdone.INIT: Entering runlevel: 5Starting system message bus: dbus.Starting Dropbear SSH server: modprobe: FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directory modprobe: FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directory dropbear.Starting telnet daemon.Performing wifi calibration...modprobe: FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directory rm: can't remove '/lib/firmware/ti-connectivity/wl1271-nvs.bin': No such file or directoryERROR: Module wl12xx_sdio does not exist in /proc/modulesnl80211 not found.FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directoryStarting network benchmark server: netserver.Starting syslogd/klogd: doneStarting thttpd.[ 18.064361] Unhandled fault: external abort on non-linefetch (0x1018) at 0x4013d44cNo SGX hardware, not starting PVRStarting Lighttpd Web Server: lighttpd.2012-12-17 10:16:46: (log.c.166) server started /Starting Matrix GUI application.FATAL: Could not load /lib/modules/3.2.0-divelk-1.0.0/modules.dep: No such file or directory******************************************************************************************************************************NOTICE: This file system contains the followin GPLv3 packages: binutils-symlinks binutils gdbserver
These messages are If you do not wish to distribute GPLv3 components please removethe above packages prior to distribution. This can be done usingthe opkg remove command. i.e.: opkg remove <package>Where <package> is the name printed by U-Boot, which has a serial console that allows basic interaction with in the system.list above
At NOTE: If the end package is a dependency of its boot sequence, Uanother package you will be notified of the dependent packages. You should use the -Boot prints <code style="board-terminal">DIVA#</code> prompt and waits for user commandsforce-removal-of-dependent-packages option to also remove the dependent packages as well******************************************************************************************************************************Stopping Bootlog daemon: bootlogd.
The default u _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -boot environment can be printed using the <code style="board-terminal">print</code> command:_| _| _||__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___|
<pre class="board-terminal">DIVA# printaddcons=setenv bootargs ${bootargs} console=${console} loglevel=8addip=setenv bootargs ${bootargs} ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}:${netdev}:off panic=1 eth0=${ethaddr}baudrate=115200bootcmd=dcache on; echo trying to boot from DELK MMC; mmc rescan 0; fatload mmc 0 80900000 boot.scr; source 80900000; run net_nfsbootdelay=3bootfile=diva/uImage.asconsole=ttyO0,115200n8ethact=cpswethaddr=00:50:c2:1e:af:afethdev=eth0fdtaddr=0x80F80000gatewayip=192.168.0.254hostname=divaipaddr=192.168.0.77kloadaddr=0x80007fc0load=tftp ${loadaddr} diva/u-boot.img.asloadaddr=0x80200000loadk=tftp ${kloadaddr} ${bootfile}module_id#=0x1nand_load_1st=tftp ${loadaddr} diva/MLOnand_nfs=nand read ${kloadaddr} 0x2A0000 0x400000; run nfsargs addip addcons; bootm ${kloadaddr}nand_update=nand erase 80000 60000; nand write ${loadaddr} 80000 60000nand_update_1st=nand erase 0 20000; nand write ${loadaddr} 0 20000nand_updatek=nand erase 0x2A0000 0x400000; nand write ${kloadaddr} 0x2A0000 0x400000net_nfs=tftp ${kloadaddr} ${bootfile}; run nfsargs addip addcons; bootm ${kloadaddr}netdev=eth0netmask=255.255.255.0nfsargs=setenv bootargs root=/dev/nfs rw nfsroot=${serverip}Arago Project http:${rootpath} rootdelay=2rdaddr=0x81000000rootpath=/home/shared/devel/dave/diva-DDx/sw/linux/rfs/delkserverip=192.168.0.23spi_load_1st=tftp ${loadaddr} diva/MLO.byteswap.asspi_nfs=sf probe;sf read ${kloadaddr} 0x140000 0x400000; run nfsargs addip addcons; bootm ${kloadaddr}spi_update=sf probe 0:0; sf erase 0x40000 0x80000; sf write ${loadaddr} 0x40000 0x80000spi_update_1st=sf probe 0:0; sf erase 0x0 0x40000; sf write ${loadaddr} 0x0 0x40000spi_updatek=sf probe 0:0; sf erase 0x140000 0x400000; sf write ${kloadaddr} 0x140000 0x400000stderr=serialstdin=serialstdout=serialusbnet_devaddr=00:18:30:f0:2f:bever=Uarago-Boot 2012project.10org am335x-00110-ge8fd044-dirty (May 13 2013 - 14:01:25) [delk-0.9.1-rc1]evm ttyO0
Environment sizeArago 2012.10 am335x-evm ttyO0 am335x-evm login: 1987/262139 bytesDIVA#</pre>
=== DivaEVB-Lite plugged on Dacu ===
This section describes how to quick start a Diva system composed of a Diva SOM plugged into the === DivaEVB-Lite and then mounted on the Dacu carrier board, provided that it is programmed according to DIVELK configuration.standalone ===
This section describes how to quick start a DivaEVB-Lite system, provided that it is programmed according to DIVELK configuration. # connect the serial cable, provided with the board, to the J25 pin-strip connector on the Dacu boardJ6
# connect this cable to PC COM port through a NULL-modem cable (not provided)
# start your favourite terminal software on PC; communication parameters are:
#* stop bits: 1
#* parity: none
# (optional) to connect the system to Ethernet LAN, please plug cable on connector J7 of the DivaEVB-Lite# connect a 12Vcc power supply to JP2 on the Dacu boardJ8
Once power has been applied, U-Boot bootloader will be executed and and the following messages will be printed on serial console (please note that messages may vary for different U-Boot releases)
<pre class="board-terminal">