Dear All,
I have RTC problem in DM368 IPNC version 4.1 platform.
Many posts on E2E helped me thankfully.
But RTC is not detected at boot time.
Video stream is operating well.
RTC is DS1374.
i2crw can read time register of RTC.
Followings are current captured for RTC operation.
1. Direct i2c test. About 3 hours after DS1374 was soldered....
root@162:/opt/ipnc# ./i2crw.out -r 0xd0
I2C: 0x00 = 0xe3
I2C: 0x01 = 0x28
I2C: 0x02 = 0x00
I2C: 0x03 = 0x00
2. /dev directory. Some outputs deleted for your convenience....
root@162:/opt/ipnc# ls -al /dev
crwxrwxrwx 1 root root 253, 0 May 25 2014 csl0
crwxrwxrwx 1 root root 253, 1 May 25 2014 csl1
crwxrwxrwx 1 root root 253, 2 May 25 2014 csl2
crwxrwxrwx 1 root root 253, 3 May 25 2014 csl3
crwxrwxrwx 1 root root 253, 4 May 25 2014 csl4
crwxrwxrwx 1 root root 253, 5 May 25 2014 csl5
crwxrwxrwx 1 root root 253, 6 May 25 2014 csl6
crwxrwxrwx 1 root root 253, 7 May 25 2014 csl7
crwxrwxrwx 1 root root 253, 8 May 25 2014 csl8
crwxrwxrwx 1 root root 253, 9 May 25 2014 csl9
crwxrwxrwx 1 root root 251, 0 May 25 2014 dev_dma
crwxrwxrwx 1 root root 252, 0 May 25 2014 dev_i2c
crwxrwxrwx 1 root root 248, 0 May 25 2014 dm365mmap
crwxrwxrwx 1 root root 250, 0 May 25 2014 edma
crwxrwxrwx 1 40502 root 29, 0 Apr 24 2012 fb0
-rwxrwxrwx 1 40502 root 0 Jun 1 2012 fb1
brwxrwxrwx 1 40502 root 3, 0 Apr 24 2012 hda
drwxrwxrwx 2 40502 root 672 Apr 24 2012 input
crwxrwxrwx 1 root root 249, 0 May 25 2014 irqk
crwxrwxrwx 1 40502 root 1, 2 Apr 24 2012 kmem
srw-rw-rw- 1 root root 0 Jan 1 09:00 log
crwxrwxrwx 1 40502 root 1, 1 Apr 24 2012 mem
brwxrwxrwx 1 40502 root 179, 0 Apr 24 2012 mmcblk0
crwxrwxrwx 1 40502 root 1, 8 Apr 24 2012 random
lrwxrwxrwx 1 500 500 6 May 25 2014 rtc -> ./rtc0
crwxrwxrwx 1 root root 254, 0 May 25 2014 rtc0
drwxrwxrwt 2 root root 40 Jan 1 09:00 shm
drwxrwxrwx 2 40502 root 440 Apr 24 2012 snd
drwxrwxrwx 2 40502 root 352 Apr 24 2012 sound
crwxrwxrwx 1 40502 root 5, 0 Apr 24 2012 tty
crwxrwxrwx 1 40502 root 4, 0 Apr 24 2012 tty0
crwxrwxrwx 1 40502 root 4, 1 Apr 24 2012 tty1
crwxrwxrwx 1 40502 root 4, 2 Apr 24 2012 tty2
crwxrwxrwx 1 40502 root 4, 3 Apr 24 2012 tty3
crwxrwxrwx 1 40502 root 4, 4 Apr 24 2012 tty4
crwxrwxrwx 1 40502 root 4, 5 Apr 24 2012 tty5
crwxrwxrwx 1 40502 root 4, 6 Apr 24 2012 tty6
crwxrwxrwx 1 40502 root 4, 7 Apr 24 2012 tty7
crwxrwxrwx 1 40502 root 4, 8 Apr 24 2012 tty8
crwxrwxrwx 1 40502 root 4, 64 Apr 24 2012 ttyS0
crwxrwxrwx 1 40502 root 204, 5 Apr 24 2012 ttySA0
crwxrwxrwx 1 40502 root 1, 9 Apr 24 2012 urandom
crwxrwxrwx 1 40502 root 81, 0 Apr 24 2012 video2
crwxrwxrwx 1 40502 root 1, 5 Apr 24 2012 zero
root@162:/opt/ipnc#
3. /proc/devices
root@162:/opt/ipnc# cat /proc/devices
Character devices:
1 mem
4 /dev/vc/0
4 tty
4 ttyS
5 /dev/tty
5 /dev/console
5 /dev/ptmx
7 vcs
10 misc
13 input
21 sg
81 video4linux
89 i2c
90 mtd
108 ppp
116 alsa
128 ptm
136 pts
180 usb
189 usb_device
244 usbmon
245 media
246 ubi0
247 cmem
248 dm365mmap
249 irqk
250 edma
251 dev_dma
252 dev_i2c
253 csl
254 rtc
Block devices:
1 ramdisk
259 blkext
7 loop
8 sd
31 mtdblock
65 sd
66 sd
67 sd
68 sd
69 sd
70 sd
71 sd
128 sd
129 sd
130 sd
131 sd
132 sd
133 sd
134 sd
135 sd
root@162:/opt/ipnc#
4. board file. arch/arm/mach-davinci/board-dm368-ipnc.c. following codes are added by me.
static struct resource rtc_resources[] = {
[0] = {
/* registers */
.start = DM365_RTC_BASE,
.end = DM365_RTC_BASE + SZ_1K - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
/* interrupt */
.start = IRQ_DM365_RTCINT,
.end = IRQ_DM365_RTCINT,
.flags = IORESOURCE_IRQ,
},
};
static struct platform_device ds1374_rtc_device = {
.name = "ds1374",
.id = 0,
.num_resources = ARRAY_SIZE(rtc_resources),
.resource = rtc_resources,
};
static struct platform_device *dm365_evm_nand_devices[] __initdata = {
&davinci_nand_device,
&ds1374_rtc_device,
};
5. /arch/arm/configs/davinci_dm368_ipnc_defconfig_nand file.
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
# CONFIG_RTC_DRV_TEST is not set
#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
CONFIG_RTC_DRV_DS1374=y
# CONFIG_RTC_DRV_DS1672 is not set
5. boot log...
[ 0.000000] Linux version 2.6.37_IPNC_DM365_4.1.0 (root@localhost.localdomain) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Sun May 25 20:24:53 KST 2014
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=00053177
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine: DaVinci DM36x IPNC
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] DaVinci dm36x_rev1.2 variant 0x8
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 12192
[ 0.000000] Kernel command line: mem=48M console=ttyS1,115200n8 noinitrd ip=$ipaddr:$serverip:$gatewayip:$netmask:::off rw ubi.mtd=3,2048 rootfstype=ubifs root=ubi0:rootfs cmemk.phys_start=0x83000000 cmemk.phys_end=0x88000000 cmemk.phys_start_1=0x00001000 cmemk.phys_end_1=0x00008000 cmemk.pools_1=1x28672 cmemk.allowOverlap=1 cmemk.useHeapIfPoolUnavailable=1 nohz=off highres=off clocksource=acpi_pm lpj=1077248 eth=$(ethaddr)
[ 0.000000] TI DaVinci EMAC: kernel boot params Ethernet address: $(ethaddr)
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Memory: 48MB = 48MB total
[ 0.000000] Memory: 45168k/45168k available, 3984k 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] DMA : 0xff000000 - 0xffe00000 ( 14 MB)
[ 0.000000] vmalloc : 0xc3800000 - 0xfea00000 ( 946 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xc3000000 ( 48 MB)
[ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB)
[ 0.000000] .init : 0xc0008000 - 0xc0028000 ( 128 kB)
[ 0.000000] .text : 0xc0028000 - 0xc032f000 (3100 kB)
[ 0.000000] .data : 0xc0330000 - 0xc0353f40 ( 144 kB)
[ 0.000000] SLUB: Genslabs=13, HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Preemptable hierarchical RCU implementation.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] Verbose stalled-CPUs detection is disabled.
[ 0.000000] NR_IRQS:245
[ 0.000000] Console: colour dummy device 80x30
[ 0.000298] Calibrating delay loop (skipped) preset value.. 215.44 BogoMIPS (lpj=1077248)
[ 0.000355] pid_max: default: 32768 minimum: 301
[ 0.000640] Mount-cache hash table entries: 512
[ 0.001431] CPU: Testing write buffer coherency: ok
[ 0.005932] DaVinci: 8 gpio irqs
[ 0.006557] NET: Registered protocol family 16
[ 0.091281] bio: create slab <bio-0> at 0
[ 0.095927] SCSI subsystem initialized
[ 0.099712] usbcore: registered new interface driver usbfs
[ 0.101426] usbcore: registered new interface driver hub
[ 0.102314] usbcore: registered new device driver usb
[ 0.106068] vpss vpss: dm365_vpss vpss probed
[ 0.106156] vpss vpss: dm365_vpss vpss probe success
[ 0.108030] Advanced Linux Sound Architecture Driver Version 1.0.23.
[ 0.109979] Switching to clocksource timer0_1
[ 0.172747] NET: Registered protocol family 2
[ 0.173066] IP route cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.173848] TCP established hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.173990] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.174082] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.174114] TCP reno registered
[ 0.174153] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.174217] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.174726] NET: Registered protocol family 1
[ 0.242178] JFFS2 version 2.2. (NAND) 짤 2001-2006 Red Hat, Inc.
[ 0.245730] msgmni has been set to 88
[ 0.248482] io scheduler noop registered (default)
[ 0.249943] CSL: Module install successful, device major num = 253
[ 0.249990] CSL: Module version 0.10.00, built on May 25 2014 20:18:01
[ 0.250284] I2C: Module install successful, device major num = 252
[ 0.250337] DMA: Module install successful, device major num = 251
[ 0.250367] DRV: Module install successful
[ 0.250394] DRV: Module built on May 25 2014 20:18:03
[ 0.250422] DRV: EDMACC.QUEPRI = 00002777
[ 0.250445] DRV: SYSTEM.MSTPRI0 = 00440011
[ 0.250468] DRV: SYSTEM.MSTPRI1 = 00000444
[ 0.250490] DRV: ISP.BCR = 00000002
[ 0.250512] DRV: SYSTEM.MISC = 00000399
[ 0.250537] EDMAK module: built on May 25 2014 at 20:17:48
[ 0.250567] Reference Linux version 2.6.37
[ 0.250593] File /home/joha/IRCAM/src_20140522_0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/edma/src/module/edmak.c
[ 0.252055] IRQK module: built on May 25 2014 at 19:15:34
[ 0.252106] Reference Linux version 2.6.37
[ 0.252133] File /home/joha/IRCAM/src_20140522_0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/irq/src/module/irqk.c
[ 0.253586] irqk initialized
[ 0.253658] CMEMK module: built on May 25 2014 at 20:17:46
[ 0.253697] Reference Linux version 2.6.37
[ 0.253724] File /home/joha/IRCAM/src_20140522_0/Source/dvsdk_ipnctools/linuxutils_2_26_02_05/packages/ti/sdo/linuxutils/cmem/src/module/cmemk.c
[ 0.258437] allocated heap buffer 0xc4000000 of size 0x5000000
[ 0.258479] heap fallback enabled - will try heap if pool buffer is not available
[ 0.258519] CMEM Range Overlaps Kernel Physical - allowing overlap
[ 0.258554] CMEM phys_start (0x1000) overlaps kernel (0x80000000 -> 0x83000000)
[ 0.258700] cmemk initialized
[ 0.258757] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
[ 0.282892] serial8250.0: ttyS0 at MMIO 0x1c20000 (irq = 40) is a 16550A
[ 0.304911] serial8250.0: ttyS1 at MMIO 0x1d06000 (irq = 41) is a 16550A
[ 0.825127] console [ttyS1] enabled
[ 0.832072] brd: module loaded
[ 0.843697] ONFI flash detected
[ 0.846986] ONFI param page 0 valid
[ 0.850872] NAND device: Manufacturer ID: 0x01, Chip ID: 0xf1 (AMD NAND 128MiB 3,3V 8-bit)
[ 0.860861] Bad block table not found for chip 0
[ 0.866836] Bad block table not found for chip 0
[ 0.871578] Scanning device for bad blocks
[ 0.969117] Creating 7 MTD partitions on "davinci_nand.0":
[ 0.974743] 0x000000000000-0x000000300000 : "bootloader"
[ 0.984020] 0x000000300000-0x000000500000 : "params"
[ 0.993042] 0x000000500000-0x000000900000 : "kernel"
[ 1.002184] 0x000000900000-0x000003100000 : "filesystem1"
[ 1.011887] 0x000003100000-0x000003300000 : "data1"
[ 1.021041] 0x000003300000-0x000005b00000 : "filesystem2"
[ 1.030865] 0x000005b00000-0x000008000000 : "data2"
[ 1.040225] davinci_nand davinci_nand.0: controller rev. 2.3
[ 1.048827] UBI: attaching mtd3 to ubi0
[ 1.053019] UBI: physical eraseblock size: 131072 bytes (128 KiB)
[ 1.059304] UBI: logical eraseblock size: 126976 bytes
[ 1.064871] UBI: smallest flash I/O unit: 2048
[ 1.069589] UBI: sub-page size: 512
[ 1.074303] UBI: VID header offset: 2048 (aligned 2048)
[ 1.080387] UBI: data offset: 4096
[ 1.340687] UBI: max. sequence number: 0
[ 1.357437] UBI warning: print_rsvd_warning: cannot reserve enough PEBs for bad PEB handling, reserved 2, need 3
[ 1.385066] UBI: volume 0 ("rootfs") re-sized from 314 to 314 LEBs
[ 1.393426] UBI: attached mtd3 to ubi0
[ 1.397197] UBI: MTD device name: "filesystem1"
[ 1.402815] UBI: MTD device size: 40 MiB
[ 1.407706] UBI: number of good PEBs: 320
[ 1.412439] UBI: number of bad PEBs: 0
[ 1.416894] UBI: number of corrupted PEBs: 0
[ 1.421400] UBI: max. allowed volumes: 128
[ 1.426025] UBI: wear-leveling threshold: 4096
[ 1.430783] UBI: number of internal volumes: 1
[ 1.435235] UBI: number of user volumes: 1
[ 1.439679] UBI: available PEBs: 0
[ 1.444166] UBI: total number of reserved PEBs: 320
[ 1.449052] UBI: number of PEBs reserved for bad PEB handling: 2
[ 1.455101] UBI: max/mean erase counter: 1/0
[ 1.459375] UBI: image sequence number: 1886464250
[ 1.464333] UBI: background thread "ubi_bgt0d" started, PID 402
[ 1.530155] davinci_mdio davinci_mdio.0: davinci mdio revision 1.4
[ 1.536365] davinci_mdio davinci_mdio.0: detected phy mask fffffffd
[ 1.561640] davinci_mdio.0: probed
[ 1.565085] davinci_mdio davinci_mdio.0: phy[1]: device 0:01, driver unknown
[ 1.590335] i2c /dev entries driver
[ 1.595970] Linux media interface: v0.10
[ 1.600748] Linux video capture interface: v2.00
[ 1.620491] vpbe-osd vpbe-osd: OSD sub device probe success
[ 1.626928] vpbe-venc vpbe-venc: VENC sub device probe success
[ 1.641003] vpbe-v4l2 vpbe-v4l2: vpbe v4l2 device registered
[ 1.646853] Setting default output to Composite
[ 1.660159] Setting default mode to ntsc
[ 1.664206] vpbe-v4l2 vpbe-v4l2: Trying to register VPBE display device.
[ 1.680138] vpbe-v4l2 vpbe-v4l2: layer=c2942400,layer->video_dev=c29424e8
[ 1.700185] vpbe-v4l2 vpbe-v4l2: Trying to register VPBE display device.
[ 1.706912] vpbe-v4l2 vpbe-v4l2: layer=c2942e00,layer->video_dev=c2942ee8
[ 1.731856] watchdog watchdog: heartbeat 60 sec
[ 1.753360] Error: Driver 'davinci-mcbsp' is already registered, aborting...
[ 1.772371] asoc: cq93vc-hifi <-> davinci-vcif mapping ok
[ 1.791363] ALSA device list:
[ 1.794362] #0: DaVinci DM365 EVM
[ 1.799317] TCP cubic registered
[ 1.810218] NET: Registered protocol family 17
[ 1.831462] drivers/rtc/hctosys.c: unabled to open rtc device (rtc0)
[ 1.840279] net eth0: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0:01, id=181b8b0)
[ 1.860784] IP-Config: Unable to set interface netmask (-22).
[ 1.983881] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[ 1.989918] UBIFS: file system size: 38473728 bytes (37572 KiB, 36 MiB, 303 LEBs)
[ 1.997676] UBIFS: journal size: 5332992 bytes (5208 KiB, 5 MiB, 42 LEBs)
[ 2.005065] UBIFS: media format: w4/r0 (latest is w4/r0)
[ 2.010955] UBIFS: default compressor: lzo
[ 2.015062] UBIFS: reserved for root: 0 bytes (0 KiB)
[ 2.022603] VFS: Mounted root (ubifs filesystem) on device 0:12.
[ 2.028769] Freeing init memory: 128K
INIT: version 2.86 booting
Starting mounting local filesystems: mount Creat queue id:0
queue id:0
FileMngThread created
Creat queue id:32769
queue id:32769
queue id:32769
AlramThread created
Share memory init success
mount: mounting /dev/root on / failed: No such file or directory
Creat queue id:65538
queue id:65538
Creat queue id:98307
queue id:98307
failed (1: ).
IPNC_DM365_4.1.0 (root@localhost.localdomain) (gcc version 4.3.3 (GCC) ) #1 PR
queue id:65538
net_search_gateway:eth0, FEA8C0, 0, 1
Check_device_version : DEVICE VER = 1 !!
CPU is DM368
*****************************************************************
IPNC BUILD VERSION: IPNC_CAM
*****************************************************************
Starting internet superserver: inetd./av_server.out DM368 NTSC SNF TNF TI2A AEWB D1 H264 2000000 VBR AUTO MENUOFF &
.
ApproDrvInit: 7
Creat queue id:131076
queue id:131076
insmod: can't read '/opt/ipnc/modules/deflate.ko': No such file or directory
DM365MM Init Successful
AVSERVER UI: Initializing.
ApproDrvInit: 9
ApproDrvInit: 8
queue id:131076
ApproDrvInit: 2
ApproDrvInit: 6
ApproDrvInit: 10
queue id:131076
queue id:131076
queue id:131076
queue id:131076
CLK Hz,
ARM Hz = 432000000
DDR Hz = 340000000
VPSS Hz = 340000000
IMCOP Hz = 340000000
[ 3.840568] PHY: 0:01 - Link is Up - 100/Full
[OSA_FILE ] Reading file [/mnt/nand/IMG_Paramset.bin] ... ERROR
IMAGE TUNE: Paramset File is not available..... Setting DEFAULT parameter
[ 3.880524] Loading iSCSI transport class v2.0-870.
DM365MM Init SuccessfulSYSTEM.MSTPRI0 value changed to 00440011
CONFIGURING AVSERVER FOR DM368 .....
queue id:65538
SENSOR FPS VALUE = 30
[ 4.313740] iscsi: registered transport (tcp)
[ 4.390414] musb-hdrc: version 6.0, peripheral, debug=0
[ 4.468389] musb-hdrc musb-hdrc: dma type: dma-cppi3
[ 4.491167] musb-hdrc musb-hdrc: USB Peripheral mode controller at fec64000 using DMA, IRQ 12
[ 4.609458] loop: module loaded
[ 4.681200] tun: Universal TUN/TAP device driver, 1.6
[ 4.686277] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 4.741676] console [netcon0] enabled
[ 4.745387] netconsole: network logging started
NF enable status for ITT Paramset Boot... 2
IMAGE TUNE: Param set ID: 2, ParamFlag: 0 ; default(0) / wrong param set!!!
queue id:131076
FR : 0 users registered from exsiting face album
IPNC_DM365_4.1.0 (root@localhost.localdomain) (gcc version 4.3.3 (GCC) ) #1 PR
IPNC AUTO_IRIS = 1
Initializing...
Initializing...
...done initializing
Initializing...
...done initializing
Initializing...
...done initializing
Initializing...
...done initializing
...done initializing
Play this stream using the URL:
Play this stream using the URL:
rtsp://192.168.254.13:8555/PSIA/Streaming/channels/0?videoCodecType=MJPEG
(We use port Play this stream using the URL:
rtsp://192.168.254.13:8556/PSIA/Streaming/channels/2?videoCodecType=H.264
(We use port Play this stream using the URL:
rtsp://192.168.254.13:8553/PSIA/Streaming/channels/1?videoCodecType=MPEG4
(We use port 8303 for optional RTSP-over-HTTP tunneling.)
8300 for optional RTSP-over-HTTP tunneling.)
rtsp://192.168.254.13:8554/PSIA/Streaming/channels/1?videoCodecType=MPEG4
(We use port 8301 for optional RTSP-over-HTTP tunneling.)
8302 for optional RTSP-over-HTTP tunneling.)
Play this stream using the URL:
rtsp://192.168.254.13:8557/PSIA/Streaming/channels/2?videoCodecType=H.264
(We use port 8304 for optional RTSP-over-HTTP tunneling.)
[ 5.491105] PPP generic driver version 2.4.2
[ 5.535410] PPP Deflate Compression module registered
Simple mixer control 'PGA',0
Capabilities: cvolume cvolume-joined penum
Capture channels: Mono
Limits: Capture 0 - 3
Mono: Capture 2 [67%]
Simple mixer control 'Mono DAC',0
Capabilities: pvolume pvolume-joined penum
Playback channels: Mono
Limits: Playback 0 - 63
Mono: Playback 47 [75%]
sycOnvif Profile 1
SystemInit success
Schedule manager init success
mkdosfs 2.11 (12 Mar 2005)
unable to get drive geometry, using default 255/63/dev/ram0 has 255 heads and 63 sectors per track,
logical sector size is 512,
using 0xf8 media descriptor, with 8192 sectors;
file system has 2 12-bit FATs and 4 sectors per cluster.
FAT size is 6 sectors, and provides 2036 clusters.
Root directory contains 512 slots.
Volume ID is 00000006, no volume label.
queue id:0
umount: /mnt/mmc: not mounted
mount: mounting /dev/mmcblk0 on /mnt/mmc failed: No such device or address
mount: mounting /dev/mmcblk0p1 on /mnt/mmc failed: No such device or address
dns=192.168.254.80
net_search_gateway:eth0, FEA8C0, 0, 1
net_search_gateway:eth0, 0, 50FEA8C0, 3
dns=192.168.254.80
ERROR: Module g_file_storage does not exist in /proc/modules
[ 7.624002] g_file_storage gadget: No serial-number string provided!
[ 7.636287] g_file_storage gadget: File-backed Storage Gadget, version: 1 September 2010
[ 7.646582] g_file_storage gadget: Number of LUNs=1
[ 7.653123] g_file_storage gadget-lun0: ro=0, nofua=0, file: /dev/ram0
ApproDrvInit: 3
queue id:131076
queue id:0
queue id:32769
/usr/sbin/avahi-daemon: unrecognized option '--no-chroot'
[01/Jan/1970:00:00:07 +0000] boa: server version Boa/0.94.13
[01/Jan/1970:00:00:07 +0000] boa: server built May 25 2014 at 20:20:41.
[01/Jan/1970:00:00:07 +0000] boa: starting server pid=650, port 80
INIT: Entering runlevel: 5
queue id:0
UDPString=uuid:Upnp-TVEmulator-1_0-00_0057547896</UDN>
Starting telnet daemonUpnp port is 0
UPnP Initialized OK ip=192.168.254.13, port=49152
desc_doc_url = http://192.168.254.13/tvdevicedesc.xml
.
error code = 0
Starting syslogd/klogd: done
getty: ioctl() TIOCSPGRdevice advertisement succeed.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org 162.0.0.0 console
Arago 2009.11 162.0.0.0 console
162.0.0.0 login:
- What do I missing?
Best regards,