Hi,
This Sitara EVMSK board is configured as TFTP boot, NFS at the host Ubuntu 14.04 PC. Yesterday, I built a simple module and it can be inserted at the console.
Today, a few changes are made to the kernel configure (in fact, I wanted to restore some options at menuconfig). Both the kernel, module are rebuilt with command:
contents of build.sh:
export PATH=$PATH:/home/u64rj/ti-processor-sdk-linux-am335x-evm-01.00.00.03/linux-devkit/sysroots/i686-arago-linux/usr/bin
export ARCH=arm
export CROSS_COMPILE=arm-linux-gnueabihf-
make mrproper
make tisdk_am335x-evm_defconfig
make menuconfig
#make am335x-evm_debug_defconfig
#make zImage
#cp arch/arm/boot/zImage /tftpboot
Kernel is copied to SD-card: (This is not necessary considering TFTP?): sudo cp arch/arm/boot/zImage /media/u64rj/rootfs1/boot
modules are rebuilt with: make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules
install modules: sudo make ARCH=arm INSTALL_MOD_PATH=/media/u64rj/rootfs1 modules_instal
copy zImage: sudo cp arch/arm/boot/zImage /media/u64rj/rootfs1/boot
Then, the target is reboot with the new SD-card.
The weird thing is the old module simple device driver still can be inserted and removed, while the new build driver has conflicts:
[ 47.255794] hello_mdvr: disagrees about version of symbol module_layout
insmod: ERROR: could not insert module hello_mdvr.ko: Invalid module format
I don't know how to check the system to make target using the new kernel/module, and I can run the new build device driver.
Here is the message log file. Thanks,
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
reading uboot.env
Net: cpsw, usb_ether
Hit any key to stop autoboot: 0
reading uEnv.txt
** Unable to read file uEnv.txt **
cpsw Waiting for PHY auto negotiation to complete. done
link up on port 0, speed 100, full duplex
BOOTP broadcast 1
DHCP client bound to address 192.168.0.112
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.109; our IP address is 192.168.0.112
Filename 'zImage-am335x-evm.bin'.
Load address: 0x82000000
Loading: #################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
#################################################################
###############
1.6 MiB/s
done
Bytes transferred = 4398632 (431e28 hex)
link up on port 0, speed 100, full duplex
Using cpsw device
TFTP from server 192.168.0.109; our IP address is 192.168.0.112
Filename 'am335x-evmsk.dtb'.
Load address: 0x88000000
Loading: ########
1.4 MiB/s
done
Bytes transferred = 36445 (8e5d hex)
Kernel image @ 0x82000000 [ 0x000000 - 0x431e28 ]
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Device Tree to 8e713000, end 8e71ee5c ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 3.14.43-g875c69b (u64rj@u64rj-MS-7696) (gcc version 4.7.3 20130226 (prerelease) (crosstool-NG linaro-1.13.1-4.7-2013.03-20130313
- Linaro GCC 2013.03) ) #1 Wed Sep 23 17:06:32 EDT 2015
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: TI AM335x EVM-SK
[ 0.000000] cma: CMA: reserved 24 MiB at 8c800000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES1.0 (sgx neon )
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64768
[ 0.000000] Kernel command line: console=ttyO0,115200n8 root=/dev/nfs nfsroot=192.168.0.109:/home/u64rj/ti-processor-sdk-linux-am335x-evm-01.00.00.03/targ
etNFS,nolock rw ip=dhcp
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 225336K/261120K available (5784K kernel code, 304K rwdata, 2148K rodata, 244K init, 249K bss, 35784K 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 : 0xd0800000 - 0xff000000 ( 744 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc07c735c (7933 kB)
[ 0.000000] .init : 0xc07c8000 - 0xc0805084 ( 245 kB)
[ 0.000000] .data : 0xc0806000 - 0xc0852020 ( 305 kB)
[ 0.000000] .bss : 0xc0852020 - 0xc08904b8 ( 250 kB)
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 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: timer2 at 24000000 Hz
[ 0.000015] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 178956969942ns
[ 0.000035] OMAP clocksource: timer1 at 24000000 Hz
[ 0.000324] Console: colour dummy device 80x30
[ 0.000351] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0'
[ 0.000358] This ensures that you still see kernel messages. Please
[ 0.000364] update your kernel commandline.
[ 0.000386] Calibrating delay loop... 718.02 BogoMIPS (lpj=3590144)
[ 0.119408] pid_max: default: 32768 minimum: 301
[ 0.119505] Security Framework initialized
[ 0.119563] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.119574] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.127260] CPU: Testing write buffer coherency: ok
[ 0.127648] Setting up static identity map for 0x80579268 - 0x805792c0
[ 0.128616] devtmpfs: initialized
[ 0.130463] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.137334] omap_hwmod: tptc0 using broken dt data from edma
[ 0.137413] omap_hwmod: tptc1 using broken dt data from edma
[ 0.137481] omap_hwmod: tptc2 using broken dt data from edma
[ 0.141699] omap_hwmod: debugss: _wait_target_disable failed
[ 0.197605] pinctrl core: initialized pinctrl subsystem
[ 0.198654] regulator-dummy: no parameters
[ 0.201069] NET: Registered protocol family 16
[ 0.203121] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.205724] cpuidle: using governor ladder
[ 0.205743] cpuidle: using governor menu
[ 0.212557] syscon 44e10000.control_module: regmap [mem 0x44e10000-0x44e107fb] registered
[ 0.214015] platform 49000000.edma: alias fck already exists
[ 0.214040] platform 49000000.edma: alias fck already exists
[ 0.214053] platform 49000000.edma: alias fck already exists
[ 0.215178] OMAP GPIO hardware version 0.1
[ 0.229351] No ATAGs?
[ 0.229378] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.256643] bio: create slab <bio-0> at 0
[ 0.273378] edma-dma-engine edma-dma-engine.0: TI EDMA DMA engine driver
[ 0.274422] vbat: 5000 mV
[ 0.274830] lis3_reg: no parameters
[ 0.274936] reg-fixed-voltage fixedregulator@2: could not find pctldev for node /pinmux@44e10800/pinmux_wl12xx_gpio, deferring probe
[ 0.274959] platform fixedregulator@2: Driver reg-fixed-voltage requests probe deferral
[ 0.275416] vtt: 1500 mV
[ 0.278588] vgaarb: loaded
[ 0.279125] i2c-core: driver [palmas] using legacy suspend method
[ 0.279137] i2c-core: driver [palmas] using legacy resume method
[ 0.279940] SCSI subsystem initialized
[ 0.281444] usbcore: registered new interface driver usbfs
[ 0.281654] usbcore: registered new interface driver hub
[ 0.281868] usbcore: registered new device driver usb
[ 0.282864] omap_i2c 44e0b000.i2c: could not find pctldev for node /pinmux@44e10800/pinmux_i2c0_pins, deferring probe
[ 0.282894] platform 44e0b000.i2c: Driver omap_i2c requests probe deferral
[ 0.283292] pps_core: LinuxPPS API ver. 1 registered
[ 0.283305] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.283439] PTP clock support registered
[ 0.285447] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
[ 0.286358] Advanced Linux Sound Architecture Driver Initialized.
[ 0.287989] Switched to clocksource timer1
[ 0.308174] NET: Registered protocol family 2
[ 0.309076] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.309113] TCP bind hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.309143] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.309217] TCP: reno registered
[ 0.309230] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.309251] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.309433] NET: Registered protocol family 1
[ 0.309818] RPC: Registered named UNIX socket transport module.
[ 0.309831] RPC: Registered udp transport module.
[ 0.309837] RPC: Registered tcp transport module.
[ 0.309844] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.310923] hw perfevents: enabled with ARMv7 Cortex-A8 PMU driver, 5 counters available
[ 0.313732] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.492817] VFS: Disk quotas dquot_6.5.2
[ 0.492888] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.493417] NFS: Registering the id_resolver key type
[ 0.493499] Key type id_resolver registered
[ 0.493508] Key type id_legacy registered
[ 0.493547] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc.
[ 0.493728] msgmni has been set to 488
[ 0.495157] NET: Registered protocol family 38
[ 0.495197] io scheduler noop registered
[ 0.495206] io scheduler deadline registered
[ 0.495227] io scheduler cfq registered (default)
[ 0.497052] pinctrl-single 44e10800.pinmux: 142 pins at pa f9e10800 size 568
[ 0.501080] backlight supply power not found, using dummy regulator
[ 0.504861] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled
[ 0.510438] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 88, base_baud = 3000000) is a 8250
[ 1.171324] console [ttyS0] enabled
[ 1.176761] omap_rng 48310000.rng: OMAP Random Number Generator ver. 20
[ 1.183876] [drm] Initialized drm 1.1.0 20060810
[ 1.199812] brd: module loaded
[ 1.208757] loop: module loaded
[ 1.212331] (hci_tty): inside hci_tty_init
[ 1.216908] (hci_tty): allocated 250, 0
[ 1.225088] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 1.235516] usbcore: registered new interface driver asix
[ 1.241210] usbcore: registered new interface driver ax88179_178a
[ 1.247534] usbcore: registered new interface driver cdc_ether
[ 1.253586] usbcore: registered new interface driver smsc95xx
[ 1.259551] usbcore: registered new interface driver net1080
[ 1.265411] usbcore: registered new interface driver cdc_subset
[ 1.271510] usbcore: registered new interface driver zaurus
[ 1.277349] usbcore: registered new interface driver cdc_ncm
[ 1.283610] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.290205] ehci-pci: EHCI PCI platform driver
[ 1.294867] ehci-omap: OMAP-EHCI Host Controller driver
[ 1.300638] usbcore: registered new interface driver cdc_wdm
[ 1.306539] usbcore: registered new interface driver usb-storage
[ 1.313715] mousedev: PS/2 mouse device common for all mice
[ 1.321095] input: ti-tsc as /devices/ocp/44e0d000.tscadc/TI-am335x-tsc/input/input0
[ 1.330394] i2c-core: driver [rtc-ds1307] using legacy suspend method
[ 1.336870] i2c-core: driver [rtc-ds1307] using legacy resume method
[ 1.344110] omap_rtc 44e3e000.rtc: rtc core: registered 44e3e000.rtc as rtc0
[ 1.351322] 44e3e000.rtc: already running
[ 1.356131] i2c /dev entries driver
[ 1.359844] Driver for 1-wire Dallas network protocol.
[ 1.367503] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 1.376449] omap_hsmmc 48060000.mmc: unable to get vmmc regulator -517
[ 1.383272] platform 48060000.mmc: Driver omap_hsmmc requests probe deferral
[ 1.390713] omap_hsmmc 481d8000.mmc: unable to get vmmc regulator -517
[ 1.397332] platform 481d8000.mmc: Driver omap_hsmmc requests probe deferral
[ 1.406651] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.413078] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 1.420218] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 1.427513] usbcore: registered new interface driver usbhid
[ 1.433166] usbhid: USB HID core driver
[ 1.437299] platform 44d00000.wkup_m3: Driver wkup_m3 requests probe deferral
[ 1.447750] oprofile: using arm/armv7
[ 1.451858] TCP: cubic registered
[ 1.455190] Initializing XFRM netlink socket
[ 1.459535] NET: Registered protocol family 17
[ 1.464040] NET: Registered protocol family 15
[ 1.468678] Key type dns_resolver registered
[ 1.473689] cpu cpu0: of_pm_voltdm_notifier_register: Failed to get cpu0 regulator/voltdm: -517
[ 1.482488] cpu cpu0: cpu0 clock notifier not ready, retry
[ 1.488102] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[ 1.496199] PM: bootloader does not support rtc-only!
[ 1.501390] ThumbEE CPU extension supported.
[ 1.505713] Registering SWP/SWPB emulation handler
[ 1.512151] lis3_reg: disabling
[ 1.515316] vbat: disabling
[ 1.518232] regulator-dummy: disabling
[ 1.522714] Error: Driver 'tfp410' is already registered, aborting...
[ 1.531745] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.538452] [drm] No driver support for vblank timestamp query.
[ 1.590515] Console: switching to colour frame buffer device 60x34
[ 1.599103] tilcdc 4830e000.lcdc: fb0: frame buffer device
[ 1.604700] tilcdc 4830e000.lcdc: registered panic notifier
[ 1.610328] [drm] Initialized tilcdc 1.0.0 20121205 on minor 0
[ 1.617384] vwl1271: 1800 mV
[ 1.622434] tps65910 0-002d: No interrupt support, no core IRQ
[ 1.632754] vrtc: 1800 mV
[ 1.635766] vrtc: supplied by vbat
[ 1.640946] vio: at 1500 mV
[ 1.643922] vio: supplied by vbat
[ 1.649085] vdd_mpu: 912 <--> 1375 mV at 1137 mV
[ 1.653887] vdd_mpu: supplied by vbat
[ 1.659384] vdd_core: 912 <--> 1150 mV at 1137 mV
[ 1.664275] vdd_core: supplied by vbat
[ 1.669510] vdd3: 5000 mV
[ 1.673597] vdig1: at 1800 mV
[ 1.676761] vdig1: supplied by vbat
[ 1.681675] vdig2: at 1800 mV
[ 1.684818] vdig2: supplied by vbat
[ 1.689712] vpll: at 1800 mV
[ 1.692765] vpll: supplied by vbat
[ 1.697568] vdac: at 1800 mV
[ 1.700647] vdac: supplied by vbat
[ 1.705424] vaux1: at 1800 mV
[ 1.708596] vaux1: supplied by vbat
[ 1.713475] vaux2: at 3300 mV
[ 1.716614] vaux2: supplied by vbat
[ 1.721496] vaux33: at 3300 mV
[ 1.724721] vaux33: supplied by vbat
[ 1.729700] vmmc: 1800 <--> 3300 mV at 3300 mV
[ 1.734322] vmmc: supplied by vbat
[ 1.739547] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 1.816281] mmc0: host does not support reading read-only switch. assuming write-enable.
[ 1.827125] mmc0: new high speed SD card at address 1234
[ 1.833105] mmcblk0: mmc0:1234 SA02G 1.83 GiB
[ 1.840990] mmcblk0: p1 p2
[ 1.898711] remoteproc0: wkup_m3 is available
[ 1.903189] remoteproc0: Note: remoteproc is still under development and considered experimental.
[ 1.912246] remoteproc0: THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.
[ 1.922845] remoteproc0: Direct firmware load failed with error -2
[ 1.929213] remoteproc0: Falling back to user helper
[ 1.934777] cpu cpu0: of_pm_voltdm_notifier_register: Fail calculating voltage latency[1100000<->1260000]:-22
[ 1.949341] omap_hsmmc 481d8000.mmc: card claims to support voltages below defined range
[ 1.982109] mmc1: queuing unknown CIS tuple 0x91 (3 bytes)
[ 1.988415] mmc1: new SDIO card at address 0001
[ 2.018019] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6
[ 2.024149] davinci_mdio 4a101000.mdio: detected phy mask fffffffc
[ 2.031718] libphy: 4a101000.mdio: probed
[ 2.035759] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver Atheros 8031 ethernet
[ 2.045059] davinci_mdio 4a101000.mdio: phy[1]: device 4a101000.mdio:01, driver Atheros 8031 ethernet
[ 2.055413] cpsw 4a100000.ethernet: Detected MACID = d4:94:a1:86:09:c3
[ 2.063317] cpsw 4a100000.ethernet: cpsw: Detected MACID = d4:94:a1:86:09:c4
[ 2.072852] input: gpio_buttons@0 as /devices/gpio_buttons@0/input/input1
[ 2.080533] omap_rtc 44e3e000.rtc: setting system clock to 2015-07-08 23:28:05 UTC (1436398085)
[ 2.092844] net eth0: initializing cpsw version 1.12 (0)
[ 2.178788] net eth0: phy found : id is : 0x4dd074
[ 2.189228] net eth1: initializing cpsw version 1.12 (0)
[ 2.268753] net eth1: phy found : id is : 0x4dd074
[ 5.178828] libphy: 4a101000.mdio:00 - Link is Up - 100/Full
[ 5.208043] Sending DHCP requests ., OK
[ 5.358499] IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.112
[ 5.369898] IP-Config: Complete:
[ 5.373182] device=eth0, hwaddr=d4:94:a1:86:09:c3, ipaddr=192.168.0.112, mask=255.255.255.0, gw=192.168.0.1
[ 5.383483] host=192.168.0.112, domain=home, nis-domain=(none)
[ 5.389819] bootserver=0.0.0.0, rootserver=192.168.0.109, rootpath=
[ 5.396388] nameserver0=192.168.0.1
[ 5.400805] ALSA device list:
[ 5.403795] No soundcards found.
[ 5.416131] VFS: Mounted root (nfs filesystem) on device 0:14.
[ 5.422889] devtmpfs: mounted
[ 5.426755] Freeing unused kernel memory: 244K (c07c8000 - c0805000)
INIT: version 2.88 booting
Starting udev
[ 6.243983] udevd[879]: starting version 182
[ 6.901591] musb_am335x: disagrees about version of symbol module_layout
[ 6.988417] snd_soc_davinci_mcasp: disagrees about version of symbol module_layout
[ 7.124854] remoteproc0: powering up wkup_m3
[ 7.164377] remoteproc0: Booting fw image am335x-pm-firmware.elf, size 154412
[ 7.259457] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
[ 7.310028] input_polldev: disagrees about version of symbol module_layout
[ 7.327587] musb_am335x: disagrees about version of symbol module_layout
[ 7.342140] cryptodev: disagrees about version of symbol module_layout
[ 7.363391] PM: CM3 Firmware Version = 0x190
[ 7.400115] snd_soc_davinci_mcasp: disagrees about version of symbol module_layout
[ 7.445814] remoteproc0: remote processor wkup_m3 is now up
[ 7.588946] random: nonblocking pool is initialized
[ 7.706450] snd_soc_tlv320aic3x: disagrees about version of symbol module_layout
[ 7.782668] input_polldev: disagrees about version of symbol module_layout
[ 7.847909] compat: disagrees about version of symbol module_layout
[ 7.854462] compat: disagrees about version of symbol module_layout
[ 8.143730] compat: disagrees about version of symbol module_layout
[ 8.150454] compat: disagrees about version of symbol module_layout
Starting Bootlog daemon: [ 8.657773] pvrsrvkm: disagrees about version of symbol module_layout
bootlogd: cannot allocate pseudo tty: No such file or directory
bootlogd.
[ 8.943841] snd_soc_evm: disagrees about version of symbol module_layout
[ 8.983390] pvrsrvkm: disagrees about version of symbol module_layout
[ 9.137210] snd_soc_evm: disagrees about version of symbol module_layout
udevadm settle - timeout of 3 seconds reached, the event queue contains:
/sys/devices/ocp/48060000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p1 (857)
/sys/devices/ocp/48060000.mmc/mmc_host/mmc0/mmc0:1234/block/mmcblk0/mmcblk0p2 (858)
/sys/devices/virtual/block/loop0 (1007)
/sys/devices/virtual/block/loop1 (1008)
/sys/devices/virtual/block/loop2 (1009)
/sys/devices/virtual/block/loop3 (1010)
/sys/devices/virtual/block/loop4 (1011)
/sys/devices/virtual/block/loop5 (1012)
/sys/devices/virtual/block/loop6 (1013)
/sys/devices/virtual/block/loop7 (1014)
/sys/devices/virtual/block/ram0 (1015)
/sys/devices/virtual/block/ram1 (1016)
/sys/devices/virtual/block/ram10 (1017)
/sys/devices/virtual/block/ram11 (1018)
/sys/devices/virtual/block/ram12 (1019)
/sys/devices/virtual/block/ram13 (1020)
/sys/devices/virtual/block/ram14 (1021)
/sys/devices/virtual/block/ram15 (1022)
/sys/devices/virtual/block/ram2 (1023)
/sys/devices/virtual/block/ram3 (1024)
/sys/devices/virtual/block/ram4 (1025)
/sys/devices/virtual/block/ram5 (1026)
/sys/devices/virtual/block/ram6 (1027)
/sys/devices/virtual/block/ram7 (1028)
/sys/devices/virtual/block/ram8 (1029)
/sys/devices/virtual/block/ram9 (1030)
/sys/devices/virtual/net/lo (1037)
[ 11.414374] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 11.870071] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
ALSA: Restoring mixer settings...
/usr/sbin/alsactl: load_state:1729: No soundcards found...
INIT: Entering runlevel: 5
NOT configuring network interfaces: / is an NFS mount
Starting system message bus: dbus.
UIM SYSFS Node Not Found
Starting Dropbear SSH server: dropbear.
Starting telnet daemon.
Starting rpcbind daemon...rpcbind: cannot create socket for udp6
rpcbind: cannot create socket for tcp6
done.
creating NFS state directory: done
starting statd: done
Starting syslogd/klogd: done
Starting thttpd.
Starting PVR
[ 14.198106] pvrsrvkm: disagrees about version of symbol module_layout
insmod: ERROR: could not insert module /lib/modules/3.14.43-g875c69b/extra/pvrsrvkm.ko: Invalid module format
Could not find pvrsrvkm driver
Starting Lighttpd Web Server: lighttpd.
2015-07-08 23:28:17: (/home/gtbldadm/ti/oe-layersetup/build-CORTEX_1/arago-tmp-external-linaro-toolchain/work/cortexa8t2hf-vfp-neon-linux-gnueabi/lighttpd/1.
4.33-r1/lighttpd-1.4.33/src/log.c.166) server started
/
Starting Matrix GUI application.
Enabling thermal zones...
/etc/rc5.d/S98thermal-zone-init: line 7: /sys/class/thermal/thermal_zone*/mode: No such file or directory
***************************************************************
***************************************************************
NOTICE: This file system contains the followin GPLv3 packages:
autoconf
binutils
cpp-symlinks
cpp
g++-symlinks
g++
gcc-symlinks
gcc
gdbserver
gstreamer1.0-libav
libgmp10
libmpc3
libmpfr4
make
If you do not wish to distribute GPLv3 components please remove
the above packages prior to distribution. This can be done using
the opkg remove command. i.e.:
opkg remove <package>
Where <package> is the name printed in the list above
NOTE: If the package is a dependency of another package you
will be notified of the dependent packages. You should
use the --force-removal-of-dependent-packages option to
also remove the dependent packages as well
***************************************************************
***************************************************************
Stopping Bootlog daemon: bootlogd.
_____ _____ _ _
| _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_
| | _| .'| . | . | | __| _| . | | | -_| _| _|
|__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_|
|___| |___|
Arago Project http://arago-project.org am335x-evm /dev/ttyO0
Arago 2015.05 am335x-evm /dev/ttyO0
am335x-evm login: root