Waiting for root device on WaRP 7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Waiting for root device on WaRP 7

3,610 Views
mohammedibrahim
Contributor I

Hello NXP community,

I have recently purchased the WaRP 7 IoT development board that consist of an A7 and an M4 core. Im currently stuck with getting the board to boot fully as it seems to get stuck at message saying 'waitng for root device /mmc'..  We finally followed the instructions properly and managed to install the U-boot as per these instructions : WaRP7-User-Guide/U-boot.adoc at master · WaRP7/WaRP7-User-Guide · GitHub  and we also flashed a pre-built image (using the dd command ) which we downloaded off this link: http://freescale.github.io/#download. However when we rebooted the board we still get the issue of the board being stuck at the message mentioned earlier. Can someone please help as as even the experts in our team could not handle this problem with the linux set up on the board.

 

Tags (3)
0 Kudos
Reply
17 Replies

2,852 Views
fabio_estevam
NXP Employee
NXP Employee

Can you try this image instead?

https://www.dropbox.com/s/hlslc7q3r2zsffl/sdcard.img?dl=0 

In U-Boot prompt:

=> ums 0 mmc 0

Then on the host PC:

sudo dd if=output/images/sdcard.img of=/dev/sdX; sync

0 Kudos
Reply

2,852 Views
danbrown
Contributor I

I tried to DL the image from the link and it appears to have been deleted.  Do you have a newer one?

0 Kudos
Reply

2,852 Views
fabio_estevam
NXP Employee
NXP Employee

Hi Dan,

You can download a pre-built image for warp7 here:

http://freescale.github.io/#download 

0 Kudos
Reply

2,852 Views
danbrown
Contributor I

Thanks Fabio!

I have been trying to DL images from that link for a couple of weeks.  Kept getting 404 errors.  Thank you for updating them!

Dan

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

Should 1st update the U-boot before flashing this image of yours?

0 Kudos
Reply

2,852 Views
fabio_estevam
NXP Employee
NXP Employee

Just flash the entire image and it should update everything automatically.

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

I see but before that i would llike to let you know that the boot sequence seemed to have worked by magic and now the board is asking for a username and password to log in but i dont know them. Apparently I was told that the there is some race condition which causes the board to boot properly and sometimes doesnt.

0 Kudos
Reply

2,852 Views
fabio_estevam
NXP Employee
NXP Employee

Please post the entire log from U-Boot to kernel.

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

U-Boot 2016.07-00124-g7a8868e (Jul 20 2017 - 15:20:58 +0100)

CPU:   Freescale i.MX7S rev1.2 at 792MHz
CPU:   Extended Commercial temperature grade (-20C to 105C) at 31C
Reset cause: POR
Board: WARP7
I2C:   ready
DRAM:  512 MiB
PMIC: PFUZE3000 DEV_ID=0x30 REV_ID=0x11
MMC:   FSL_SDHC: 0
In:    serial
Out:   serial
Err:   serial                                                                   
Net:   CPU Net Initialization Failed                                            
No ethernet found.                                                              
Hit any key to stop autoboot:  0                                                
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
switch to partitions #0, OK                                                     
mmc0(part 0) is current device                                                  
reading boot.scr                                                                
** Unable to read file boot.scr **                                              
reading zImage                                                                  
6268624 bytes read in 84 ms (71.2 MiB/s)                                        
Booting from mmc ...                                                            
reading imx7s-warp.dtb                                                          
37782 bytes read in 11 ms (3.3 MiB/s)                                           
Kernel image @ 0x80800000 [ 0x000000 - 0x5fa6d0 ]                               
## Flattened Device Tree blob at 83000000                                       
   Booting using the fdt blob at 0x83000000                                     
   Using Device Tree in place at 83000000, end 8300c395                         
                                                                                
Starting kernel ...                                                             
                                                                                
Booting Linux on physical CPU 0x0                                               
Linux version 4.1.36-4.1-1.0.x-imx-warp7+ga543d1b (jenkins@ci-builder-2) (gcc v7
CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c53c7d                 
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache        
Machine model: Warp i.MX7S Board                                                
Reserved memory: created CMA memory pool at 0x8c000000, size 320 MiB            
Reserved memory: initialized node linux,cma, compatible id shared-dma-pool      
Memory policy: Data cache writealloc                                            
PERCPU: Embedded 12 pages/cpu @8bb23000 s16908 r8192 d24052 u49152              
Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130048     
Kernel command line: console=ttymxc0,115200 root=/dev/mmcblk2p2 rootwait rw     
PID hash table entries: 2048 (order: 1, 8192 bytes)                             
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)                 
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)                  
Memory: 179208K/524288K available (7809K kernel code, 455K rwdata, 2800K rodata)
Virtual kernel memory layout:                                                   
    vector  : 0xffff0000 - 0xffff1000   (   4 kB)                               
    fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)                               
    vmalloc : 0xa0800000 - 0xff000000   (1512 MB)                               
    lowmem  : 0x80000000 - 0xa0000000   ( 512 MB)                               
    pkmap   : 0x7fe00000 - 0x80000000   (   2 MB)                               
    modules : 0x7f000000 - 0x7fe00000   (  14 MB)                               
      .text : 0x80008000 - 0x80a64698   (10610 kB)                              
      .init : 0x80a65000 - 0x80ad0000   ( 428 kB)                               
      .data : 0x80ad0000 - 0x80b41fe0   ( 456 kB)                               
       .bss : 0x80b44000 - 0x80bba640   ( 474 kB)                               
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1                      
Preemptible hierarchical RCU implementation.                                    
        Additional per-CPU info printed with stalls.                            
        RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.                    
RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2                    
NR_IRQS:16 nr_irqs:16 16                                                        
Architected cp15 timer(s) running at 8.00MHz (phys).                            
clocksource arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x1d854df40, ms
sched_clock: 56 bits at 8MHz, resolution 125ns, wraps every 2199023255500ns     
Switching to timer-based delay loop, resolution 125ns                           
mxc_clocksource_init 3000000                                                    
Ignoring duplicate/late registration of read_current_timer delay                
clocksource mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6s
Console: colour dummy device 80x30                                              
Calibrating delay loop (skipped), value calculated using timer frequency.. 16.0)
pid_max: default: 32768 minimum: 301                                            
Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)                     
Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)                
CPU: Testing write buffer coherency: ok                                         
/cpus/cpu@0 missing clock-frequency property                                    
/cpus/cpu@1 missing clock-frequency property                                    
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000                                
Setting up static identity map for 0x80008280 - 0x800082d8                      
CPU1: failed to come online                                                     
Brought up 1 CPUs                                                               
SMP: Total of 1 processors activated (16.00 BogoMIPS).                          
CPU: All CPU(s) started in SVC mode.                                            
devtmpfs: initialized                                                           
device-tree: Duplicate name in lcdif@30730000, renamed to "display#1"           
VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5         
clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911s
pinctrl core: initialized pinctrl subsystem                                     
NET: Registered protocol family 16                                              
DMA: preallocated 256 KiB pool for atomic coherent allocations                  
cpuidle: using governor ladder                                                  
cpuidle: using governor menu                                                    
DDR type is LPDDR3!                                                             
hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.     
hw-breakpoint: maximum watchpoint size is 8 bytes.                              
imx7d-pinctrl 302c0000.iomuxc-lpsr: no groups defined in /soc/aips-bus@30000000p
imx7d-pinctrl 302c0000.iomuxc-lpsr: initialized IMX pinctrl driver              
imx7d-pinctrl 30330000.iomuxc: initialized IMX pinctrl driver                   
gpio-reset mipi-dsi-reset: reset-gpios property missing, or not a single gpio   
gpio-reset: probe of mipi-dsi-reset failed with error -22                       
MU is ready for cross core communication!                                       
mxs-dma 33000000.dma-apbh: initialized                                          
SCSI subsystem initialized                                                      
usbcore: registered new interface driver usbfs                                  
usbcore: registered new interface driver hub                                    
usbcore: registered new device driver usb                                       
30800000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator       
30800000.aips-bus:usbphy_nop2 supply vcc not found, using dummy regulator       
i2c i2c-0: IMX I2C adapter registered                                           
i2c i2c-0: can't use DMA                                                        
i2c i2c-1: IMX I2C adapter registered                                           
i2c i2c-1: can't use DMA                                                        
i2c i2c-2: IMX I2C adapter registered                                           
i2c i2c-2: can't use DMA                                                        
i2c i2c-3: IMX I2C adapter registered                                           
i2c i2c-3: can't use DMA                                                        
Linux video capture interface: v2.00                                            
pps_core: LinuxPPS API ver. 1 registered                                        
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@>
PTP clock support registered                                                    
MIPI CSI2 driver module loaded                                                  
Advanced Linux Sound Architecture Driver Initialized.                           
Bluetooth: Core ver 2.20                                                        
NET: Registered protocol family 31                                              
Bluetooth: HCI device and connection manager initialized                        
Bluetooth: HCI socket layer initialized                                         
Bluetooth: L2CAP socket layer initialized                                       
Bluetooth: SCO socket layer initialized                                         
Switched to clocksource arch_sys_counter                                        
NET: Registered protocol family 2                                               
TCP established hash table entries: 4096 (order: 2, 16384 bytes)                
TCP bind hash table entries: 4096 (order: 3, 32768 bytes)                       
TCP: Hash tables configured (established 4096 bind 4096)                        
UDP hash table entries: 256 (order: 1, 8192 bytes)                              
UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)                         
NET: Registered protocol family 1                                               
RPC: Registered named UNIX socket transport module.                             
RPC: Registered udp transport module.                                           
RPC: Registered tcp transport module.                                           
RPC: Registered tcp NFSv4.1 backchannel transport module.                       
imx rpmsg driver is registered.                                                 
Bus freq driver module loaded                                                   
futex hash table entries: 512 (order: 3, 32768 bytes)                           
VFS: Disk quotas dquot_6.6.0                                                    
VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)                 
NFS: Registering the id_resolver key type                                       
Key type id_resolver registered                                                 
Key type id_legacy registered                                                   
jffs2: version 2.2. (NAND) �© 2001-2006 Red Hat, Inc.                           
fuse init (API version 7.23)                                                    
io scheduler noop registered                                                    
io scheduler deadline registered                                                
io scheduler cfq registered (default)                                           
backlight supply power not found, using dummy regulator                         
MIPI DSI driver module loaded                                                   
30760000.mipi-dsi supply disp-power-on not found, using dummy regulator         
mxc_mipi_dsi_samsung 30760000.mipi-dsi: i.MX MIPI DSI driver probed             
MIPI DSI driver module loaded                                                   
30730000.lcdif supply lcd not found, using dummy regulator                      
mxc_mipi_dsi_samsung 30760000.mipi-dsi: MIPI DSI dispdrv inited!                
mxsfb 30730000.lcdif: registered mxc display driver mipi_dsi_samsung            
Console: switching to colour frame buffer device 40x40                          
mxsfb 30730000.lcdif: initialized                                               
imx-sdma 30bd0000.sdma: no event needs to be remapped                           
imx-sdma 30bd0000.sdma: loaded firmware 4.2                                     
imx-sdma 30bd0000.sdma: initialized                                             
pfuze100-regulator 0-0008: Full layer: 1, Metal layer: 1                        
pfuze100-regulator 0-0008: FAB: 0, FIN: 0                                       
pfuze100-regulator 0-0008: pfuze3000 found.                                     
30860000.serial: ttymxc0 at MMIO 0x30860000 (irq = 272, base_baud = 1500000) isX
console [ttymxc0] enabled                                                       
30880000.serial: ttymxc2 at MMIO 0x30880000 (irq = 273, base_baud = 5000000) isX
imx sema4 driver is registered.                                                 
[drm] Initialized drm 1.1.0 20060810                                            
[drm] Initialized vivante 1.0.0 20120216 on minor 0                             
brd: module loaded                                                              
loop: module loaded                                                             
fxos8700 3-001e: read chip ID 0x1 is not equal to 0xc7 or 0xc4                  
fxos8700: probe of 3-001e failed with error -22                                 
fxas2100x 3-0020: read chip ID 0xfffffffb is not equal to 0xd1 for fxas21000 or!
fxas2100x: probe of 3-0020 failed with error -22                                
CAN device driver interface                                                     
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver                      
ehci-mxc: Freescale On-Chip EHCI Host driver                                    
usbcore: registered new interface driver usb-storage                            
usbcore: registered new interface driver usb_ehset_test                         
30b10200.usbmisc supply vbus-wakeup not found, using dummy regulator            
30b20200.usbmisc supply vbus-wakeup not found, using dummy regulator            
30b30200.usbmisc supply vbus-wakeup not found, using dummy regulator            
mousedev: PS/2 mouse device common for all mice                                 
input: 30370000.snvs:snvs-powerkey as /devices/platform/soc/30000000.aips-bus/30
[HXTP] Himax 852xES touch panel driver init                                     
[HXTP] himax852xes_init_async:Enter                                             
read mpl3115 chip id 0xfffffffb                                                 
mpl3115 3-0060: read chip ID 0x1 is not equal to 0xc4!                          
mpl3115: probe of 3-0060 failed with error -22                                  
[HXTP]  DT-himax_parse_dt:panel-coords = 0, 320, 0, 320                         
[HXTP]  DT-himax_parse_dt:display-coords = (320, 320)[HXTP]  DT:gpio_rst value d
[HXTP]  DT:gpio_3v3_en value is not valid                                       
[HXTP]  DT:gpio_irq=1, gpio_rst=-2, gpio_3v3_en=-2                              
snvs_rtc 30370000.snvs:snvs-rtc-lp: rtc core: registered 30370000.snvs:snvs- as0
i2c /dev entries driver                                                         
IR NEC protocol handler initialized                                             
IR RC5(x/sz) protocol handler initialized                                       
[HXTP]  DT:protocol_type=1[HXTP]  DT-No vk info in DT                           
IR RC6 protocol handler initialized                                             
IR JVC protocol handler initialized                                             
IR Sony protocol handler initialized                                            
IR SANYO protocol handler initialized                                           
IR Sharp protocol handler initialized                                           
IR MCE Keyboard/mouse protocol handler initialized                              
IR XMP protocol handler initialized                                             
[HXTP][ERROR] i2c_himax_read:write reg error:reg=1                              
[HXTP][ERROR] Himax chip doesn NOT EXIST                                        
imx7d-pinctrl 302c0000.iomuxc-lpsr: unable to find group for node wdoggrp       
imx2-wdt 30280000.wdog: timeout 60 sec (nowayout=0)                             
Bluetooth: HCI UART driver ver 2.3                                              
Bluetooth: HCI UART protocol H4 registered                                      
usbcore: registered new interface driver bcm203x                                
sdhci: Secure Digital Host Controller Interface driver                          
sdhci: Copyright(c) Pierre Ossman                                               
sdhci-pltfm: SDHCI platform and OF driver helper                                
/soc/aips-bus@30800000/usdhc@30b40000: voltage-ranges unspecified               
sdhci-esdhc-imx 30b40000.usdhc: assigned as wifi host                           
sdhci-esdhc-imx 30b40000.usdhc: No vmmc regulator found                         
sdhci-esdhc-imx 30b40000.usdhc: No vqmmc regulator found                        
mmc0: SDHCI controller on 30b40000.usdhc [30b40000.usdhc] using ADMA            
/soc/aips-bus@30800000/usdhc@30b60000: voltage-ranges unspecified               
sdhci-esdhc-imx 30b60000.usdhc: No vmmc regulator found                         
sdhci-esdhc-imx 30b60000.usdhc: No vqmmc regulator found                        
mmc2: SDHCI controller on 30b60000.usdhc [30b60000.usdhc] using ADMA            
caam 30900000.caam: Entropy delay = 3200                                        
caam 30900000.caam: Instantiated RNG4 SH0                                       
caam 30900000.caam: Instantiated RNG4 SH1                                       
caam 30900000.caam: device ID = 0x0a16030000000000 (Era -524)                   
caam 30900000.caam: job rings = 3, qi = 0                                       
caam algorithms registered in /proc/crypto                                      
caam_jr 30901000.jr0: registering rng-caam                                      
platform caam_sm: blkkey_ex: 8 keystore units available                         
platform caam_sm: 64-bit clear key:                                             
platform caam_sm: [0000] 00 01 02 03 04 0f 06 07                                
platform caam_sm: 64-bit black key:                                             
platform caam_sm: [0000] 71 05 94 0c 76 31 bc c3                                
platform caam_sm: [0008] f1 e0 94 75 e2 f4 75 7c                                
platform caam_sm: 128-bit clear key:                                            
platform caam_sm: [0000] 00 01 02 03 04 0f 06 07                                
platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f                                
platform caam_sm: 128-bit black key:                                            
mmc2: MAN_BKOPS_EN bit is not set                                               
platform caam_sm: [0000] a9 7e 95 c2 f1 f5 73 65                                
platform caam_sm: [0008] d4 e9 5f 05 bf 15 8b 80                                
platform caam_sm: 192-bit clear key:                                            
platform caam_sm: [0000] 00 01 02 03 04 0f 06 07                                
platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f                                
platform caam_sm: [0016] 10 11 12 13 14 15 16 17                                
platform caam_sm: 192-bit black key:                                            
platform caam_sm: [0000] 60 76 18 40 4f 96 92 5b                                
platform caam_sm: [0008] 95 67 8f ad 2a 22 0a c5                                
platform caam_sm: [0016] a5 7a ef c6 5f a9 8e 0b                                
platform caam_sm: [0024] eb 96 ff 48 e9 e3 e9 63                                
platform caam_sm: 256-bit clear key:                                            
platform caam_sm: [0000] 00 01 02 03 04 0f 06 07                                
platform caam_sm: [0008] 08 09 0a 0b 0c 0d 0e 0f                                
platform caam_sm: [0016] 10 11 12 13 14 15 16 17                                
platform caam_sm: [0024] 18 19 1a 1b 1c 1d 1e 1f                                
mmc2: error -84 whilst initialising MMC card                                    
platform caam_sm: 256-bit black key:                                            
platform caam_sm: [0000] 54 19 f2 c3 d6 84 90 28                                
platform caam_sm: [0008] 3a ee d7 48 6d e1 98 1c                                
platform caam_sm: [0016] 58 05 85 38 5f 40 a7 16                                
platform caam_sm: [0024] f7 e0 42 8e 84 be 0c d4                                
platform caam_sm: 64-bit unwritten blob:                                        
platform caam_sm: [0000] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0008] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0016] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0024] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0032] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0040] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0048] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0056] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 128-bit unwritten blob:                                       
platform caam_sm: [0000] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0008] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0016] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0024] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0032] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0040] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0048] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0056] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 196-bit unwritten blob:                                       
platform caam_sm: [0000] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0008] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0016] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0024] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0032] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0040] 00 00 00 00 00 00 00 00                                
mmc2: MAN_BKOPS_EN bit is not set                                               
platform caam_sm: [0048] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0056] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 256-bit unwritten blob:                                       
platform caam_sm: [0000] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0008] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0016] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0024] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0032] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0040] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0048] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0056] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 64-bit black key in blob:                                     
mmc2: error -84 whilst initialising MMC card                                    
platform caam_sm: [0000] 1c 6b 5b 05 7c 5e 48 eb                                
platform caam_sm: [0008] 2a b7 23 3b ca 51 30 11                                
platform caam_sm: [0016] 3c 4c 73 3d d8 bc 62 2d                                
platform caam_sm: [0024] 0b fb 7e d5 1d 88 47 16                                
platform caam_sm: [0032] e8 8e 4c e5 9d 07 b9 7d                                
platform caam_sm: [0040] d6 0b b6 18 bf 38 8a 1f                                
platform caam_sm: [0048] 45 47 c1 c9 78 23 8a 50                                
platform caam_sm: [0056] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 128-bit black key in blob:                                    
platform caam_sm: [0000] ae d2 f1 89 4e ed 2a ac                                
platform caam_sm: [0008] e6 27 9f 74 bb 64 76 0c                                
platform caam_sm: [0016] 07 56 8e cf 1f 6a 86 e9                                
platform caam_sm: [0024] 4c 85 6b c1 c4 c8 19 e9                                
platform caam_sm: [0032] a5 e7 03 2c 15 32 e3 a5                                
platform caam_sm: [0040] 95 82 d0 d7 0b 2f 03 2e                                
platform caam_sm: [0048] c5 12 f5 90 4c b4 93 93                                
platform caam_sm: [0056] dd 93 a5 e4 ae 21 d5 70                                
platform caam_sm: [0064] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 192-bit black key in blob:                                    
platform caam_sm: [0000] 02 17 3a 83 34 66 af 40                                
platform caam_sm: [0008] 72 fa 13 cf 69 96 0f b7                                
platform caam_sm: [0016] 14 3f 52 49 99 13 51 20                                
platform caam_sm: [0024] e3 31 d6 2b 03 57 e2 59                                
platform caam_sm: [0032] 5d 1f 76 f6 25 fe ca 47                                
platform caam_sm: [0040] fb 82 d6 1e d0 f3 7f 68                                
platform caam_sm: [0048] 54 62 98 79 e0 ff c3 db                                
platform caam_sm: [0056] fd 3c 38 54 1b 72 75 20                                
platform caam_sm: [0064] 15 2d d6 00 69 f7 81 38                                
platform caam_sm: [0072] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: 256-bit black key in blob:                                    
platform caam_sm: [0000] 15 94 90 09 24 10 56 58                                
mmc2: MAN_BKOPS_EN bit is not set                                               
platform caam_sm: [0008] 06 18 1e 6e 54 d6 84 d2                                
platform caam_sm: [0016] a5 f1 05 a1 66 c2 b0 09                                
platform caam_sm: [0024] 2e bf 32 17 5a 8e db b4                                
platform caam_sm: [0032] 5e 6f cc 92 12 30 46 f1                                
platform caam_sm: [0040] a3 00 cd c8 38 01 1d 14                                
platform caam_sm: [0048] 47 f3 5b 55 56 76 31 09                                
platform caam_sm: [0056] e0 a8 55 1f 7a 65 d9 fe                                
platform caam_sm: [0064] 77 a0 38 82 5a 5d 69 b0                                
platform caam_sm: [0072] c6 09 1a 53 71 a0 e1 b9                                
platform caam_sm: [0080] 00 00 00 00 00 00 00 00                                
platform caam_sm: [0088] 00 00 00 00 00 00 00 00                                
platform caam_sm: restored 64-bit black key:                                    
platform caam_sm: [0000] c0 f1 7d 24 7d 05 86 01                                
platform caam_sm: [0008] 66 20 2f 6f 4e 9f a2 9b                                
platform caam_sm: restored 128-bit black key:                                   
platform caam_sm: [0000] a9 7e 95 c2 f1 f5 73 65                                
platform caam_sm: [0008] d4 e9 5f 05 bf 15 8b 80                                
platform caam_sm: restored 192-bit black key:                                   
platform caam_sm: [0000] 60 76 18 40 4f 96 92 5b                                
platform caam_sm: [0008] 95 67 8f ad 2a 22 0a c5                                
mmc2: error -84 whilst initialising MMC card                                    
platform caam_sm: [0016] 47 1e 50 57 dc 36 1a f3                                
platform caam_sm: [0024] bb b2 a9 a7 6e 34 23 98                                
platform caam_sm: restored 256-bit black key:                                   
platform caam_sm: [0000] 54 19 f2 c3 d6 84 90 28                                
platform caam_sm: [0008] 3a ee d7 48 6d e1 98 1c                                
platform caam_sm: [0016] 58 05 85 38 5f 40 a7 16                                
platform caam_sm: [0024] f7 e0 42 8e 84 be 0c d4                                
snvs-secvio 30370000.caam-snvs: can't get snvs clock                            
snvs-secvio 30370000.caam-snvs: violation handlers armed - non-secure state     
usbcore: registered new interface driver usbhid                                 
usbhid: USB HID core driver                                                     
NET: Registered protocol family 26                                              
NET: Registered protocol family 10                                              
sit: IPv6 over IPv4 tunneling driver                                            
NET: Registered protocol family 17                                              
can: controller area network core (rev 20120528 abi 9)                          
NET: Registered protocol family 29                                              
can: raw protocol (rev 20120528)                                                
can: broadcast manager protocol (rev 20120528 t)                                
can: netlink gateway (rev 20130117) max_hops=1                                  
Bluetooth: RFCOMM TTY layer initialized                                         
Bluetooth: RFCOMM socket layer initialized                                      
Bluetooth: RFCOMM ver 1.11                                                      
Bluetooth: BNEP (Ethernet Emulation) ver 1.3                                    
Bluetooth: BNEP filters: protocol multicast                                     
Bluetooth: BNEP socket layer initialized                                        
Bluetooth: HIDP (Human Interface Emulation) ver 1.2                             
Bluetooth: HIDP socket layer initialized                                        
8021q: 802.1Q VLAN Support v1.8                                                 
Key type dns_resolver registered                                                
cpu cpu0: dev_pm_opp_get_opp_count: device OPP not found (-19)                  
backlight supply power not found, using dummy regulator                         
backlight supply power not found, using dummy regulator                         
input: gpio-keys as /devices/platform/gpio-keys/input/input1                    
backlight supply power not found, using dummy regulator                         
mmc2: MAN_BKOPS_EN bit is not set                                               
snvs_rtc 30370000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:42)
wlreg_on: disabling                                                             
ALSA device list:                                                               
  No soundcards found.                                                          
Waiting for root device /dev/mmcblk2p2...                                       
mmc2: error -84 whilst initialising MMC card

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

How do i post my entire log from U-boot to kernel?

0 Kudos
Reply

2,852 Views
igorpadykov
NXP Employee
NXP Employee

Hi Mohammed

one can check if correct mmcblk number is used in kernel boot parameter,

please use Table 27. Linux uSDHC relationships attached Linux Guide

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

Hi,

so my the number I have is mmcblk2p2. so what should i do after this?

0 Kudos
Reply

2,852 Views
fabio_estevam
NXP Employee
NXP Employee

Since this U-Boot commit mmcblk2p2 is no longer used.

commit ca4f338e2efece5196eb2178e5f7d07be828da6e
Author: Fabio Estevam <fabio.estevam@nxp.com>
Date: Thu Aug 25 21:07:19 2016 -0300

warp7: Use PARTUUID to specify the rootfs location

warp7 can run different kernel versions, such as NXP 4.1 or mainline.

Currently the rootfs location is passed via mmcblk number and the
problem with this approach is that the mmcblk number for the eMMC
changes depending on the kernel version.

In order to avoid such issue, use UUID method to specify the rootfs
location.

Succesfully tested booting a NXP 4.1 and also a mainline kernel.

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>

,so I suggest you to upgrade your bootloader.

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

Right so how do i upgrade my bootloader (U-boot) ?

Here is the link I used to install the U-boot on the warp7, maybe you can tell me from which step do I use the commands you have in mind for upgrading the U-boot?

WaRP7-User-Guide/U-boot.adoc at master · WaRP7/WaRP7-User-Guide · GitHub 

0 Kudos
Reply

2,852 Views
fabio_estevam
NXP Employee
NXP Employee
0 Kudos
Reply

2,852 Views
danbrown
Contributor I

I have followed those steps.  And the origional ones too...   When I flip SW2 up like in the directions, I get no serial console messages.  Happens on linux and windows clients.  I am unable to update u-boot due to this.   Any ideas?

0 Kudos
Reply

2,852 Views
mohammedibrahim
Contributor I

But those are the exact same steps in my link and we followed it earlier but still gave the same error in the boot sequence

0 Kudos
Reply