How to re-partition android storage partitions?

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

How to re-partition android storage partitions?

2,738 Views
baiaaren
Contributor II

We use android 5.0. The storage partition has 9 partitions.

1. If I want to delete or move Device(partition type Logic7 ) partition, what should I do?

2. If I want add a new partition after DATA partition, what should I do?

I modify mksdcard-android.sh, I get new partition, but this partition before DATA partition.

Thanks

Aaren

0 Kudos
3 Replies

1,665 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Bai Aaren,

You may add new partitions by just adding the partition size variable at the beginning of the script with the corresponding size in MB and then adding it to the partition list (which appears in two instances on the script) and to the total size calculation.

Lines to be added would be then:

APPEND_SIZE=10 #[Around line 12]

APPEND : ${APPEND_SIZE}MB # [Around line 81]

,${APPEND_SIZE},83 # [Around line 98 ]

And add the size variable to the data_size calculation around line 69.

Partitions are created on the order listed so you may want to change the order of these on the script. However, please keep in mind that this script only creates the necessary partitions and the manufacturing tool loads the different files that constitute an Android distribution. I haven’t tried changing the order of the partitions on the manufacturing tool but I would recommend reviewing where are the partitions assigned in the android init files. The Android developer forums should have more information on this.

0 Kudos

1,665 Views
baiaaren
Contributor II

Hi,

Thanks for the reply. Currently, we can create new partition in our eMMc. However,  I got another problem about formatting these new created partitions.

First of all, the total number of original partition is 7. So, I added another 3 partitions (p8,p9,p10) after partition 7. As I just mentioned, there is no problem to create the 3 new partitions in eMMc. After I created these 3 new partitions, I started to format these 3 new partitions by using the command "mkfs.ext4" in ucl2.xml file. However, it seemed like these 3 new partitions were not able to be formatted by the command. The reason I think these 3 new partitions were not able to be formatted successfully is because I used the following command in ucl2.xml to test :

<CMD state="Updater" type="push" body="pipe dd of=/dev/mmcblk%mmc%p9 bs=512" file="files/android/sabresd/system.img">In emmc download Sending and writting system.img</CMD>

As you can see, the above command is to load system image into the new partition, however, I got below error message

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p10.

utp_poll: pass returned.

UTP: received command 'pipe dd of=/dev/mmcblk3p10 bs=512'

Aaren pid is 185, UTP: executing "dd of=/dev/mmcblk3p10 bs=512"

Aaren UTP: sending Success to kernel for command pipe dd of=/dev/mmcblk3p10 bs=512.

dd: error writing '/dev/mmcblk3p10': No space left on device

12288+0 records in

12287+0 records out

6290944 bytes (6.3 MB) copied, 0.867032 s, 7.3 MB/s

Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00

0 Kudos

1,665 Views
baiaaren
Contributor II

putty.log :

mmcblk3: mmc3:0001 SEM16G 14.6 GiB

mmcblk3boot0: mmc3:0001 SEM16G partition 1 4.00 MiB

mmcblk3boot1: mmc3:0001 SEM16G partition 2 4.00 MiB

mmcblk3rpmb: mmc3:0001 SEM16G partition 3 4.00 MiB

mmcblk3: p1 p2 p3 p4 < p5 p6 p7 >

mmcblk3boot1: unknown partition table

mmcblk3boot0: unknown partition table

mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed

mxc_asrc 2034000.asrc: mxc_asrc registered

mxc_vpu 2040000.vpu: VPU initialized

ata1: failed to resume link (SControl 0)

ata1: SATA link down (SStatus 0 SControl 0)

caam 2100000.caam: Instantiated RNG4 SH0

usb 1-1: reset high-speed USB device number 2 using ci_hdrc

caam 2100000.caam: Instantiated RNG4 SH1

caam 2100000.caam: device ID = 0x0a160100 (Era 4)

caam 2100000.caam: job rings = 2, qi = 0

caam algorithms registered in /proc/crypto

caam_jr 2101000.jr0: registering rng-caam

platform caam_sm: blkkey_ex: 4 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] 2b 60 3c d5 f6 13 f0 38

platform caam_sm: [0008] 05 48 34 9f 44 91 51 ac

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:

platform caam_sm: [0000] df 8b 1c 26 10 61 8f cb

platform caam_sm: [0008] d1 87 a4 80 11 59 c3 d8

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] 11 fb 28 ca 1b d7 d5 0c

platform caam_sm: [0008] 5c bb 0b 16 00 dd e7 5e

platform caam_sm: [0016] a1 07 0d 10 24 7c 56 7f

platform caam_sm: [0024] a1 a4 1d 97 33 22 05 a4

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

platform caam_sm: 256-bit black key:

platform caam_sm: [0000] 4b 79 d4 1a a2 94 44 24

platform caam_sm: [0008] 36 01 cc b2 d2 9c 88 a1

platform caam_sm: [0016] 71 c9 ec 15 f2 b5 0a c1

platform caam_sm: [0024] 56 f2 39 51 da eb 61 8b

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

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:

platform caam_sm: [0000] ac f3 37 23 c6 be ef dc

platform caam_sm: [0008] 8d 89 49 0a 79 35 fa a5

platform caam_sm: [0016] e9 13 5f 85 01 ac 04 36

platform caam_sm: [0024] 34 7c a7 b3 ea eb fc c6

platform caam_sm: [0032] a1 9b 81 17 48 4f d1 4c

platform caam_sm: [0040] 2d ab c0 ef 95 31 48 37

platform caam_sm: [0048] cd 21 aa 75 2f 2e aa 53

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] 27 88 6b 43 30 5c 83 4d

platform caam_sm: [0008] ab 17 0e fc 35 a8 ec ba

platform caam_sm: [0016] 7a 96 7d d2 d1 bc ed 23

platform caam_sm: [0024] b4 3a d6 e1 d8 b0 48 63

platform caam_sm: [0032] af 78 56 69 33 2d a3 c3

platform caam_sm: [0040] a1 b3 29 78 d2 40 4e a6

platform caam_sm: [0048] aa a2 3a ee aa 42 b9 e7

platform caam_sm: [0056] 5a 22 68 e4 08 ac ef a6

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] a5 fe c0 1c dc df a3 e6

platform caam_sm: [0008] d2 f9 2e 65 2e fe 96 87

platform caam_sm: [0016] ee ac aa 3f 05 08 6f e1

platform caam_sm: [0024] 45 d8 7a 73 39 31 8c f1

platform caam_sm: [0032] ee 48 ff 62 9f 4e d0 fd

platform caam_sm: [0040] d8 22 26 30 ed 56 40 e2

platform caam_sm: [0048] 98 2c 27 bc 59 89 17 6a

platform caam_sm: [0056] 60 10 78 ad 89 cc 86 ee

platform caam_sm: [0064] 43 c0 c6 e3 7c 88 7f 77

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] 3a 99 96 dc 08 87 a8 0d

platform caam_sm: [0008] 62 a0 26 99 ca 48 26 ac

platform caam_sm: [0016] 36 71 4c 0e 30 aa d5 d7

platform caam_sm: [0024] 57 bc c8 26 31 75 4a c3

platform caam_sm: [0032] f4 d1 4e e1 ed a1 6a ee

platform caam_sm: [0040] 7b 3f ea 3e 4a dc 1f ba

platform caam_sm: [0048] 2b 78 9a 6f ca f8 d2 a7

platform caam_sm: [0056] 6c cc c4 30 09 d8 11 28

platform caam_sm: [0064] 6f b7 87 d7 f9 29 90 b2

platform caam_sm: [0072] 10 ba 2c f8 80 cd 28 ee

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] 37 94 56 23 9b 49 4f 54

platform caam_sm: [0008] 8c e2 37 e5 01 e7 50 a2

platform caam_sm: restored 128-bit black key:

platform caam_sm: [0000] df 8b 1c 26 10 61 8f cb

platform caam_sm: [0008] d1 87 a4 80 11 59 c3 d8

platform caam_sm: restored 192-bit black key:

platform caam_sm: [0000] 11 fb 28 ca 1b d7 d5 0c

platform caam_sm: [0008] 5c bb 0b 16 00 dd e7 5e

platform caam_sm: [0016] bc 21 90 1d 31 6d ee 32

platform caam_sm: [0024] c9 b7 7d dc 86 ca 55 fe

platform caam_sm: restored 256-bit black key:

platform caam_sm: [0000] 4b 79 d4 1a a2 94 44 24

platform caam_sm: [0008] 36 01 cc b2 d2 9c 88 a1

platform caam_sm: [0016] 71 c9 ec 15 f2 b5 0a c1

platform caam_sm: [0024] 56 f2 39 51 da eb 61 8b

snvs-secvio 20cc000.caam-snvs: violation handlers armed - non-secure state

usbcore: registered new interface driver usbhid

usbhid: USB HID core driver

wm8962 0-001a: Failed to read ID register

wm8962: probe of 0-001a failed with error -5

imx-wm8962 sound.29: failed to find codec platform device

imx-wm8962: probe of sound.29 failed with error -22

imx-audio-hdmi sound-hdmi.30:  hdmi-hifi <-> hdmi_audio.17 mapping ok

TCP: cubic registered

NET: Registered protocol family 10

sit: IPv6 over IPv4 tunneling driver

NET: Registered protocol family 17

8021q: 802.1Q VLAN Support v1.8

Key type dns_resolver registered

VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4

VGEN2: disabling

SWBST: disabling

SW4: disabling

wm8962-supply: disabling

usb_otg_vbus: disabling

regulator-dummy: disabling

imx mcc test is registered.

g_mass_storage gadget: Mass Storage Function, version: 2009/09/11

g_mass_storage gadget: Number of LUNs=1

lun0: LUN: removable file: (no medium)

g_mass_storage gadget: Mass Storage Gadget, version: 2009/09/11

g_mass_storage gadget: g_mass_storage ready

input: gpio-keys.28 as /devices/soc0/gpio-keys.28/input/input1

snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:02 UTC (2)

ALSA device list:

  #0: imx-hdmi-soc

Freeing unused kernel memory: 328K (80c09000 - 80c5b000)

Starting UTP

uuc 0.5 [built Dec 18 2015 14:44:44]

Aaren UTP: Waiting for device to appear

UTP: file/device node /dev/utp already exists

Aaren cpu_id is 0

g_mass_storage gadget: high-speed config #1: Linux File-Backed Storage

UTP: received command 'send'

Aaren UTP: sending Success to kernel for command send.

UTP: received command '$ tar xf $FILE '

Aaren UTP: executing "tar xf $FILE "

Aaren UTP: sending Success to kernel for command $ tar xf $FILE .

utp_poll: pass returned.

UTP: received command '$ sh mksdcard-android.sh /dev/mmcblk3'

Aaren UTP: executing "sh mksdcard-android.sh /dev/mmcblk3"

expr: non-integer argument

1+0 records in

1+0 records out

1024 bytes (1.0 kB) copied, 0.0117943 s, 86.8 kB/s

sfdisk: Checking that no-one is using th mmcblk3: unknown partition table

is disk right now ...

sfdisk: OK

Disk /dev/mmcblk3: 480896 cylinders, 4 heads, 16 sectors/track

sfdisk:  /dev/mmcblk3: unrecognized partition table type

Old situation:

sfdisk:  mmcblk3: p1 p2 p3 p4 < p5 p6 p7 >

No partitions found

New situation:

Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start   End    MiB    #blocks   Id  System

/dev/mmcblk3p1         0+ mmcblk3: p1 p2 p3 p4 < p5 p6 p7 >

    15     16-     16383+  83  Linux

/dev/mmcblk3p2        16     23      8       8192   83  Linux

/dev/mmcblk3p3        24    535    512     524288   83  Linux

/dev/mmcblk3p4       536  15027  14492   14839808    5  Exten mmcblk3: p1 p2 p3 p4 < p5 p6 p7 >

ded

/dev/mmcblk3p5       536+   543      8-      8191+  83  Linux

/dev/mmcblk3p6       544+  1055    512-    524287+  83  Linux

/dev/mmcblk3p7      1056+  1061      6-      6143+  83  Linux

/dev/mmcblk3p8      1062+  1063      2-      2047+  83  Linux

/dev/mmcblk3p9      1064+  5159   4096-   4194303+  83  Linux

/dev/mmcblk3p10     5160+ 14987   9828-  10063871+  83  Linux

sfdisk: Warning: no primary partition is marked bootable (active)

This does not matter for LILO, but the DOS MBR will not boot this disk.

Successfully wrote the new partition table

Re-reading the partition table ...

sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)

to zero the first 512 bytes:  dd if=/dev/zero outp_poll: pass returned.

f=/dev/foo7 bs=512 count=1

(See fdisk(8).)

sfdisk: Checking that no-one is using this disk right now ...

sfdisk: OK

Disk /dev/mmcblk3: 480896 cylinders, 4 heads, 16 sectors/track

Old situation:

Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start   End    MiB    #blocks   Id  System

/dev/mmcblk3p1         0+    15     16-     16383+  83  Linux

/dev/mmcblk3p2        16     23      8       8192   83  Linux

/dev/mmcblk3p3        24    535    512     524288   83  Linux

/dev/mmcblk3p4       536  15027  14492   14839808    5  Extended

/dev/mmcblk3p5       536+   543      8-      8191+  83  Linux

/dev/mmcblk3p6       544+  1055    512-    524287+  83  Linux

/dev/mmcblk3p7      1056+  1061      6-      6143+  83  Linux

/dev/mmcblk3p8      1062+  1063      2-      2047+  83  Linux

/dev/mmcblk3p9      1064+  5159   4096-   4194303+  83  Linux

/dev/mmcblk3p10     5160+ 14987   9828-  10063871+  83  Linux

New situation:

Units: 1MiB = 1024*1024 bytes, blocks of 1024 bytes, counting from 0

   Device Boot Start   End    MiB    #blocks   Id  System

/dev/mmcblk3p1         8     15      8       8192   83  Linux

/dev/mmcblk3p2        16     23      8       8192   83  Linux

/dev/mmcblk3p3        24    535    512     524288   83  Linux

/dev/mmcblk3p4       536  15027  14492   14839808    5  Extended

/dev/mmcblk3p5       536+   543      8-      8191+  83  Linux

/dev/mmcblk3p6       544+  1055    512-    524287+  83  Linux

/dev/mmcblk3p7      1056+  1061      6-      6143+  83  Linux

/dev/mmcblk3p8      1062+  1063      2-      2047+  83  Linux

/dev/mmcblk3p9      1064+  5159   4096-   4194303+  83  Linux

/dev/mmcblk3p10     5160+ 14987   9828-  10063871+  83  Linux

sfdisk: Warning: no primary partition is marked bootable (active)

This does not matter for LILO, but the DOS MBR will not boot this disk.

Successfully wrote the new partition table

Re-reading the partition table ...

sfdisk: If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)

to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1

(See fdisk(8).)

Aaren UTP: sending Success to kernel for command $ sh mksdcard-android.sh /dev/mmcblk3.

UTP: received command '$ dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129'

Aaren UTP: executing "dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129"

129+0 records in

129+0 records out

132096 bytes (132 kB) copied, 0.0412853 s, 3.2 MB/s

Aaren UTP: sending Success to kernel for command $ dd if=/dev/zero of=/dev/mmcblk3 bs=1k seek=384 conv=fsync count=129.

utp_poll: pass returned.

UTP: received command '$ echo 0 > /sys/block/mmcblk3boot0/force_ro'

Aaren UTP: executing "echo 0 > /sys/block/mmcblk3boot0/force_ro"

Aaren UTP: sending Success to kernel for command $ echo 0 > /sys/block/mmcblk3boot0/force_ro.

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

utp_poll: pass returned.

UTP: received command 'send'

Aaren UTP: sending Success to kernel for command send.

UTP: received command '$ dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2'

Aaren UTP: executing "dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2"

718+0 records in

718+0 records out

367616 bytes (368 kB) copied, 0.079285 s, 4.6 MB/s

Aaren UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk3boot0 bs=512 seek=2.

utp_poll: pass returned.

UTP: received command '$ echo 1 > /sys/block/mmcblk3boot0/force_ro'

Aaren UTP: executing "echo 1 > /sys/block/mmcblk3boot0/force_ro"

Aaren UTP: sending Success to kernel for command $ echo 1 > /sys/block/mmcblk3boot0/force_ro.

utp_poll: pass returned.

UTP: received command '$ echo 8 > /sys/block/mmcblk3/device/boot_config'

Aaren UTP: executing "echo 8 > /sys/block/mmcblk3/device/boot_config"

Aaren UTP: sending Success to kernel for command $ echo 8 > /sys/block/mmcblk3/device/boot_config.

utp_poll: pass returned.

UTP: received command '$ mknod /dev/mmcblk3p9 b 179 5'

Aaren UTP: executing "mknod /dev/mmcblk3p9 b 179 5"

Aaren UTP: sending Success to kernel for command $ mknod /dev/mmcblk3p9 b 179 5.

utp_poll: pass returned.

UTP: received command '$ mknod /dev/mmcblk3p10 b 179 7'

Aaren UTP: executing "mknod /dev/mmcblk3p10 b 179 7"

Aaren UTP: sending Success to kernel for command $ mknod /dev/mmcblk3p10 b 179 7.

utp_poll: pass returned.

UTP: received command '$ ls -l /dev/mmc* '

Aaren UTP: executing "ls -l /dev/mmc* "

brw------- 1 root root 179,  0 Jan  1 00:00 /dev/mmcblk3

brw------- 1 root root 179,  8 Jan  1 00:00 /dev/mmcblk3boot0

brw------- 1 root root 179, 16 Jan  1 00:00 /dev/mmcblk3boot1

brw------- 1 root root 179,  1 Jan  1 00:00 /dev/mmcblk3p1

brw-r--r-- 1 root root 179,  7 Jan  1 00:00 /dev/mmcblk3p10

brw------- 1 root root 179,  2 Jan  1 00:00 /dev/mmcblk3p2

brw------- 1 root root 179,  3 Jan  1 00:00 /dev/mmcblk3p3

brw------- 1 root root 179,  4 Jan  1 00:00 /dev/mmcblk3p4

brw------- 1 root root 179,  5 Jan  1 00:00 /dev/mmcblk3p5

brw------- 1 root root 179,  6 Jan  1 00:00 /dev/mmcblk3p6

brw------- 1 root root 179,  7 Jan  1 00:00 /dev/mmcblk3p7

brw-r--r-- 1 root root 179,  5 Jan  1 00:00 /dev/mmcblk3p9

brw------- 1 root root 179, 24 Jan  1 00:00 /dev/mmcblk3rpmb

Aaren UTP: sending Success to kernel for command $ ls -l /dev/mmc* .

utp_poll: pass returned.

UTP: received command 'send'

Aaren UTP: sending Success to kernel for command send.

UTP: received command '$ dd if=$FILE of=/dev/mmcblk3p1'

Aaren UTP: executing "dd if=$FILE of=/dev/mmcblk3p1"

14824+1 records in

14824+1 records out

7590144 bytes (7.6 MB) copied, 1.51886 s, 5.0 MB/s

Aaren UTP: sending Success to kernel for command $ dd if=$FILE of=/dev/mmcblk3p1.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3'

Aaren UTP: executing "mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=4096 (log=2)

Fragment size=4096 (log=2)

Stride=0 blocks, Stripe width=0 blocks

32768 inodes, 131072 blocks

0 blocks (0.00%) reserved for the super user

First data block=0

Maximum filesystem blocks=134217728

4 block groups

32768 blocks per group, 32768 fragments per group

8192 inodes per group

Superblock backups stored on blocks:

  32768, 98304

Allocating group tables: 0/4         done                          

Writing inode tables: 0/4         done                          

Creating journal (4096 blocks): done

Writing superblocks and filesystem accounting information: 0/4         max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

max11801_ts 1-0048: FIFO_RD_AUX_MSB read fails

done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 -b 4096 -m 0 -O ^flex_bg,^uninit_bg /dev/mmcblk3p3.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 /dev/mmcblk3p5'

Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p5"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=1024 (log=0)

Fragment size=1024 (log=0)

Stride=0 blocks, Stripe width=0 blocks

2048 inodes, 8188 blocks

409 blocks (5.00%) reserved for the super user

First data block=1

Maximum filesystem blocks=8388608

1 block group

8192 blocks per group, 8192 fragments per group

2048 inodes per group

Allocating group tables: 0/1         done                          

Writing inode tables: 0/1         done                          

Creating journal (1024 blocks): done

Writing superblocks and filesystem accounting information: 0/1         done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p5.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 /dev/mmcblk3p6'

Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p6"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=1024 (log=0)

Fragment size=1024 (log=0)

Stride=0 blocks, Stripe width=0 blocks

131072 inodes, 524284 blocks

26214 blocks (5.00%) reserved for the super user

First data block=1

Maximum filesystem blocks=67633152

64 block groups

8192 blocks per group, 8192 fragments per group

2048 inodes per group

Superblock backups stored on blocks:

  8193, 24577, 40961, 57345, 73729, 204801, 221185, 401409

Allocating group tables:  0/64               done                          

Writing inode tables:  0/64               done                          

Creating journal (8192 blocks): done

Writing superblocks and filesystem accounting information:  0/64               done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p6.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 /dev/mmcblk3p7'

Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p7"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=1024 (log=0)

Fragment size=1024 (log=0)

Stride=0 blocks, Stripe width=0 blocks

1536 inodes, 6140 blocks

307 blocks (5.00%) reserved for the super user

First data block=1

Maximum filesystem blocks=6291456

1 block group

8192 blocks per group, 8192 fragments per group

1536 inodes per group

Allocating group tables: 0/1         done                          

Writing inode tables: 0/1         done                          

Creating journal (1024 blocks): done

Writing superblocks and filesystem accounting information: 0/1         done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p7.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 /dev/mmcblk3p9'

Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p9"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=1024 (log=0)

Fragment size=1024 (log=0)

Stride=0 blocks, Stripe width=0 blocks

2048 inodes, 8188 blocks

409 blocks (5.00%) reserved for the super user

First data block=1

Maximum filesystem blocks=8388608

1 block group

8192 blocks per group, 8192 fragments per group

2048 inodes per group

Allocating group tables: 0/1         done                          

Writing inode tables: 0/1         done                          

Creating journal (1024 blocks): done

Writing superblocks and filesystem accounting information: 0/1         done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p9.

utp_poll: pass returned.

UTP: received command '$ mkfs.ext4 /dev/mmcblk3p10'

Aaren UTP: executing "mkfs.ext4 /dev/mmcblk3p10"

mke2fs 1.42.9 (28-Dec-2013)

Filesystem label=

OS type: Linux

Block size=1024 (log=0)

Fragment size=1024 (log=0)

Stride=0 blocks, Stripe width=0 blocks

1536 inodes, 6140 blocks

307 blocks (5.00%) reserved for the super user

First data block=1

Maximum filesystem blocks=6291456

1 block group

8192 blocks per group, 8192 fragments per group

1536 inodes per group

Allocating group tables: 0/1         done                          

Writing inode tables: 0/1         done                          

Creating journal (1024 blocks): done

Writing superblocks and filesystem accounting information: 0/1         done

Aaren UTP: sending Success to kernel for command $ mkfs.ext4 /dev/mmcblk3p10.

utp_poll: pass returned.

UTP: received command 'pipe dd of=/dev/mmcblk3p10 bs=512'

Aaren pid is 185, UTP: executing "dd of=/dev/mmcblk3p10 bs=512"

Aaren UTP: sending Success to kernel for command pipe dd of=/dev/mmcblk3p10 bs=512.

dd: error writing '/dev/mmcblk3p10': No space left on device

12288+0 records in

12287+0 records out

6290944 bytes (6.3 MB) copied, 0.867032 s, 7.3 MB/s

Kernel panic - not syncing: Attempted to kill init! exitcode=0x00008d00

CPU1: stopping

CPU: 1 PID: 0 Comm: swapper/1 Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<80012d48>] (handle_IPI+0x108/0x130)

[<80012d48>] (handle_IPI+0x108/0x130) from [<8000859c>] (gic_handle_irq+0x58/0x5c)

[<8000859c>] (gic_handle_irq+0x58/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa809bf50 to 0xa809bf98)

bf40:                                     a809bf98 00000011 4a520372 00000004

bf60: 49ec5d4f 00000004 815310d0 80c69e74 00000001 00000000 80cacffe a809a000

bf80: 00000017 a809bf98 80060590 80447754 600c0013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80447754>] (cpuidle_enter_state+0x50/0xe0)

[<80447754>] (cpuidle_enter_state+0x50/0xe0) from [<80447894>] (cpuidle_idle_call+0xb0/0x148)

[<80447894>] (cpuidle_idle_call+0xb0/0x148) from [<8000eb3c>] (arch_cpu_idle+0x10/0x54)

[<8000eb3c>] (arch_cpu_idle+0x10/0x54) from [<8005fe24>] (cpu_startup_entry+0xfc/0x140)

[<8005fe24>] (cpu_startup_entry+0xfc/0x140) from [<1062fda4>] (0x1062fda4)

CPU3: stopping

CPU: 3 PID: 0 Comm: swapper/3 Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<80012d48>] (handle_IPI+0x108/0x130)

[<80012d48>] (handle_IPI+0x108/0x130) from [<8000859c>] (gic_handle_irq+0x58/0x5c)

[<8000859c>] (gic_handle_irq+0x58/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa809ff50 to 0xa809ff98)

ff40:                                     a809ff98 00000011 4a520372 00000004

ff60: 49ec15b2 00000004 815410d0 80c69e74 00000001 00000000 80cacffe a809e000

ff80: 00000017 a809ff98 80060590 80447754 600f0013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80447754>] (cpuidle_enter_state+0x50/0xe0)

[<80447754>] (cpuidle_enter_state+0x50/0xe0) from [<80447894>] (cpuidle_idle_call+0xb0/0x148)

[<80447894>] (cpuidle_idle_call+0xb0/0x148) from [<8000eb3c>] (arch_cpu_idle+0x10/0x54)

[<8000eb3c>] (arch_cpu_idle+0x10/0x54) from [<8005fe24>] (cpu_startup_entry+0xfc/0x140)

[<8005fe24>] (cpu_startup_entry+0xfc/0x140) from [<1062fda4>] (0x1062fda4)

CPU2: stopping

CPU: 2 PID: 0 Comm: swapper/2 Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<80012d48>] (handle_IPI+0x108/0x130)

[<80012d48>] (handle_IPI+0x108/0x130) from [<8000859c>] (gic_handle_irq+0x58/0x5c)

[<8000859c>] (gic_handle_irq+0x58/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa809df50 to 0xa809df98)

df40:                                     a809df98 00000011 4a520224 00000004

df60: 49e1224f 00000004 815390d0 80c69e74 00000001 00000000 80cacffe a809c000

df80: 00000017 a809df98 80060590 80447754 60070013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80447754>] (cpuidle_enter_state+0x50/0xe0)

[<80447754>] (cpuidle_enter_state+0x50/0xe0) from [<80447894>] (cpuidle_idle_call+0xb0/0x148)

[<80447894>] (cpuidle_idle_call+0xb0/0x148) from [<8000eb3c>] (arch_cpu_idle+0x10/0x54)

[<8000eb3c>] (arch_cpu_idle+0x10/0x54) from [<8005fe24>] (cpu_startup_entry+0xfc/0x140)

[<8005fe24>] (cpu_startup_entry+0xfc/0x140) from [<1062fda4>] (0x1062fda4)

------------[ cut here ]------------

WARNING: at kernel/time/tick-broadcast.c:600 tick_handle_oneshot_broadcast+0x1d4/0x1fc()

Modules linked in:

CPU: 0 PID: 1 Comm: linuxrc Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<8002c0b4>] (warn_slowpath_common+0x54/0x6c)

[<8002c0b4>] (warn_slowpath_common+0x54/0x6c) from [<8002c168>] (warn_slowpath_null+0x1c/0x24)

[<8002c168>] (warn_slowpath_null+0x1c/0x24) from [<80067c3c>] (tick_handle_oneshot_broadcast+0x1d4/0x1fc)

[<80067c3c>] (tick_handle_oneshot_broadcast+0x1d4/0x1fc) from [<8001b8c4>] (mxc_timer_interrupt+0x38/0x40)

[<8001b8c4>] (mxc_timer_interrupt+0x38/0x40) from [<8007a640>] (handle_irq_event_percpu+0x54/0x17c)

[<8007a640>] (handle_irq_event_percpu+0x54/0x17c) from [<8007a7a8>] (handle_irq_event+0x40/0x60)

[<8007a7a8>] (handle_irq_event+0x40/0x60) from [<8007d584>] (handle_fasteoi_irq+0x80/0x158)

[<8007d584>] (handle_fasteoi_irq+0x80/0x158) from [<80079e08>] (generic_handle_irq+0x2c/0x3c)

[<80079e08>] (generic_handle_irq+0x2c/0x3c) from [<8000e808>] (handle_IRQ+0x40/0x90)

[<8000e808>] (handle_IRQ+0x40/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079de8 to 0xa8079e30)

BUG: scheduling while atomic: linuxrc/1/0x40010100

Modules linked in:

CPU: 0 PID: 1 Comm: linuxrc Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<80633538>] (__schedule_bug+0x50/0x64)

[<80633538>] (__schedule_bug+0x50/0x64) from [<80638954>] (__schedule+0x53c/0x5b0)

[<80638954>] (__schedule+0x53c/0x5b0) from [<80053900>] (__cond_resched+0x24/0x34)

[<80053900>] (__cond_resched+0x24/0x34) from [<80638d34>] (_cond_resched+0x3c/0x44)

[<80638d34>] (_cond_resched+0x3c/0x44) from [<800113f8>] (dump_mem+0xd0/0x140)

[<800113f8>] (dump_mem+0xd0/0x140) from [<80013bb4>] (unwind_backtrace+0x70/0xf4)

[<80013bb4>] (unwind_backtrace+0x70/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<8002c0b4>] (warn_slowpath_common+0x54/0x6c)

[<8002c0b4>] (warn_slowpath_common+0x54/0x6c) from [<8002c168>] (warn_slowpath_null+0x1c/0x24)

[<8002c168>] (warn_slowpath_null+0x1c/0x24) from [<80067c3c>] (tick_handle_oneshot_broadcast+0x1d4/0x1fc)

[<80067c3c>] (tick_handle_oneshot_broadcast+0x1d4/0x1fc) from [<8001b8c4>] (mxc_timer_interrupt+0x38/0x40)

[<8001b8c4>] (mxc_timer_interrupt+0x38/0x40) from [<8007a640>] (handle_irq_event_percpu+0x54/0x17c)

[<8007a640>] (handle_irq_event_percpu+0x54/0x17c) from [<8007a7a8>] (handle_irq_event+0x40/0x60)

[<8007a7a8>] (handle_irq_event+0x40/0x60) from [<8007d584>] (handle_fasteoi_irq+0x80/0x158)

[<8007d584>] (handle_fasteoi_irq+0x80/0x158) from [<80079e08>] (generic_handle_irq+0x2c/0x3c)

[<80079e08>] (generic_handle_irq+0x2c/0x3c) from [<8000e808>] (handle_IRQ+0x40/0x90)

[<8000e808>] (handle_IRQ+0x40/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079de8 to 0xa8079e30)

9de0:                   00000001 ffff9221 00000100 00000000 00000282 0000001d

9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30

9e20: 00000000 800333ec 200c0113 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<800333ec>] (__do_softirq+0xcc/0x204)

[<800333ec>] (__do_softirq+0xcc/0x204) from [<800335d4>] (do_softirq+0x54/0x5c)

[<800335d4>] (do_softirq+0x54/0x5c) from [<8003385c>] (irq_exit+0x9c/0xd0)

[<8003385c>] (irq_exit+0x9c/0xd0) from [<8000e80c>] (handle_IRQ+0x44/0x90)

[<8000e80c>] (handle_IRQ+0x44/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079ec0 to 0xa8079f08)

9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000

9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8

9f00: 600c0013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80632fd8>] (panic+0x164/0x1bc)

[<80632fd8>] (panic+0x164/0x1bc) from [<80030a58>] (do_exit+0x828/0x8e8)

[<80030a58>] (do_exit+0x828/0x8e8) from [<800319cc>] (do_group_exit+0x40/0xc4)

[<800319cc>] (do_group_exit+0x40/0xc4) from [<80031a60>] (__wake_up_parent+0x0/0x18)

9de0:                   00000001 ffff9221 00000100 00000000 00000282 0000001d

9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30

9e20: 00000000 800333ec 200c0113 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<800333ec>] (__do_softirq+0xcc/0x204)

[<800333ec>] (__do_softirq+0xcc/0x204) from [<800335d4>] (do_softirq+0x54/0x5c)

[<800335d4>] (do_softirq+0x54/0x5c) from [<8003385c>] (irq_exit+0x9c/0xd0)

[<8003385c>] (irq_exit+0x9c/0xd0) from [<8000e80c>] (handle_IRQ+0x44/0x90)

[<8000e80c>] (handle_IRQ+0x44/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079ec0 to 0xa8079f08)

9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000

9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8

9f00: 600c0013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80632fd8>] (panic+0x164/0x1bc)

[<80632fd8>] (panic+0x164/0x1bc) from [<80030a58>] (do_exit+0x828/0x8e8)

[<80030a58>] (do_exit+0x828/0x8e8) from [<800319cc>] (do_group_exit+0x40/0xc4)

[<800319cc>] (do_group_exit+0x40/0xc4) from [<80031a60>] (__wake_up_parent+0x0/0x18)

---[ end trace 30f82076997eb03b ]---

------------[ cut here ]------------

WARNING: at kernel/irq/handle.c:146 handle_irq_event_percpu+0x174/0x17c()

irq 87 handler mxc_timer_interrupt+0x0/0x40 enabled interrupts

Modules linked in:

CPU: 0 PID: 1 Comm: linuxrc Tainted: G        W    3.10.53-1.1.0_ga-mfgtool+g496fbe0 #1

[<80013b44>] (unwind_backtrace+0x0/0xf4) from [<80011544>] (show_stack+0x10/0x14)

[<80011544>] (show_stack+0x10/0x14) from [<8002c0b4>] (warn_slowpath_common+0x54/0x6c)

[<8002c0b4>] (warn_slowpath_common+0x54/0x6c) from [<8002c0fc>] (warn_slowpath_fmt+0x30/0x40)

[<8002c0fc>] (warn_slowpath_fmt+0x30/0x40) from [<8007a760>] (handle_irq_event_percpu+0x174/0x17c)

[<8007a760>] (handle_irq_event_percpu+0x174/0x17c) from [<8007a7a8>] (handle_irq_event+0x40/0x60)

[<8007a7a8>] (handle_irq_event+0x40/0x60) from [<8007d584>] (handle_fasteoi_irq+0x80/0x158)

[<8007d584>] (handle_fasteoi_irq+0x80/0x158) from [<80079e08>] (generic_handle_irq+0x2c/0x3c)

[<80079e08>] (generic_handle_irq+0x2c/0x3c) from [<8000e808>] (handle_IRQ+0x40/0x90)

[<8000e808>] (handle_IRQ+0x40/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079de8 to 0xa8079e30)

9de0:                   00000001 ffff9221 00000100 00000000 00000282 0000001d

9e00: 00000000 80c5e080 a8078000 80caeb70 a805c000 a805c000 80cefd80 a8079e30

9e20: 00000000 800333ec 200c0113 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<800333ec>] (__do_softirq+0xcc/0x204)

[<800333ec>] (__do_softirq+0xcc/0x204) from [<800335d4>] (do_softirq+0x54/0x5c)

[<800335d4>] (do_softirq+0x54/0x5c) from [<8003385c>] (irq_exit+0x9c/0xd0)

[<8003385c>] (irq_exit+0x9c/0xd0) from [<8000e80c>] (handle_IRQ+0x44/0x90)

[<8000e80c>] (handle_IRQ+0x44/0x90) from [<80008570>] (gic_handle_irq+0x2c/0x5c)

[<80008570>] (gic_handle_irq+0x2c/0x5c) from [<8000db80>] (__irq_svc+0x40/0x50)

Exception stack(0xa8079ec0 to 0xa8079f08)

9ec0: 80caefc0 00000000 80c6cf7c 00000000 80caeb70 80b1d540 a8078000 00000000

9ee0: 00000000 80caeb70 a805c000 a805c000 00000000 a8079f08 80632f18 80632fd8

9f00: 600c0013 ffffffff

[<8000db80>] (__irq_svc+0x40/0x50) from [<80632fd8>] (panic+0x164/0x1bc)

[<80632fd8>] (panic+0x164/0x1bc) from [<80030a58>] (do_exit+0x828/0x8e8)

[<80030a58>] (do_exit+0x828/0x8e8) from [<800319cc>] (do_group_exit+0x40/0xc4)

[<800319cc>] (do_group_exit+0x40/0xc4) from [<80031a60>] (__wake_up_parent+0x0/0x18)

---[ end trace 30f82076997eb03c ]---

0 Kudos