i.MX53 QSB

This forum is for supported devices using an ARMv7 Freescale SoC.

Re: i.MX53 QSB

Postby ckhmer1 » Fri Jan 08, 2016 8:14 pm

I'm sorry ... i don't know why I keep thinking that too :)

Anyway,
I've built the u-boot for imx53loco board and now I have following error:

U-Boot 2016.01-rc4 (Jan 08 2016 - 20:37:55 +0100)

Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: FEC
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
615 bytes read in 175 ms (2.9 KiB/s)
Running bootscript from mmc ...
## Executing script at 72000000
Unknown command 'part' - try 'help'
** Bad device specification : /boot/zImage **

I've understood that the zImage file is the concatenation of the real zImage file and the dtb file. Isn't it?
Have you got any idea how to fix this problem?
Thanks
ckhmer1
 
Posts: 12
Joined: Tue Jan 05, 2016 11:07 pm

Re: i.MX53 QSB

Postby WarheadsSE » Fri Jan 08, 2016 9:32 pm

Unknown command 'part' - try 'help'
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: i.MX53 QSB

Postby moonman » Fri Jan 08, 2016 9:33 pm

zImage is just zImage unless you appended dtb to it.

Your real problem is that you have not compiled uboot with 'part' command. You can probably still boot if you adjust uboot bootscript/environment not use part or recompile uboot with 'part'
Pogoplug V4 | GoFlex Home | Raspberry Pi 4 4GB | CuBox-i4 Pro | ClearFog | BeagleBone Black | Odroid U2 | Odroid C1 | Odroid XU4
-----------------------------------------------------------------------------------------------------------------------
[armv5] Updated U-Boot | [armv5] NAND Rescue System
moonman
Developer
 
Posts: 3387
Joined: Sat Jan 15, 2011 3:36 am

Re: i.MX53 QSB

Postby ckhmer1 » Sat Jan 09, 2016 1:56 pm

Thanks for your hint, I forgot to apply the patch coming from usbarmory.
Now i did it, and I get following error:

Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: FEC
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
615 bytes read in 175 ms (2.9 KiB/s)
Running bootscript from mmc ...
## Executing script at 72000000
** Bad device specification : uuid **
** Bad device specification : /boot/zImage **

Have you got any idea how to fix it?
ckhmer1
 
Posts: 12
Joined: Tue Jan 05, 2016 11:07 pm

Re: i.MX53 QSB

Postby WarheadsSE » Sat Jan 09, 2016 11:16 pm

** Bad device specification : uuid **


You re still missing some options.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: i.MX53 QSB

Postby ckhmer1 » Sun Jan 17, 2016 9:23 am

Hi,
I've just moved a step forward.
I was able to build the u-boot with the right options.
The board still doesn't boot.
Now I get following messages:

U-Boot 2016.01 (Jan 17 2016 - 09:58:01 +0100) Arch Linux ARM

CPU: Freescale i.MX53 rev2.1 at 800 MHz
Reset cause: POR
Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: FEC
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
615 bytes read in 62 ms (8.8 KiB/s)
Running bootscript from mmc ...
## Executing script at 72000000
load - load binary file from a filesystem

Usage:
load <interface> [<dev[:part]> [<addr> [<filename> [bytes [pos]]]]]
- Load binary file 'filename' from partition 'part' on device
type 'interface' instance 'dev' to address 'addr' in memory.
'bytes' gives the size to load in bytes.
If 'bytes' is 0 or omitted, the file is read until the end.
'pos' gives the file byte position to start reading from.
If 'pos' is 0 or omitted, the file is read from the start.
ckhmer1
 
Posts: 12
Joined: Tue Jan 05, 2016 11:07 pm

Re: i.MX53 QSB

Postby WarheadsSE » Mon Jan 18, 2016 4:21 pm

It is missing some environment variables, apparently. Check your operating environment after that command.
Core Developer
Remember: Arch Linux ARM is entirely community donation supported!
WarheadsSE
Developer
 
Posts: 6807
Joined: Mon Oct 18, 2010 2:12 pm

Re: i.MX53 QSB

Postby ckhmer1 » Thu Jan 28, 2016 10:22 pm

Hi,
finally I've figure out to boot armlinuxarm on my iMX53 loco (QSB).
Several firmware files are missing.
Following the output from u-boot to login:
$this->bbcode_second_pass_code('', '
U-Boot 2016.01 (Jan 28 2016 - 23:16:26 +0100) Arch Linux ARM

CPU: Freescale i.MX53 rev2.1 at 800 MHz
Reset cause: POR
Board: MX53 LOCO
I2C: ready
DRAM: 1 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1
*** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net: FEC
Hit any key to stop autoboot: 0
switch to partitions #0, OK
mmc0 is current device
691 bytes read in 65 ms (9.8 KiB/s)
Running bootscript from mmc ...
## Executing script at 70800000
baudrate=115200
boot_fdt=try
bootargs=console=ttyGS0,115200 root=PARTUUID=e05cb4d1-01 rw rootwait video=mxcdi1fb:RGB24,VGA-SXGA vga di1_primy
bootcmd=mmc dev ${mmcdev}; if mmc rescan; then if run loadbootscript; then run bootscript; else if run loadimagi
bootdelay=1
bootpart=1
bootscript=echo Running bootscript from mmc ...; source ${scriptaddr}
console=ttymxc0,115200
devnum=0
devtype=mmc
ethact=FEC
ethaddr=00:04:9f:02:71:a3
ethprime=FEC0
fdt_addr=0x71000000
fdt_file=imx53-qsrb.dtb
fileaddr=70800000
filesize=2b3
hostname=imx53loco
image=/boot/zImage
ip_dyn=yes
loadaddr=0x72000000
loadbootscript=load mmc ${mmcdev}:${mmcpart} ${scriptaddr} ${script};
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdt_addr} /boot/dtbs/${fdt_file}
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} ${image}
mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot} video=mxcdi1fb:RGB24,VGA-SXGA vga di1_primay
mmcboot=echo Booting from mmc ...; run mmcargs; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if ru;
mmcdev=0
mmcpart=1
mmcroot=/dev/mmcblk0p1 rw rootwait
netargs=setenv bootargs console=ttymxc0,${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcpy
netboot=echo Booting from net ...; run netargs; if test ${ip_dyn} = yes; then setenv get_cmd dhcp; else setenv ;
ramdisk_addr_r=0x73000000
script=/boot/boot.scr
scriptaddr=0x70800000
uuid=e05cb4d1-01

Environment size: 2015/8188 bytes
5198336 bytes read in 335 ms (14.8 MiB/s)
Booting from mmc ...
33793 bytes read in 917 ms (35.2 KiB/s)
Kernel image @ 0x72000000 [ 0x000000 - 0x4f5200 ]
## Flattened Device Tree blob at 71000000
Booting using the fdt blob at 0x71000000
Loading Device Tree to 8f54b000, end 8f556400 ... OK

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.3-1-ARCH (builduser@leming) (gcc version 5.3.0 (GCC) ) #1 SMP Fri Dec 18 18:485
[ 0.000000] CPU: ARMv7 Processor [412fc085] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Freescale i.MX53 Quick Start-R Board
[ 0.000000] cma: Reserved 24 MiB at 0xce800000
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] PERCPU: Embedded 13 pages/cpu @dffcd000 s24256 r8192 d20800 u53248
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 260992
[ 0.000000] Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk0p1 rw rootwait video=mxcdi1fb:RGB24y
[ 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: 995476K/1048576K available (10752K kernel code, 1236K rwdata, 4512K rodata, 1220K init, )
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
[ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
[ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
[ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
[ 0.000000] .text : 0xc0008000 - 0xc0ef04c4 (15266 kB)
[ 0.000000] .init : 0xc0ef1000 - 0xc1022000 (1220 kB)
[ 0.000000] .data : 0xc1022000 - 0xc1157378 (1237 kB)
[ 0.000000] .bss : 0xc115a000 - 0xc1242500 ( 930 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 32.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=32, nr_cpu_ids=1
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] TrustZone Interrupt Controller (TZIC) initialized
[ 0.000000] CPU identified as i.MX53, silicon rev 2.1
[ 0.000000] Switching to timer-based delay loop, resolution 29ns
[ 0.000008] sched_clock: 32 bits at 33MHz, resolution 29ns, wraps every 64424507889ns
[ 0.000030] clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 57337812242 ns
[ 0.002909] Console: colour dummy device 80x30
[ 0.002951] Calibrating delay loop (skipped), value calculated using timer frequency.. 66.66 BogoMIPS (lpj=1)
[ 0.002972] pid_max: default: 32768 minimum: 301
[ 0.003124] Security Framework initialized
[ 0.003326] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.003340] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.004317] Initializing cgroup subsys io
[ 0.004359] Initializing cgroup subsys memory
[ 0.004418] Initializing cgroup subsys devices
[ 0.004441] Initializing cgroup subsys freezer
[ 0.004461] Initializing cgroup subsys net_cls
[ 0.004477] Initializing cgroup subsys perf_event
[ 0.004494] Initializing cgroup subsys net_prio
[ 0.004513] Initializing cgroup subsys pids
[ 0.004594] CPU: Testing write buffer coherency: ok
[ 0.004644] ftrace: allocating 39258 entries in 116 pages
[ 0.093591] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.093728] Setting up static identity map for 0x70008280 - 0x70008318
[ 0.097605] Brought up 1 CPUs
[ 0.097629] SMP: Total of 1 processors activated (66.66 BogoMIPS).
[ 0.097639] CPU: All CPU(s) started in SVC mode.
[ 0.099726] devtmpfs: initialized
[ 0.115854] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 2
[ 0.116916] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 9556302231375000 ns
[ 0.119460] xor: measuring software checksum speed
[ 0.168592] arm4regs : 1219.200 MB/sec
[ 0.218692] 8regs : 903.200 MB/sec
[ 0.268791] 32regs : 1172.800 MB/sec
[ 0.318892] neon : 871.200 MB/sec
[ 0.318901] xor: using function: arm4regs (1219.200 MB/sec)
[ 0.319139] pinctrl core: initialized pinctrl subsystem
[ 0.321321] NET: Registered protocol family 16
[ 0.324149] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.326249] cpuidle: using governor ladder
[ 0.326273] cpuidle: using governor menu
[ 0.343115] No ATAGs?
[ 0.343147] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.345026] imx53-pinctrl 53fa8000.iomuxc: initialized IMX pinctrl driver
[ 0.346422] Serial: AMBA PL011 UART driver
[ 0.444704] raid6: int32x1 gen() 153 MB/s
[ 0.529982] raid6: int32x1 xor() 128 MB/s
[ 0.615396] raid6: int32x2 gen() 201 MB/s
[ 0.700344] raid6: int32x2 xor() 135 MB/s
[ 0.785553] raid6: int32x4 gen() 176 MB/s
[ 0.870869] raid6: int32x4 xor() 123 MB/s
[ 0.956263] raid6: int32x8 gen() 158 MB/s
[ 1.041433] raid6: int32x8 xor() 105 MB/s
[ 1.126412] raid6: neonx1 gen() 785 MB/s
[ 1.211644] raid6: neonx1 xor() 653 MB/s
[ 1.296865] raid6: neonx2 gen() 1184 MB/s
[ 1.382047] raid6: neonx2 xor() 908 MB/s
[ 1.467263] raid6: neonx4 gen() 766 MB/s
[ 1.552500] raid6: neonx4 xor() 640 MB/s
[ 1.637693] raid6: neonx8 gen() 436 MB/s
[ 1.722979] raid6: neonx8 xor() 226 MB/s
[ 1.722987] raid6: using algorithm neonx2 gen() 1184 MB/s
[ 1.722995] raid6: .... xor() 908 MB/s, rmw enabled
[ 1.723002] raid6: using intx1 recovery algorithm
[ 1.731819] vgaarb: loaded
[ 1.733213] SCSI subsystem initialized
[ 1.734004] usbcore: registered new interface driver usbfs
[ 1.734090] usbcore: registered new interface driver hub
[ 1.734222] usbcore: registered new device driver usb
[ 1.734440] 50000000.aips:usbphy@0 supply vcc not found, using dummy regulator
[ 1.734592] 50000000.aips:usbphy@1 supply vcc not found, using dummy regulator
[ 1.736550] i2c i2c-1: IMX I2C adapter registered
[ 1.736580] i2c i2c-1: can't use DMA
[ 1.738712] mc13xxx 0-0008: mc34708: rev 2.4, fin: 0, fab: 0
[ 1.746756] i2c i2c-0: IMX I2C adapter registered
[ 1.746784] i2c i2c-0: can't use DMA
[ 1.747773] media: Linux media interface: v0.10
[ 1.747862] Linux video capture interface: v2.00
[ 1.748000] pps_core: LinuxPPS API ver. 1 registered
[ 1.748008] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 1.748055] PTP clock support registered
[ 1.748218] EDAC MC: Ver: 3.0.0
[ 1.750201] Advanced Linux Sound Architecture Driver Initialized.
[ 1.751121] NetLabel: Initializing
[ 1.751134] NetLabel: domain hash size = 128
[ 1.751141] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.751204] NetLabel: unlabeled traffic allowed by default
[ 1.751710] clocksource: Switched to clocksource mxc_timer1
[ 1.868632] NET: Registered protocol family 2
[ 1.869573] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 1.869627] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 1.869691] TCP: Hash tables configured (established 4096 bind 4096)
[ 1.869830] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 1.869854] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 1.870254] NET: Registered protocol family 1
[ 1.870802] RPC: Registered named UNIX socket transport module.
[ 1.870819] RPC: Registered udp transport module.
[ 1.870826] RPC: Registered tcp transport module.
[ 1.870833] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 1.872559] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 1.875097] futex hash table entries: 256 (order: 2, 16384 bytes)
[ 1.885043] zbud: loaded
[ 1.885788] VFS: Disk quotas dquot_6.6.0
[ 1.886045] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 1.888774] NFS: Registering the id_resolver key type
[ 1.888862] Key type id_resolver registered
[ 1.888871] Key type id_legacy registered
[ 1.888902] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.898618] bounce: pool size: 64 pages
[ 1.898938] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[ 1.899242] io scheduler noop registered
[ 1.899264] io scheduler deadline registered
[ 1.899343] io scheduler cfq registered (default)
[ 1.910940] imx-sdma 63fb0000.sdma: no event needs to be remapped
[ 1.911164] imx-sdma 63fb0000.sdma: Direct firmware load for imx/sdma/sdma-imx53.bin failed with error -2
[ 1.911178] imx-sdma 63fb0000.sdma: Falling back to user helper
[ 1.915145] imx-sdma 63fb0000.sdma: initialized
[ 1.999484] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 2.002922] Serial: AMBA driver
[ 2.003827] 53fbc000.serial: ttymxc0 at MMIO 0x53fbc000 (irq = 47, base_baud = 4166666) is a IMX
[ 2.839650] console [ttymxc0] enabled
[ 2.845720] [drm] Initialized drm 1.1.0 20060810
[ 2.863508] loop: module loaded
[ 2.868902] Loading iSCSI transport class v2.0-870.
[ 2.874571] iscsi: registered transport (tcp)
[ 2.882228] ahci-imx 10000000.sata: SSS flag set, parallel bus scan disabled
[ 2.889381] ahci-imx 10000000.sata: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl platform mode
[ 2.898299] ahci-imx 10000000.sata: flags: ncq sntf stag pm led clo only pmp pio slum part ccc
[ 2.908594] scsi host0: ahci-imx
[ 2.912341] ata1: SATA max UDMA/133 mmio [mem 0x10000000-0x10000fff] port 0x100 irq 44
[ 2.925384] 63fec000.ethernet supply phy not found, using dummy regulator
[ 2.946316] libphy: fec_enet_mii_bus: probed
[ 2.955678] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.962469] ehci-pci: EHCI PCI platform driver
[ 2.967111] ehci-platform: EHCI generic platform driver
[ 2.972739] ehci-mxc: Freescale On-Chip EHCI Host driver
[ 2.978251] ehci-omap: OMAP-EHCI Host Controller driver
[ 2.983691] ehci-orion: EHCI orion driver
[ 2.987909] ehci-exynos: EHCI EXYNOS driver
[ 2.992313] tegra-ehci: Tegra EHCI driver
[ 2.996505] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.002774] ohci-pci: OHCI PCI platform driver
[ 3.007355] ohci-platform: OHCI generic platform driver
[ 3.012828] ohci-exynos: OHCI EXYNOS driver
[ 3.017255] ohci-omap3: OHCI OMAP3 driver
[ 3.021509] usbcore: registered new interface driver uas
[ 3.026996] usbcore: registered new interface driver usb-storage
[ 3.033110] usbcore: registered new interface driver ums-cypress
[ 3.039220] usbcore: registered new interface driver ums_eneub6250
[ 3.045496] usbcore: registered new interface driver ums-freecom
[ 3.051732] usbcore: registered new interface driver ums-isd200
[ 3.057759] usbcore: registered new interface driver ums-usbat
[ 3.073929] ci_hdrc ci_hdrc.1: EHCI Host Controller
[ 3.079297] ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
[ 3.091717] ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
[ 3.097425] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.104266] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.111519] usb usb1: Product: EHCI Host Controller
[ 3.116427] usb usb1: Manufacturer: Linux 4.3.3-1-ARCH ehci_hcd
[ 3.122378] usb usb1: SerialNumber: ci_hdrc.1
[ 3.127705] hub 1-0:1.0: USB hub found
[ 3.131535] hub 1-0:1.0: 1 port detected
[ 3.141170] i2c /dev entries driver
[ 3.151957] coda 63ff4000.vpu: Direct firmware load for v4l-coda7541-imx53.bin failed with error -2
[ 3.161129] coda 63ff4000.vpu: Falling back to user helper
[ 3.171144] imx2-wdt 53f98000.wdog: timeout 60 sec (nowayout=1)
[ 3.179582] sdhci: Secure Digital Host Controller Interface driver
[ 3.185911] sdhci: Copyright(c) Pierre Ossman
[ 3.191512] Synopsys Designware Multimedia Card Interface Driver
[ 3.198595] sdhci-pltfm: SDHCI platform and OF driver helper
[ 3.204988] /soc/aips@50000000/spba@50000000/esdhc@50004000: voltage-ranges unspecified
[ 3.213337] sdhci-esdhc-imx 50004000.esdhc: No vmmc regulator found
[ 3.219681] sdhci-esdhc-imx 50004000.esdhc: No vqmmc regulator found
[ 3.251734] ata1: SATA link down (SStatus 0 SControl 300)
[ 3.257248] ahci-imx 10000000.sata: no device found, disabling link.
[ 3.263653] ahci-imx 10000000.sata: pass ahci_imx..hotplug=1 to enable hotplug
[ 3.270961] mmc0: SDHCI controller on 50004000.esdhc [50004000.esdhc] using ADMA
[ 3.280384] /soc/aips@50000000/spba@50000000/esdhc@50020000: voltage-ranges unspecified
[ 3.290584] sdhci-esdhc-imx 50020000.esdhc: Got CD GPIO
[ 3.295931] sdhci-esdhc-imx 50020000.esdhc: Got WP GPIO
[ 3.301411] sdhci-esdhc-imx 50020000.esdhc: No vmmc regulator found
[ 3.307770] sdhci-esdhc-imx 50020000.esdhc: No vqmmc regulator found
[ 3.340686] mmc0: host does not support reading read-only switch, assuming write-enable
[ 3.349066] mmc1: SDHCI controller on 50020000.esdhc [50020000.esdhc] using ADMA
[ 3.357754] mmc0: new high speed SD card at address a46f
[ 3.365046] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.372248] mmcblk0: mmc0:a46f SU01G 942 MiB
[ 3.380331] sahara: probe of 63ff8000.crypto failed with error -22
[ 3.386976] mmcblk0: p1
[ 3.393229] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.399563] usbcore: registered new interface driver usbhid
[ 3.405274] usbhid: USB HID core driver
[ 3.409641] ashmem: initialized
[ 3.419523] oprofile: using arm/armv7
[ 3.424758] NET: Registered protocol family 10
[ 3.431026] mip6: Mobile IPv6
[ 3.434167] NET: Registered protocol family 17
[ 3.438902] Key type dns_resolver registered
[ 3.445474] ThumbEE CPU extension supported.
[ 3.449888] Registering SWP/SWPB emulation handler
[ 3.455801] registered taskstats version 1
[ 3.460185] zswap: loaded using pool lzo/zbud
[ 3.468133] Btrfs loaded
[ 3.472600] Key type encrypted registered
[ 3.478967] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 3.486366] hctosys: unable to open rtc device (rtc0)
[ 3.491566] sr_init: No PMIC hook to init smartreflex
[ 3.496997] sr_init: platform driver register failed for SR
[ 3.502638] of_cfs_init
[ 3.505223] of_cfs_init: OK
[ 3.520909] Unable to find PPMU node
[ 3.524666] exynos5-bus-int: probe of exynos5-bus-int failed with error -2
[ 3.531987] ALSA device list:
[ 3.534962] No soundcards found.
[ 3.541887] EXT4-fs (mmcblk0p1): couldn't mount as ext3 due to feature incompatibilities
[ 3.551249] EXT4-fs (mmcblk0p1): couldn't mount as ext2 due to feature incompatibilities
[ 3.579602] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 3.587877] VFS: Mounted root (ext4 filesystem) on device 179:1.
[ 3.599087] devtmpfs: mounted
[ 3.603863] Freeing unused kernel memory: 1220K (c0ef1000 - c1022000)
[ 4.047656] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4.066175] random: systemd urandom read with 30 bits of entropy available
[ 4.100919] systemd[1]: systemd 228 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYS)
[ 4.119888] systemd[1]: Detected architecture arm.

Welcome to Arch Linux ARM!

[ 4.148151] systemd[1]: Set hostname to <armory>.
[ 4.772283] systemd[1]: Listening on LVM2 metadata daemon socket.
[ OK ] Listening on LVM2 metadata daemon socket.
[ 4.817151] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
[ 4.842432] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ 4.867300] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 4.890099] systemd[1]: Created slice System Slice.
[ OK ] Created slice System Slice.
[ 4.908446] systemd[1]: Created slice system-getty.slice.
[ OK ] Created slice system-getty.slice.
[ 4.927257] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 4.942613] systemd[1]: Listening on Network Service Netlink Socket.
[ OK ] Listening on Network Service Netlink Socket.
[ 4.963486] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ OK ] Created slice system-serial\x2dgetty.slice.
[ 4.981979] systemd[1]: Reached target Swap.
[ OK ] Reached target Swap.
[ 4.996938] systemd[1]: Reached target Encrypted Volumes.
[ OK ] Reached target Encrypted Volumes.
[ 5.011937] systemd[1]: Reached target Remote File Systems.
[ OK ] Reached target Remote File Systems.
[ 5.027311] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 5.047166] systemd[1]: Starting Journal Service...
Starting Journal Service...
[ 5.076085] systemd[1]: Starting Load Kernel Modules...
Starting Load Kernel Modules...
[ 5.108631] systemd[1]: Mounting Debug File System...
Mounting Debug File System...
[ 5.149980] systemd[1]: Starting Create list of required static device nodes for the current kernel...
Starting Create list of required st... nodes for the current kernel...
[ 5.238564] systemd[1]: Starting Setup Virtual Console...
Starting Setup Virtual Console...
[ 5.257353] systemd[1]: Listening on udev Control Socket.
[ OK ] Listening on udev Control Socket.
[ 5.277108] systemd[1]: Starting Remount Root and Kernel File Systems...
Starting Remount Root and Kernel File Systems...
[ 5.302419] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ OK ] Listening on Device-mapper event daemon FIFOs.
[ 5.322372] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ 5.689075] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 5.737327] systemd[1]: Mounting Temporary Directory...
Mounting Temporary Directory...
[ 5.762725] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ 5.797214] systemd[1]: Reached target Paths.
[ OK ] Reached target Paths.
[ 5.817188] systemd[1]: Reached target Slices.
[ OK ] Reached target Slices.
[ 5.857031] systemd[1]: Mounting POSIX Message Queue File System...
Mounting POSIX Message Queue File System...
[ 5.923456] systemd[1]: Mounted POSIX Message Queue File System.
[ OK ] Mounted POSIX Message Queue File System.
[ 5.947351] systemd[1]: Mounted Debug File System.
[ OK ] Mounted Debug File System.
[ 5.967335] systemd[1]: Mounted Temporary Directory.
[ OK ] Mounted Temporary Directory.
[ 5.982906] systemd[1]: Started Journal Service.
[ OK ] Started Journal Service.
[ OK ] Started Load Kernel Modules.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Started Setup Virtual Console.
[ OK ] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Load/Save Random Seed...
Starting Create Static Device Nodes in /dev...
Starting Apply Kernel Variables...
Mounting Configuration File System...
Starting Flush Journal to Persistent Storage...
[ OK ] Mounted Configuration File System.
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Started Apply Kernel Variables.
[ 6.734909] systemd-journald[125]: Received request to flush runtime journal from PID 1
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting udev Kernel Device Manager...
[ 7.138434] random: nonblocking pool is initialized
[ OK ] Started Flush Journal to Persistent Storage.
Starting Create Volatile Files and Directories...
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started udev Coldplug all Devices.
[ OK ] Started Network Time Synchronization.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Time Synchronized.
[ OK ] Reached target System Initialization.
[ OK ] Started Daily rotation of log files.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Started Daily man-db cache update.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting SSH Key Generation...
Starting Permit User Sessions...
[ OK ] Started Entropy Harvesting Daemon.
Starting Login Service...
[ OK ] Started D-Bus System Message Bus.
Starting Network Service...
[ OK ] Started Daily verification of password and group files.
[ OK ] Reached target Timers.
[ OK ] Started SSH Key Generation.
[ OK ] Started Permit User Sessions.
[ OK ] Started Network Service.
[ OK ] Started Login Service.
[ OK ] Reached target Network.
Starting Network Name Resolution...
[ OK ] Started Getty on tty1.
[ OK ] Started OpenSSH Daemon.
[ OK ] Started Network Name Resolution.
[ OK ] Found device /dev/ttymxc0.
[ OK ] Started Serial Getty on ttymxc0.
[ 11.911013] input: mma8450 as /devices/platform/soc/60000000.aips/63fc8000.i2c/i2c-0/0-001c/input/input1
[ 11.956976] sgtl5000 1-000a: sgtl5000 revision 0x11
[ 12.008727] mc13xxx-led: probe of mc34708-led failed with error -61
[ 12.131227] imx-sgtl5000 sound: ASoC: CODEC DAI sgtl5000 not registered
[ 12.138083] imx-sgtl5000 sound: snd_soc_register_card failed (-517)
[ 12.355075] sgtl5000 1-000a: Using internal LDO instead of VDDD
[ 12.389767] imx-sgtl5000 sound: sgtl5000 <-> 50014000.ssi mapping ok

Arch Linux 4.3.3-1-ARCH (ttymxc0)

armory login: [ 61.906964] imx-sdma 63fb0000.sdma: external firmware not found, using ROM firmware
[ 63.186928] coda 63ff4000.vpu: firmware request failed
')
Last edited by WarheadsSE on Fri Jan 29, 2016 5:07 pm, edited 1 time in total.
Reason: FTFY; Code Tags
ckhmer1
 
Posts: 12
Joined: Tue Jan 05, 2016 11:07 pm

Previous

Return to Freescale

Who is online

Users browsing this forum: No registered users and 2 guests