· 6 years ago · Feb 12, 2020, 04:50 PM
1U-Boot 2019.01 (Feb 12 2020 - 14:03:41 +0000) Xilinx Zynq ZC702
2
3CPU: Zynq 7z030
4Silicon: v3.1
5DRAM: ECC enabled 512 MiB
6MMC: mmc@e0100000: 0, mmc@e0101000: 1
7Loading Environment from SPI Flash... SF: Detected n25q128 with page size 256 Bytes, erase size 64 KiB, total 16 MiB
8*** Warning - bad CRC, using default environment
9
10In: serial@e0001000
11Out: serial@e0001000
12Err: serial@e0001000
13Net: ZYNQ GEM: e000b000, phyaddr ffffffff, interface rgmii-id
14eth0: ethernet@e000b000
15Hit any key to stop autoboot: 0
16HYPSO-1 Booting. Current bootcount is 1 of 5
17booting from SD
18Error reading cluster
19** Unable to read file image.ub **
20## Loading kernel from FIT Image at 10000000 ...
21Bad FIT kernel image format!
22ERROR: can't get kernel image!
235980026 bytes read in 448 ms (12.7 MiB/s)
24 design filename = "System_wrapper;UserID=0XFFFFFFFF;Version=2019.1"
25 part number = "7z030sbg485"
26 date = "2020/02/04"
27 time = "16:50:09"
28 bytes in bitstream = 5979916
29zynq_align_dma_buffer: Align buffer at 1000006e to fffff80(swap 1)
30INFO:post config was not run, please run manually if needed
31toggling SD card
32gpio: pin 54 (gpio 54) value is 1
33booting from SD
34Invalid FAT entry
3516384 bytes read in 15000 ms (1000 Bytes/s)
36Wrong Image Format for bootm command
37ERROR: can't get kernel image!
38Booting from eMMC
3985652696 bytes read in 6214 ms (13.1 MiB/s)
40## Loading kernel from FIT Image at 10000000 ...
41 Using 'conf@system-top.dtb' configuration
42 Verifying Hash Integrity ... OK
43 Trying 'kernel@1' kernel subimage
44 Description: Linux kernel
45 Type: Kernel Image
46 Compression: uncompressed
47 Data Start: 0x10000104
48 Data Size: 4150432 Bytes = 4 MiB
49 Architecture: ARM
50 OS: Linux
51 Load Address: 0x00008000
52 Entry Point: 0x00008000
53 Hash algo: sha1
54 Hash value: 7149873da4012249b560a681a838a74a65f1b579
55 Verifying Hash Integrity ... sha1+ OK
56## Loading ramdisk from FIT Image at 10000000 ...
57 Using 'conf@system-top.dtb' configuration
58 Verifying Hash Integrity ... OK
59 Trying 'ramdisk@1' ramdisk subimage
60 Description: petalinux-user-image
61 Type: RAMDisk Image
62 Compression: gzip compressed
63 Data Start: 0x103f8fa0
64 Data Size: 81485739 Bytes = 77.7 MiB
65 Architecture: ARM
66 OS: Linux
67 Load Address: unavailable
68 Entry Point: unavailable
69 Hash algo: sha1
70 Hash value: e841fc21f3c2841271fc6b14c569dd11d96be590
71 Verifying Hash Integrity ... sha1+ OK
72## Loading fdt from FIT Image at 10000000 ...
73 Using 'conf@system-top.dtb' configuration
74 Verifying Hash Integrity ... OK
75 Trying 'fdt@system-top.dtb' fdt subimage
76 Description: Flattened Device Tree blob
77 Type: Flat Device Tree
78 Compression: uncompressed
79 Data Start: 0x103f56a4
80 Data Size: 14394 Bytes = 14.1 KiB
81 Architecture: ARM
82 Hash algo: sha1
83 Hash value: 0b89fc0ef14d011a1929999ef7cd4ca9513046f4
84 Verifying Hash Integrity ... sha1+ OK
85 Booting using the fdt blob at 0x103f56a4
86 Loading Kernel Image ... OK
87 Loading Ramdisk to 0324a000, end 07ffffab ... OK
88 Loading Device Tree to 03243000, end 03249839 ... OK
89
90Starting kernel ...
91
92Booting Linux on physical CPU 0x0
93Linux version 4.19.0-xilinx-v2019.1 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Thu Feb 6 08:32:43 UTC 2020
94CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
95CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
96OF: fdt: Machine model: xlnx,zynq-7000
97bootconsole [earlycon0] enabled
98Memory policy: Data cache writealloc
99cma: Reserved 16 MiB at 0x1f000000
100random: get_random_bytes called from start_kernel+0x80/0x3c4 with crng_init=0
101percpu: Embedded 16 pages/cpu @(ptrval) s35916 r8192 d21428 u65536
102Built 1 zonelists, mobility grouping on. Total pages: 130048
103Kernel command line: console=ttyPS0,115200 earlyprintk
104Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
105Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
106Memory: 151396K/524288K available (6144K kernel code, 205K rwdata, 1612K rodata, 1024K init, 132K bss, 356508K reserved, 16384K cma-reserved, 0K highmem)
107Virtual kernel memory layout:
108 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
109 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
110 vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
111 lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
112 pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
113 modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
114 .text : 0x(ptrval) - 0x(ptrval) (7136 kB)
115 .init : 0x(ptrval) - 0x(ptrval) (1024 kB)
116 .data : 0x(ptrval) - 0x(ptrval) ( 205 kB)
117 .bss : 0x(ptrval) - 0x(ptrval) ( 133 kB)
118rcu: Preemptible hierarchical RCU implementation.
119rcu: RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
120 Tasks RCU enabled.
121rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
122NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
123efuse mapped to (ptrval)
124slcr mapped to (ptrval)
125L2C: platform modifies aux control register: 0x72360000 -> 0x72760000
126L2C: DT/platform modifies aux control register: 0x72360000 -> 0x72760000
127L2C-310 erratum 769419 enabled
128L2C-310 enabling early BRESP for Cortex-A9
129L2C-310 full line of zeros enabled for Cortex-A9
130L2C-310 ID prefetch enabled, offset 1 lines
131L2C-310 dynamic clock gating enabled, standby mode enabled
132L2C-310 cache controller enabled, 8 ways, 512 kB
133L2C-310: CACHE_ID 0x410000c8, AUX_CTRL 0x76760001
134zynq_clock_init: clkc starts at (ptrval)
135Zynq clock init
136sched_clock: 64 bits at 249MHz, resolution 4ns, wraps every 4398046511102ns
137clocksource: arm_global_timer: mask: 0xffffffffffffffff max_cycles: 0x7350b89c29, max_idle_ns: 881590431910 ns
138Switching to timer-based delay loop, resolution 4ns
139clocksource: ttc_clocksource: mask: 0xffff max_cycles: 0xffff, max_idle_ns: 716713566 ns
140timer #0 at (ptrval), irq=17
141Console: colour dummy device 80x30
142Calibrating delay loop (skipped), value calculated using timer frequency.. 499.99 BogoMIPS (lpj=2499999)
143pid_max: default: 32768 minimum: 301
144Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
145Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
146CPU: Testing write buffer coherency: ok
147CPU0: Spectre v2: using BPIALL workaround
148CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
149Setting up static identity map for 0x100000 - 0x100060
150rcu: Hierarchical SRCU implementation.
151smp: Bringing up secondary CPUs ...
152CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
153CPU1: Spectre v2: using BPIALL workaround
154smp: Brought up 1 node, 2 CPUs
155SMP: Total of 2 processors activated (999.99 BogoMIPS).
156CPU: All CPU(s) started in SVC mode.
157devtmpfs: initialized
158VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
159clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
160futex hash table entries: 512 (order: 3, 32768 bytes)
161pinctrl core: initialized pinctrl subsystem
162NET: Registered protocol family 16
163DMA: preallocated 256 KiB pool for atomic coherent allocations
164cpuidle: using governor menu
165hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
166hw-breakpoint: maximum watchpoint size is 4 bytes.
167zynq-ocm f800c000.ocmc: ZYNQ OCM pool: 256 KiB @ 0x(ptrval)
168zynq-pinctrl 700.pinctrl: zynq pinctrl initialized
169console [ttyPS0] enabledat MMIO 0xe0001000 (irq = 26, base_baud = 3125000) is a xuartps
170console [ttyPS0] enabled
171bootconsole [earlycon0] disabled
172bootconsole [earlycon0] disabled
173vgaarb: loaded
174SCSI subsystem initialized
175usbcore: registered new interface driver usbfs
176usbcore: registered new interface driver hub
177usbcore: registered new device driver usb
178media: Linux media interface: v0.10
179videodev: Linux video capture interface: v2.00
180pps_core: LinuxPPS API ver. 1 registered
181pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
182PTP clock support registered
183EDAC MC: Ver: 3.0.0
184FPGA manager framework
185Advanced Linux Sound Architecture Driver Initialized.
186clocksource: Switched to clocksource arm_global_timer
187NET: Registered protocol family 2
188tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
189TCP established hash table entries: 4096 (order: 2, 16384 bytes)
190TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
191TCP: Hash tables configured (established 4096 bind 4096)
192UDP hash table entries: 256 (order: 1, 8192 bytes)
193UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
194NET: Registered protocol family 1
195RPC: Registered named UNIX socket transport module.
196RPC: Registered udp transport module.
197RPC: Registered tcp transport module.
198RPC: Registered tcp NFSv4.1 backchannel transport module.
199Trying to unpack rootfs image as initramfs...
200rootfs image is not initramfs (write error); looks like an initrd
201/initrd.image: incomplete write (74731520 != 81485739)
202Freeing initrd memory: 79576K
203hw perfevents: no interrupt-affinity property for /pmu@f8891000, guessing.
204hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
205workingset: timestamp_bits=30 max_order=16 bucket_order=0
206jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
207io scheduler noop registered
208io scheduler deadline registered
209io scheduler cfq registered (default)
210io scheduler mq-deadline registered
211io scheduler kyber registered
212dma-pl330 f8003000.dmac: Loaded driver for PL330 DMAC-241330
213dma-pl330 f8003000.dmac: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
214brd: module loaded
215loop: module loaded
216m25p80 spi0.0: found n25q128a13, expected n25q512a
217m25p80 spi0.0: n25q128a13 (16384 Kbytes)
2183 fixed-partitions partitions found on MTD device spi0.0
219Creating 3 MTD partitions on "spi0.0":
2200x000000000000-0x000000640000 : "boot"
2210x000000640000-0x000000660000 : "bootenv"
2220x000000660000-0x000001140000 : "kernel"
223mtd: partition "kernel" extends beyond the end of device "spi0.0" -- size truncated to 0x9a0000
224libphy: Fixed MDIO Bus: probed
225CAN device driver interface
226libphy: MACB_mii_bus: probed
227Marvell 88E1510 e000b000.ethernet-ffffffff:00: attached PHY driver [Marvell 88E1510] (mii_bus:phy_addr=e000b000.ethernet-ffffffff:00, irq=POLL)
228macb e000b000.ethernet eth0: Cadence GEM rev 0x00020118 at 0xe000b000 irq 28 (00:0a:35:00:1e:53)
229e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
230e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
231ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
232ehci-pci: EHCI PCI platform driver
233usbcore: registered new interface driver cdc_acm
234cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
235usbcore: registered new interface driver usb-storage
236i2c /dev entries driver
237cdns-wdt f8005000.watchdog: Xilinx Watchdog Timer at (ptrval) with timeout 10s
238EDAC MC0: Giving out device to module 1 controller synps_ddr_controller: DEV synps_edac (POLLED)
239Xilinx Zynq CpuIdle Driver started
240sdhci: Secure Digital Host Controller Interface driver
241sdhci: Copyright(c) Pierre Ossman
242sdhci-pltfm: SDHCI platform and OF driver helper
243mmc0: SDHCI controller on e0100000.mmc [e0100000.mmc] using ADMA
244mmc1: SDHCI controller on e0101000.mmc [e0101000.mmc] using ADMA
245ledtrig-cpu: registered to indicate activity on CPUs
246usbcore: registered new interface driver usbhid
247usbhid: USB HID core driver
248fpga_manager fpga0: Xilinx Zynq FPGA Manager registered
249NET: Registered protocol family 10
250Segment Routing with IPv6
251sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
252NET: Registered protocol family 17
253can: controller area network core (rev 20170425 abi 9)
254NET: Registered protocol family 29
255can: raw protocol (rev 20170425)
256can: broadcast manager protocol (rev 20170425 t)
257can: netlink gateway (rev 20170425) max_hops=1
258Registering SWP/SWPB emulation handler
259of-fpga-region fpga-full: FPGA Region probed
260hctosys: unable to open rtc device (rtc0)
261of_cfs_init
262of_cfs_init: OK
263ALSA device list:
264 No soundcards found.
265RAMDISK: gzip image found at block 0
266RAMDISK: incomplete write (6620 != 16379)
267write error
268VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6
269Please append a correct "root=" boot option; here are the available partitions:
2700100 16384 ram0
271 (driver?)
2720101 16384 ram1
273 (driver?)
2740102 16384 ram2
275 (driver?)
2760103 16384 ram3
277 (driver?)
2780104 16384 ram4
279 (driver?)
2800105 16384 ram5
281 (driver?)
2820106 16384 ram6
283 (driver?)
2840107 16384 ram7
285 (driver?)
2860108 16384 ram8
287 (driver?)
2880109 16384 ram9
289 (driver?)
290010a 16384 ram10
291 (driver?)
292010b 16384 ram11
293 (driver?)
294010c 16384 ram12
295 (driver?)
296010d 16384 ram13
297 (driver?)
298010e 16384 ram14
299 (driver?)
300010f 16384 ram15
301 (driver?)
3021f00 6400 mtdblock0
303 (driver?)
3041f01 128 mtdblock1
305 (driver?)
3061f02 9856 mtdblock2
307 (driver?)
308Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
309CPU0: stopping
310CPU: 0 PID: 34 Comm: kworker/0:1 Not tainted 4.19.0-xilinx-v2019.1 #1
311Hardware name: Xilinx Zynq Platform
312Workqueue: events delayed_fput
313[<c010f18c>] (unwind_backtrace) from [<c010af0c>] (show_stack+0x10/0x14)
314[<c010af0c>] (show_stack) from [<c06872cc>] (dump_stack+0x80/0xa0)
315[<c06872cc>] (dump_stack) from [<c010d794>] (ipi_cpu_stop+0x3c/0x70)
316[<c010d794>] (ipi_cpu_stop) from [<c010dfc4>] (handle_IPI+0x6c/0x90)
317[<c010dfc4>] (handle_IPI) from [<c032e234>] (gic_handle_irq+0x84/0x90)
318[<c032e234>] (gic_handle_irq) from [<c0101a0c>] (__irq_svc+0x6c/0xa8)
319Exception stack(0xde4edb98 to 0xde4edbe0)
320db80: de4780c0 de4780c0
321dba0: 00001000 c020f0bc 00000000 de4780c0 00000000 00000000 00007648 00000000
322dbc0: 00000001 0000000c 00000020 de4edbe8 c03f63f8 c020f0bc a0000113 ffffffff
323[<c0101a0c>] (__irq_svc) from [<c020f0bc>] (end_bio_bh_io_sync+0x0/0x48)
324[<c020f0bc>] (end_bio_bh_io_sync) from [<00000000>] ( (null))
325---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---