How to add new entry in fstab.freescale?

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

How to add new entry in fstab.freescale?

1,565 Views
ThanarajS
Contributor III

Hi All,

As I am working on AOSP 9.0 source and trying to modify the fstab.freescale file by adding new entry.

Just we have added below entries in fstab.freescale and device-partitions-14GB.bpt file 

New entry in fstab.freescale file: 

/dev/block/by-name/test       /test       ext4 nosuid,nodev,nodiratime,noatime,nomblk_io_submit,noauto_da_alloc,errors=panic    wait

New entry in device.partitions-14GB.bpt file: 

{
              "label": "test",
              "size": "512 MiB",
              "type_guid": "linux_fs"
 }
Then we compiled source for sabersd_6dq board and try to boot the image, we observed EXT4-fs (mmcblk1p11): bad geometry: block count 2888704 exceeds size of device (4096 blocks) error and not able to see home screen in image booting.
Able to see home screen If we remove the newly added entry in fstab.
Please guide us to map with mount point in fstab.
Please help us on adding new entry in fstab and resolving the exceeds size error. Also let me know if we forgot to update any filesystems.
==========================================================================================
LOG

U-Boot 2018.03-dirty (Nov 11 2019 - 17:56:45 +0530)

CPU: Freescale i.MX6Q rev1.3 996 MHz (running at 792 MHz)
CPU: Extended Commercial temperature grade (-20C to 105C) at 38C
Reset cause: POR
Model: i.MX6 Board
Board: Panel
DRAM: 2 GiB
MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2
Loading Environment from MMC... *** Warning - bad CRC, using default environment

Failed (-5)
No panel detected: default to Hannstar-XGA
Display: Hannstar-XGA (1024x768)
In: serial
Out: serial
Err: serial
flash target is MMC:0
Net:
Error: ethernet@02188000 address not set.
No ethernet found.
Fastboot: Normal
Normal Boot
Hit any key to stop autoboot: 3 2 1 0
RNG already instantiated 0x40000003
RNG already instantiated 0x40000003
verify OK, boot 'boot'
kernel @ 14008000 (10139624)
ramdisk @ 15000000 (1835234)
fdt @ 14f00000 (57893)
## Booting Android Image at 0x14007800 ...
Kernel load addr 0x14008000 size 9902 KiB
## Flattened Device Tree blob at 14f00000
Booting using the fdt blob at 0x14f00000
XIP Kernel Image ... OK
Using Device Tree in place at 14f00000, end 14f11224
No PMIC found!

Starting kernel ...

Booting Linux on physical CPU 0x0
Linux version 4.14.98-dirty (root@administrator) (gcc version 4.9.x 20150123 (prerelease) (GCC)) #8 SMP PREEMPT Tue Sep 10 19:01:37 IST 2019
CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c53c7d
CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
OF: fdt: Machine model: i.MX6 Board
Memory policy: Data cache writealloc
cma: Reserved 384 MiB at 0x26000000
random: get_random_bytes called from start_kernel+0xac/0x450 with crng_init=0
percpu: Embedded 18 pages/cpu @ee4c7000 s41292 r8192 d24244 u73728
Built 1 zonelists, mobility grouping on. Total pages: 522578
Kernel command line: console=ttymxc0,115200 androidboot.dm_verity=disabled androidboot.selinux=disabled init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.serialno=0215b1d4ea997113 androidboot.btmacaddr=02:15:b1:d4:ea:99 androidboot.soc_type=imx6q androidboot.storage_type=sd gpt androidboot.boottime=1BLL:0,1BLE:5361,KL:0,KD:0,AVB:1217,ODT:0,SW:0 androidboot.bootreason=cold,powerkey androidboot.verifiedbootstate=green androidboot.slot_suffix= androidboot.vbmeta.device=PARTUUID=0c1c8fa7-a05c-4e5a-805d-e9001e855f77 androidboot.vbmeta.avb_version=1.1 androidboot.vbmeta.device_state=locked androidboot.vbmeta.hash_alg=sha256 androidboot.vbmeta.size=2944 androidboot.vbmeta.digest=f784ef9933348b91907b61f0b256b7f69bef9f234df8a7f17f816dcd8fa1bd5f androidboot.veritymode=enforcing androidboot.dtbo_idx=0 andr
PID hash table entries: 4096 (order: 2, 16384 bytes)
Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Memory: 1660644K/2097152K available (13312K kernel code, 965K rwdata, 4076K rodata, 1024K init, 517K bss, 43292K reserved, 393216K cma-reserved, 1318912K highmem)
Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xf0000000 - 0xff800000 ( 248 MB)
lowmem : 0xc0000000 - 0xef800000 ( 760 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0xc0008000 - 0xc0e00000 (14304 kB)
.init : 0xc1300000 - 0xc1400000 (1024 kB)
.data : 0xc1400000 - 0xc14f1410 ( 966 kB)
.bss : 0xc14f3000 - 0xc1574548 ( 518 kB)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
ftrace: allocating 41688 entries in 123 pages
Preemptible hierarchical RCU implementation.
Tasks RCU enabled.
NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
L2C-310 errata 752271 769419 enabled
L2C-310 enabling early BRESP for Cortex-A9
L2C-310 full line of zeros enabled for Cortex-A9
L2C-310 ID prefetch enabled, offset 16 lines
L2C-310 dynamic clock gating enabled, standby mode enabled
L2C-310 cache controller enabled, 16 ways, 1024 kB
L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76470001
Switching to timer-based delay loop, resolution 333ns
sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 715827882841ns
clocksource: mxc_timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 637086815595 ns
Console: colour dummy device 80x30
Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=30000)
pid_max: default: 32768 minimum: 301
Security Framework initialized
SELinux: Initializing.
Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
CPU: Testing write buffer coherency: ok
CPU0: Spectre v2: using BPIALL workaround
CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Setting up static identity map for 0x10100000 - 0x10100060
Hierarchical SRCU implementation.
smp: Bringing up secondary CPUs ...
CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
CPU1: Spectre v2: using BPIALL workaround
CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
CPU2: Spectre v2: using BPIALL workaround
CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
CPU3: Spectre v2: using BPIALL workaround
smp: Brought up 1 node, 4 CPUs
SMP: Total of 4 processors activated (24.00 BogoMIPS).
CPU: All CPU(s) started in SVC mode.
CPU3: update max cpu_capacity 1024
devtmpfs: initialized
CPU2: update max cpu_capacity 1024
VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
futex hash table entries: 1024 (order: 4, 65536 bytes)
pinctrl core: initialized pinctrl subsystem
NET: Registered protocol family 16
DMA: preallocated 256 KiB pool for atomic coherent allocations
cpuidle: using governor menu
CPU identified as i.MX6Q, silicon rev 1.5

hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
hw-breakpoint: maximum watchpoint size is 4 bytes.
imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
imx rpmsg driver is registered.
SCSI subsystem initialized
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
usb_phy_generic 2000000.aips-bus:usbphy_nop1: 2000000.aips-bus:usbphy_nop1 supply vcc not found, using dummy regulator
usb_phy_generic 2000000.aips-bus:usbphy_nop2: 2000000.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, using PIO instead.
i2c i2c-1: IMX I2C adapter registered
i2c i2c-1: can't use DMA, using PIO instead.
i2c i2c-2: IMX I2C adapter registered
i2c i2c-2: can't use DMA, using PIO instead.
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@linux.it>
PTP clock support registered
imx-ipuv3 2400000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
imx-ipuv3 2800000.ipu: IPU DMFC NORMAL mode: 1(0~1), 5B(4,5), 5F(6,7)
mxc_vdoa 21e4000.vdoa: i.MX Video Data Order Adapter(VDOA) driver probed
mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 driver probed
mxc_mipi_csi2 21dc000.mipi_csi: i.MX MIPI CSI2 dphy version is 0x3130302a
MIPI CSI2 driver module loaded
Advanced Linux Sound Architecture Driver Initialized.
Bluetooth: Core ver 2.22
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
clocksource: Switched to clocksource mxc_timer1
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
NET: Registered protocol family 2
TCP established hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 8192 bind 8192)
UDP hash table entries: 512 (order: 2, 16384 bytes)
UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
NET: Registered protocol family 1
Trying to unpack rootfs image as initramfs...
Freeing initrd memory: 1796K
hw perfevents: no interrupt-affinity property for /soc/pmu, guessing.
hw perfevents: enabled with armv7_cortex_a9 PMU driver, 7 counters available
Bus freq driver module loaded
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(0.720:1): state=initialized audit_enabled=0 res=1
workingset: timestamp_bits=14 max_order=19 bucket_order=5
Registering sdcardfs 0.1
jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
fuse init (API version 7.26)
bounce: pool size: 64 pages
io scheduler noop registered
io scheduler deadline registered
io scheduler cfq registered (default)
io scheduler mq-deadline registered
io scheduler kyber registered
pwm-backlight backlight: backlight supply power not found, using dummy regulator
pwm_bl: set GPIO_BL_12VEO_EN = HIGH
pwm_bl: GPIO_BL_12VEO_PG = HIGH
pwm_bl: set GPIO_BL_EN = HIGH
mxc_mipi_dsi 21e0000.mipi: i.MX MIPI DSI driver probed
ldb_init(521) --- LDB_INIT --
mxc_sdc_fb fb@0: registered mxc display driver ldb
ldb_setup(634) --- LDB_SETUP --
ldb_disable(826) --- LDB_DISABLE --
ldb 2000000.aips-bus:ldb: Clock OFF
ldb 2000000.aips-bus:ldb: set GPIO_3_3VEO_LCD_EN = LOW
imx-ipuv3 2800000.ipu: IPU DMFC DP HIGH RESOLUTION: 1(0,1), 5B(2~5), 5F(6,7)
ldb_enable(748) --- LDB_ENABLE --
ldb 2000000.aips-bus:ldb: set GPIO_3_3VEO_LCD_EN = HIGH
ldb 2000000.aips-bus:ldb: GPIO_3_3_VEO_LCD_PG = HIGH
ldb 2000000.aips-bus:ldb: Clock ON
ldb_setup(634) --- LDB_SETUP --
ldb_disable(826) --- LDB_DISABLE --
ldb 2000000.aips-bus:ldb: Clock OFF
ldb 2000000.aips-bus:ldb: set GPIO_3_3VEO_LCD_EN = LOW
ldb_enable(748) --- LDB_ENABLE --
ldb 2000000.aips-bus:ldb: set GPIO_3_3VEO_LCD_EN = HIGH
ldb 2000000.aips-bus:ldb: GPIO_3_3_VEO_LCD_PG = HIGH
ldb 2000000.aips-bus:ldb: Clock ON
Console: switching to colour frame buffer device 128x37
mxc_hdmi 20e0000.hdmi_video: Detected HDMI controller 0x13:0xa:0xa0:0xc1
fbcvt: 1920x1080@60: CVT Name - 2.073M9
mxc_sdc_fb fb@1: registered mxc display driver hdmi
mxc_sdc_fb fb@2: Can't get fb option for mxcfb2!
mxc_sdc_fb fb@3: Can't get fb option for mxcfb3!
imx-sdma 20ec000.sdma: no iram assigned, using external mem
imx-sdma 20ec000.sdma: Falling back to user helper
mxs-dma 110000.dma-apbh: initialized
imx-pgc-pd imx-pgc-power-domain.0: Linked as a consumer to 20dc000.gpc
imx-pgc-pd imx-pgc-power-domain.1: Linked as a consumer to 20dc000.gpc
pfuze100-regulator 1-0008: unrecognized pfuze chip ID!
2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 26, base_baud = 5000000) is a IMX
console [ttymxc0] enabled
21f0000.serial: ttymxc3 at MMIO 0x21f0000 (irq = 76, base_baud = 5000000) is a IMX
imx sema4 driver is registered.
[drm] Initialized vivante 1.0.0 20120216 for platform:Vivante GCCore on minor 0
[drm] Initialized vivante 1.0.0 20120216 on minor 0
brd: module loaded
loop: module loaded
zram: Added device: zram0
libphy: Fixed MDIO Bus: probed
tun: Universal TUN/TAP device driver, 1.6
CAN device driver interface
fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator
pps pps0: new PPS source ptp0
fec 2188000.ethernet (unnamed net_device) (uninitialized): Invalid MAC address: 00:00:00:00:00:00
fec 2188000.ethernet (unnamed net_device) (uninitialized): Using random MAC address: d2:ea:bc:e7:f9:67
libphy: fec_enet_mii_bus: probed
fec 2188000.ethernet eth0: registered PHC device 0
PPP generic driver version 2.4.2
PPP BSD Compression module registered
PPP Deflate Compression module registered
PPP MPPE Compression module registered
usbcore: registered new interface driver kaweth
pegasus: v0.9.3 (2013/04/25), Pegasus/Pegasus II USB Ethernet driver
usbcore: registered new interface driver pegasus
usbcore: registered new interface driver rtl8150
usbcore: registered new interface driver r8152
usbcore: registered new interface driver asix
usbcore: registered new interface driver ax88179_178a
usbcore: registered new interface driver cdc_ether
usbcore: registered new interface driver net1080
usbcore: registered new interface driver cdc_subset
usbcore: registered new interface driver zaurus
usbcore: registered new interface driver cdc_ncm
ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
ehci-mxc: Freescale On-Chip EHCI Host driver
ehci-mxc: Freescale On-Chip EHCI Host driver init_gpio
usbcore: registered new interface driver usb-storage
usbcore: registered new interface driver usb_ehset_test
usbmisc_imx 2184800.usbmisc: 2184800.usbmisc supply vbus-wakeup not found, using dummy regulator
imx_usb 2184000.usb: 2184000.usb supply vbus not found, using dummy regulator
udc: set g_ci=0xd476a010
imx_usb 2184200.usb: 2184200.usb supply vbus not found, using dummy regulator
ci_hdrc ci_hdrc.1: EHCI Host Controller
ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 1
ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: EHCI Host Controller
usb usb1: Manufacturer: Linux 4.14.98-dirty ehci_hcd
usb usb1: SerialNumber: ci_hdrc.1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 1 port detected
panel_kp_init start
panel_kp_probe start
input: panel_keypad as /devices/virtual/input/input0
mfppanel_kp_probe end
usbcore: registered new interface driver xpad
usbcore: registered new interface driver usb_acecad
usbcore: registered new interface driver aiptek
usbcore: registered new interface driver gtco
usbcore: registered new interface driver hanwang
usbcore: registered new interface driver kbtab
imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_NANDF_ALE already requested by 20e0000.iomuxc; cannot claim for 1-0004
imx6q-pinctrl 20e0000.iomuxc: pin-182 (1-0004) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 182 (MX6Q_PAD_NANDF_ALE) from group egalax_i2c2_intgrp on device 20e0000.iomuxc
egalax_ts 1-0004: Error applying setting, reverse things back
egalax_ts: probe of 1-0004 failed with error -22
imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_NANDF_CLE already requested by 20e0000.iomuxc; cannot claim for 2-0004
imx6q-pinctrl 20e0000.iomuxc: pin-181 (2-0004) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 181 (MX6Q_PAD_NANDF_CLE) from group egalax_i2c3_intgrp on device 20e0000.iomuxc
egalax_ts 2-0004: Error applying setting, reverse things back
egalax_ts: probe of 2-0004 failed with error -22
snvs_rtc 20cc000.snvs:snvs-rtc-lp: rtc core: registered 20cc000.snvs:snvs-rtc-lp as rtc0
i2c /dev entries driver
IR NEC protocol handler initialized
IR RC5(x/sz) protocol handler initialized
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
mxc_v4l2_output v4l2_out: V4L2 device registered as video16
mxc_v4l2_output v4l2_out: V4L2 device registered as video17
mxc_v4l2_output v4l2_out: V4L2 device registered as video18
mxc_v4l2_output v4l2_out: V4L2 device registered as video19
usbcore: registered new interface driver uvcvideo
USB Video Class driver (1.1.1)
__power_supply_register: Expected proper parent device for 'battery'
(NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
__power_supply_register: Expected proper parent device for 'usb'
panel_power panel_power: invalid resource
panel_power panel_power: panel_power_get_base_address error -1

panel_power_probe:
random: fast init done
------------[ cut here ]------------
WARNING: CPU: 0 PID: 1 at /home/administrator/ArulSankar/Android_9/AOSP9/android_build/vendor/nxp-opensource/kernel_imx/kernel/irq/pm.c:51 irq_pm_install_action+0xbc/0x100
Modules linked in:
CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.14.98-dirty #8
Hardware name: Freescale i.MX6 Quad/DualLite (Device Tree)
[<c0112894>] (unwind_backtrace) from [<c010dac8>] (show_stack+0x20/0x24)
[<c010dac8>] (show_stack) from [<c0d953e0>] (dump_stack+0x88/0x9c)
[<c0d953e0>] (dump_stack) from [<c013a448>] (__warn+0xf8/0x110)
[<c013a448>] (__warn) from [<c013a578>] (warn_slowpath_null+0x30/0x38)
[<c013a578>] (warn_slowpath_null) from [<c01b2ab0>] (irq_pm_install_action+0xbc/0x100)
[<c01b2ab0>] (irq_pm_install_action) from [<c01aacc0>] (__setup_irq+0x5b0/0x720)
[<c01aacc0>] (__setup_irq) from [<c01aafb8>] (request_threaded_irq+0xec/0x158)
[<c01aafb8>] (request_threaded_irq) from [<c086e92c>] (mfppanel_start_micon_data_receive+0x64/0x8c)
[<c086e92c>] (mfppanel_start_micon_data_receive) from [<c0908818>] (mfppanel_power_probe+0x218/0x294)
[<c0908818>] (mfppanel_power_probe) from [<c06b30a8>] (platform_drv_probe+0x5c/0xc0)
[<c06b30a8>] (platform_drv_probe) from [<c06b0ee4>] (driver_probe_device+0x274/0x330)
[<c06b0ee4>] (driver_probe_device) from [<c06b1068>] (__driver_attach+0xc8/0xcc)
[<c06b1068>] (__driver_attach) from [<c06aea5c>] (bus_for_each_dev+0x8c/0xd0)
[<c06aea5c>] (bus_for_each_dev) from [<c06b0790>] (driver_attach+0x2c/0x30)
[<c06b0790>] (driver_attach) from [<c06b0264>] (bus_add_driver+0x1ac/0x224)
[<c06b0264>] (bus_add_driver) from [<c06b1f14>] (driver_register+0x9c/0x120)
[<c06b1f14>] (driver_register) from [<c06b2ff8>] (__platform_driver_register+0x50/0x58)
[<c06b2ff8>] (__platform_driver_register) from [<c136e93c>] (mfppanel_power_init+0x20/0x28)
[<c136e93c>] (mfppanel_power_init) from [<c0101d4c>] (do_one_initcall+0x60/0x19c)
[<c0101d4c>] (do_one_initcall) from [<c130107c>] (kernel_init_freeable+0x158/0x1fc)
[<c130107c>] (kernel_init_freeable) from [<c0dac4b8>] (kernel_init+0x18/0x160)
[<c0dac4b8>] (kernel_init) from [<c0108908>] (ret_from_fork+0x14/0x2c)
---[ end trace f287d760cdfe8c66 ]---
panel_boot_mode_check Startup key received, start_code[01] -> special[0].
mag3110 2-000e: check mag3110 chip ID
mag3110 2-000e: read chip ID 0xfffffffa is not equal to 0xc4!
mag3110: probe of 2-000e failed with error -22
mma8x5x 0-001c: read chip ID 0xfffffffa is not equal to 0x1a,0x2a,0x3a,0x4a,0x5a!
mma8x5x: probe of 0-001c failed with error -22
imx2-wdt 20bc000.wdog: timeout 60 sec (nowayout=0)
imx2-wdt 20c0000.wdog: timeout 60 sec (nowayout=0)
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
Bluetooth: HCI UART driver ver 2.3
Bluetooth: HCI UART protocol H4 registered
usb 1-1: new high-speed USB device number 2 using ci_hdrc
Bluetooth: HCI UART protocol BCSP registered
Bluetooth: HCI UART protocol ATH3K registered
bt power gpio is:93
rfkill: BT RF going to : on
mxc_bt_rfkill_reset
mxc_bt_rfkill driver success loaded
usbcore: registered new interface driver btusb
usbcore: registered new interface driver ath3k
sdhci: Secure Digital Host Controller Interface driver
sdhci: Copyright(c) Pierre Ossman
sdhci-pltfm: SDHCI platform and OF driver helper
sdhci-esdhc-imx 2190000.usdhc: Got CD GPIO
mmc0: SDHCI controller on 2190000.usdhc [2190000.usdhc] using ADMA
sdhci-esdhc-imx 2194000.usdhc: Got CD GPIO
sdhci-esdhc-imx 2194000.usdhc: Got WP GPIO
mmc1: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
usb 1-1: New USB device found, idVendor=045b, idProduct=022b
usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 3 ports detected
mmc1: new high speed SDHC card at address aaaa
mmcblk1: mmc1:aaaa SC16G 14.8 GiB
mmc2: SDHCI controller on 2198000.usdhc [2198000.usdhc] using ADMA
Primary GPT is invalid, using alternate GPT.
mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16
mmc3: SDHCI controller on 219c000.usdhc [219c000.usdhc] using ADMA
mxc_vpu 2040000.vpu_fsl: VPU initialized
imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_KEY_ROW2 already requested by 20e0000.iomuxc; cannot claim for soc:hdmi_cec@00120000
imx6q-pinctrl 20e0000.iomuxc: pin-131 (soc:hdmi_cec@00120000) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 131 (MX6Q_PAD_KEY_ROW2) from group hdmicecgrp on device 20e0000.iomuxc
mxc_hdmi_cec soc:hdmi_cec@00120000: Error applying setting, reverse things back
mxc_hdmi_cec: probe of soc:hdmi_cec@00120000 failed with error -22
Galcore version 6.2.4.190076
mmc3: new DDR MMC card at address 0001
mmcblk3: mmc3:0001 HAG4a2 7.34 GiB
mmcblk3boot0: mmc3:0001 HAG4a2 partition 1 8.00 MiB
mmcblk3boot1: mmc3:0001 HAG4a2 partition 2 8.00 MiB
mmcblk3rpmb: mmc3:0001 HAG4a2 partition 3 4.00 MiB
mmcblk3: p1 p2 p3 < p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 >
[drm] Initialized vivante 1.0.0 20170808 for 130000.gpu on minor 1
leds-gpio: probe of leds failed with error -16
hidraw: raw HID events driver (C) Jiri Kosina
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
ashmem: initialized
usbcore: registered new interface driver snd-usb-audio
fsl-ssi-dai 202c000.ssi: No cache defaults, reading back from HW
NET: Registered protocol family 26
u32 classifier
Actions configured
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
ctnetlink v0.93: registering with nfnetlink.
xt_time: kernel timezone is -0000
IPv4 over IPsec tunneling driver
ip_tables: (C) 2000-2006 Netfilter Core Team
arp_tables: arp_tables: (C) 2002 David S. Miller
Initializing XFRM netlink socket
NET: Registered protocol family 10
Segment Routing with IPv6
mip6: Mobile IPv6
ip6_tables: (C) 2000-2006 Netfilter Core Team
sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
NET: Registered protocol family 17
NET: Registered protocol family 15
can: controller area network core (rev 20170425 abi 9)
NET: Registered protocol family 29
can: raw protocol (rev 20170425)
can: broadcast manager protocol (rev 20170425 t)
can: netlink gateway (rev 20170425) 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
lib80211: common routines for IEEE802.11 drivers
registered taskstats version 1
(NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
Hot alarm is canceled. GPU3D clock will return to 64/64
imx_thermal 2000000.aips-bus:tempmon: Extended Commercial CPU temperature grade - max:105C critical:100C passive:95C
imx6q-pinctrl 20e0000.iomuxc: pin MX6Q_PAD_EIM_D29 already requested by 20e0000.iomuxc; cannot claim for gpio-keys
imx6q-pinctrl 20e0000.iomuxc: pin-50 (gpio-keys) status -22
imx6q-pinctrl 20e0000.iomuxc: could not request pin 50 (MX6Q_PAD_EIM_D29) from group gpio_keysgrp on device 20e0000.iomuxc
gpio-keys gpio-keys: Error applying setting, reverse things back
gpio-keys: probe of gpio-keys failed with error -22
snvs_rtc 20cc000.snvs:snvs-rtc-lp: setting system clock to 1970-01-01 00:00:11 UTC (11)
usb_otg_vbus: disabling
usb_h1_vbus: disabling
wlreg_on: disabling
ALSA device list:
No soundcards found.
Freeing unused kernel memory: 1024K
init: init first stage started!
init: Using Android DT directory /proc/device-tree/firmware/android/
init: [libfs_mgr]fs_mgr_read_fstab_default(): failed to find device default fstab
init: [libfs_mgr]Returning avb_handle with status: 0
init: [libfs_mgr]Loading verity table: '1 /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/system /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/system 4096 4096 451493 451493 sha1 9c4f5d73232bf6744a721d08ca590a751131a2ec b231ad00ac74b54673da0bd3ba883be6b04e35f3 10 use_fec_from_device /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/system fec_roots 2 fec_blocks 455050 fec_start 455050 restart_on_corruption ignore_zero_blocks'
EXT4-fs (dm-0): mounted filesystem without journal. Opts: barrier=1,inode_readahead_blks=8
init: [libfs_mgr]__mount(source=/dev/block/dm-0,target=/system,type=ext4)=0: Success
init: [libfs_mgr]Loading verity table: '1 /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/vendor /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/vendor 4096 4096 28199 28199 sha1 b3556a1aece0f02e3ed12c98b7f0af12fe7243dd 4bbf6715f0ab4bdf52a40a7d837667e029110644 10 use_fec_from_device /dev/block/platform/soc0/soc/2100000.aips-bus/2194000.usdhc/by-name/vendor fec_roots 2 fec_blocks 28423 fec_start 28423 restart_on_corruption ignore_zero_blocks'
EXT4-fs (dm-1): mounted filesystem without journal. Opts: barrier=1,inode_readahead_blks=8
init: [libfs_mgr]__mount(source=/dev/block/dm-1,target=/vendor,type=ext4)=0: Success
init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
init: Loading SELinux policy
SELinux: Class process2 not defined in policy.
SELinux: Class infiniband_pkey not defined in policy.
SELinux: Class infiniband_endport not defined in policy.
SELinux: the above unknown classes and permissions will be denied
SELinux: policy capability network_peer_controls=1
SELinux: policy capability open_perms=1
SELinux: policy capability extended_socket_class=1
SELinux: policy capability always_check_network=0
SELinux: policy capability cgroup_seclabel=0
SELinux: policy capability nnp_nosuid_transition=0
mfppanel_handle_ex_code: POKUSB send from micon + force attach
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
mfppanel_handle_ex_code: POKUSB send from micon + force attach
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
audit: type=1403 audit(12.240:2): policy loaded auid=4294967295 ses=4294967295
audit: type=1404 audit(12.260:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
configfs: ret=0(g_gadget=0x0)
init: 2 output lines suppressed due to ratelimiting
configfs: ret=0(g_gadget=0x0)
init: init second stage started!
init: Using Android DT directory /proc/device-tree/firmware/android/
configfs: ret=0(g_gadget=0x0)
selinux: SELinux: Loaded file_contexts

init: Running restorecon...
init: waitid failed: No child processes
init: Couldn't load property file '/odm/default.prop': open() failed: No such file or directory: No such file or directory
configfs: ret=0(g_gadget=0x0)
init: Created socket '/dev/socket/property_service', mode 666, user 0, group 0
init: Forked subcontext for 'u:r:vendor_init:s0' with pid 198
init: Forked subcontext for 'u:r:vendor_init:s0' with pid 199
init: Parsing file /init.rc...
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
audit: type=1400 audit(12.610:4): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
ueventd: ueventd started!
audit: type=1400 audit(12.610:5): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
audit: type=1400 audit(12.610:6): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
configfs: ret=0(g_gadget=0x0)
audit: type=1400 audit(12.620:7): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
selinux: SELinux: Loaded file_contexts

ueventd: Parsing file /ueventd.rc...
ueventd: Parsing file /vendor/ueventd.rc...
audit: type=1400 audit(12.690:8): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
ueventd: Parsing file /odm/ueventd.rc...
audit: type=1400 audit(12.690:9): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
ueventd: Unable to read config file '/odm/ueventd.rc': open() failed: No such file or directory
audit: type=1400 audit(12.690:10): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
audit: type=1400 audit(12.690:11): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
configfs: ret=0(g_gadget=0x0)
ueventd: Parsing file /ueventd.freescale.rc...
ueventd: Unable to read config file '/ueventd.freescale.rc': open() failed: No such file or directory
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
ueventd: firmware: loading 'imx/sdma/sdma-imx6q.bin' for '/devices/soc0/soc/2000000.aips-bus/20ec000.sdma/firmware/imx!sdma!sdma-imx6q.bin'
configfs: ret=0(g_gadget=0x0)
ueventd: loading /devices/soc0/soc/2000000.aips-bus/20ec000.sdma/firmware/imx!sdma!sdma-imx6q.bin took 40ms
imx-sdma 20ec000.sdma: loaded firmware 3.4
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
audit: type=1400 audit(13.100:12): avc: denied { setattr } for pid=1 comm="init" name="cache" dev="rootfs" ino=6232 scontext=u:r:init:s0 tcontext=u:object_r:rootfs:s0 tclass=lnk_file permissive=0
configfs: ret=0(g_gadget=0x0)
audit: type=1400 audit(13.110:13): avc: denied { write } for pid=1 comm="init" name="alignment" dev="proc" ino=4026531987 scontext=u:r:init:s0 tcontext=u:object_r:proc:s0 tclass=file permissive=0
watchdogd: watchdogd started (interval 10, margin 20)!
Console: switching to colour dummy device 80x30
configfs: ret=0(g_gadget=0x0)
EXT4-fs (mmcblk1p14): Ignoring removed nomblk_io_submit option
configfs: ret=0(g_gadget=0x0)
EXT4-fs (mmcblk1p14): recovery complete
EXT4-fs (mmcblk1p14): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
e2fsck: e2fsck 1.43.3 (04-Sep-2016)

e2fsck: Pass 1: Checking inodes, blocks, and sizes

e2fsck: Pass 2: Checking directory structure

e2fsck: Pass 3: Checking directory connectivity

e2fsck: Pass 4: Checking reference counts

configfs: ret=0(g_gadget=0x0)
e2fsck: Pass 5: Checking group summary information

e2fsck: userdata: 124/719488 files (1.6% non-contiguous), 85074/2876416 blocks

EXT4-fs (mmcblk1p14): Ignoring removed nomblk_io_submit option
EXT4-fs (mmcblk1p14): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic
EXT4-fs (mmcblk1p5): Ignoring removed nomblk_io_submit option
configfs: ret=0(g_gadget=0x0)
EXT4-fs (mmcblk1p5): recovery complete
EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
e2fsck: e2fsck 1.43.3 (04-Sep-2016)

e2fsck: Pass 1: Checking inodes, blocks, and sizes

e2fsck: Pass 2: Checking directory structure

EXT4-fs (mmcblk1p5): Ignoring removed nomblk_io_submit option
EXT4-fs (mmcblk1p5): mounted filesystem with ordered data mode. Opts: nomblk_io_submit
EXT4-fs (mmcblk1p11): Ignoring removed nomblk_io_submit option
configfs: ret=0(g_gadget=0x0)
EXT4-fs (mmcblk1p11): bad geometry: block count 2888704 exceeds size of device (4096 blocks)
configfs: ret=0(g_gadget=0x0)
EXT4-fs (mmcblk1p11): Ignoring removed nomblk_io_submit option
EXT4-fs (mmcblk1p11): bad geometry: block count 2888704 exceeds size of device (4096 blocks)
init: 27 output lines suppressed due to ratelimiting
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
zram0: detected capacity change from 0 to 536870912
configfs: ret=0(g_gadget=0x0)
mkswap: Swapspace size: 524284k, UUID=af07c33c-9ede-4aa0-9f9a-d6a0abeba135
Adding 524284k swap on /dev/block/zram0. Priority:-2 extents:1 across:524284k SS
logd.auditd: start
configfs: ret=0(g_gadget=0x0)
type=1400 audit(14.550:34): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=0
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
configfs: ret=0(g_gadget=0x0)
fw_version_req: get fw_version request
adjust start up request
logd.daemon: reinit
configfs: ret=0(g_gadget=0x0)
rfkill: BT RF going to : off
MicomFW Version 9.07
configfs: ret=0(g_gadget=0x0)
Mass Storage Function, version: 2009/09/11
LUN: removable file: (no medium)
file system registered
start up: nomal
Mass Storage Function, version: 2009/09/11
LUN: removable file: (no medium)
using random self ethernet address
using random host ethernet address
configfs: set g_gadget=0xd476a2f0
EndpointAddress 2
EndpointAddress 1
usb0: HOST MAC 6e:ac:d7:79:4d:11
usb0: MAC 00:26:73:0c:d6:10
EndpointAddress 4

Regards,
Thanaraj Subramani
0 Kudos
1 Reply

1,355 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Thanaraj Subramani,

It would seem that the added partition makes the whole entries bigger than the allotted 14GB of the file system. Have you tried resizing other partitions so that the whole partition table does not go over 14GB? If you are working on a larger device you would need to change the file to allow for more than the 14GB available.

Regards,

0 Kudos