Hi @RobertCNelson
Sorry, Now I changed rw → ro in uEnvt.txt file
debian@BeagleBone:~$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk1 179:0 0 3.5G 0 disk
`-mmcblk1p1 179:1 0 3.5G 0 part /
mmcblk1boot0 179:256 0 2M 1 disk
mmcblk1boot1 179:512 0 2M 1 disk
mmcblk0 179:768 0 7.5G 0 disk
|-mmcblk0p1 179:769 0 512M 0 part
`-mmcblk0p2 179:770 0 7G 0 part
debian@BeagleBone:~$ sudo mount /dev/mmcblk0p1 /media/waageesh/BOOT/
debian@BeagleBone:~$ cat /media/waageesh/BOOT/uEnv.txt
bootsettings=setenv bootargs console=ttyS0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
mmcboot=echo Booting from microSD ...; setenv autoload no ; load mmc 0:1 ${loadaddr} uImage ; load mmc 0:1 ${fdtaddr} am335x-boneblack.dtb ; run bootsettings ; bootm ${loadaddr} - ${fdtaddr}
uenvcmd=run mmcboot
debian@BeagleBone:~$
Installed new kernel modules(6.5.4) in SDCard/ROOTFS partition
debian@BeagleBone:/media/waageesh/ROOTFS/lib/modules$ ls
4.14.108-ti-r113 6.5.4
debian@BeagleBone:/media/waageesh/ROOTFS/lib/modules$ ls 6.5.4/kernel/
arch/ crypto/ drivers/ fs/ lib/ mm/ net/ sound/
debian@BeagleBone:/media/waageesh/ROOTFS/lib/modules$ ls 6.5.4/kernel/drivers/
ata/ clk/ crypto/ gpu/ iio/ media/ mtd/ power/ rtc/ video/
block/ connector/ dma/ hid/ input/ memory/ net/ pwm/ soc/ w1/
bluetooth/ counter/ extcon/ hsi/ leds/ mfd/ pci/ regulator/ spi/ watchdog/
char/ cpufreq/ gpio/ hwmon/ mailbox/ misc/ phy/ remoteproc/ usb/
Below is the log when rebooted the board
U-Boot SPL 2022.04-ge0d31da5 (Aug 04 2023 - 18:48:26 +0000)
Trying to boot from MMC2
/W�.+˩H�Core: 150 devices, 14 uclasses, devicetree: separate
WDT: Started wdt@44e35000 with servicing (60s timeout)
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from EXT4...
** Unable to use mmc 0:1 for loading the env **
Board: BeagleBone Black
<ethaddr> not set. Validating first E-fuse MAC
BeagleBone Black:
Model: BeagleBone Black Industrial:
BeagleBone Cape EEPROM: no EEPROM at address: 0x54
BeagleBone Cape EEPROM: no EEPROM at address: 0x55
BeagleBone Cape EEPROM: no EEPROM at address: 0x56
BeagleBone Cape EEPROM: no EEPROM at address: 0x57
Net: eth2: ethernet@4a100000, eth3: usb_ether
Press SPACE to abort autoboot in 0 seconds
board_name=[A335BNLT] ...
board_rev=[EIA0] ...
switch to partitions #0, OK
mmc0 is current device
SD/MMC found on device 0
Couldn't find partition 0:2 0x82000000
Can't set block device
Couldn't find partition 0:2 0x82000000
Can't set block device
switch to partitions #0, OK
mmc0 is current device
Scanning mmc 0:1...
70087 bytes read in 10 ms (6.7 MiB/s)
Scanning disk mmc@48060000.blk...
Scanning disk mmc@481d8000.blk...
Found 5 disks
No EFI system partition
BootOrder not defined
EFI boot manager: Cannot load any image
gpio: pin 56 (gpio 56) value is 0
gpio: pin 55 (gpio 55) value is 0
gpio: pin 54 (gpio 54) value is 0
gpio: pin 53 (gpio 53) value is 1
switch to partitions #0, OK
mmc0 is current device
gpio: pin 54 (gpio 54) value is 1
Checking for: /uEnv.txt ...
311 bytes read in 3 ms (100.6 KiB/s)
gpio: pin 55 (gpio 55) value is 1
Loaded environment from /uEnv.txt
Importing environment from mmc ...
Checking if uenvcmd is set ...
gpio: pin 56 (gpio 56) value is 1
Running uenvcmd ...
Booting from microSD ...
5181600 bytes read in 377 ms (13.1 MiB/s)
70087 bytes read in 9 ms (7.4 MiB/s)
## Booting kernel from Legacy Image at 82000000 ...
Image Name: Linux-6.5.4
Created: 2023-11-02 20:01:29 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 5181536 Bytes = 4.9 MiB
Load Address: 80008000
Entry Point: 80008000
Verifying Checksum ... OK
## Flattened Device Tree blob at 88000000
Booting using the fdt blob at 0x88000000
Loading Kernel Image
Loading Device Tree to 8ffeb000, end 8ffff1c6 ... OK
Starting kernel ...
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.5.4 (waageesh@waageesh-Aspire-A715-75G) (arm-linux-gnueabihf-gcc (GCC) 14.0.0 20230605 (experimental) [master revision c73
[ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] cma: Reserved 16 MiB at 0x9e800000
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] CPU: All CPU(s) started in SVC mode.
[ 0.000000] AM335X ES2.1 (sgx neon)
[ 0.000000] percpu: Embedded 16 pages/cpu s35604 r8192 d21740 u65536
[ 0.000000] Kernel command line: console=ttyS0,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Memory: 483724K/522240K available (11264K kernel code, 1102K rwdata, 2508K rodata, 1024K init, 281K bss, 22132K reserved, 16384K cma-rese)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] rcu: Hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] IRQ: Found an INTC at 0x(ptrval) (revision 5.0) with 128 interrupts
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000
[ 0.000002] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[ 0.000026] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000489] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000
[ 0.001923] Console: colour dummy device 80x30
[ 0.002002] Calibrating delay loop... 996.14 BogoMIPS (lpj=4980736)
[ 0.090536] CPU: Testing write buffer coherency: ok
[ 0.090633] CPU0: Spectre v2: using BPIALL workaround
[ 0.090646] pid_max: default: 32768 minimum: 301
[ 0.090780] LSM: initializing lsm=capability,integrity
[ 0.090949] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.090969] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.092409] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[ 0.093864] Setting up static identity map for 0x80100000 - 0x80100078
[ 0.094146] rcu: Hierarchical SRCU implementation.
[ 0.094157] rcu: Max phase no-delay instances is 1000.
[ 0.094877] smp: Bringing up secondary CPUs ...
[ 0.094924] smp: Brought up 1 node, 1 CPU
[ 0.094937] SMP: Total of 1 processors activated (996.14 BogoMIPS).
[ 0.094946] CPU: All CPU(s) started in SVC mode.
[ 0.095741] devtmpfs: initialized
[ 0.110491] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[ 0.111009] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.111047] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.112317] pinctrl core: initialized pinctrl subsystem
[ 0.114775] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.117299] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.117899] audit: initializing netlink subsys (disabled)
[ 0.119190] thermal_sys: Registered thermal governor 'fair_share'
[ 0.119209] thermal_sys: Registered thermal governor 'step_wise'
[ 0.119215] thermal_sys: Registered thermal governor 'user_space'
[ 0.119345] cpuidle: using governor menu
[ 0.138939] No ATAGs?
[ 0.138964] hw-breakpoint: debug architecture 0x4 unsupported.
[ 0.141650] audit: type=2000 audit(0.110:1): state=initialized audit_enabled=0 res=1
[ 0.141950] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.810385] iommu: Default domain type: Translated
[ 0.810405] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.811902] SCSI subsystem initialized
[ 0.813634] pps_core: LinuxPPS API ver. 1 registered
[ 0.813645] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.813671] PTP clock support registered
[ 0.815474] vgaarb: loaded
[ 0.815782] clocksource: Switched to clocksource dmtimer
[ 0.816372] VFS: Disk quotas dquot_6.6.0
[ 0.816428] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.881075] NET: Registered PF_INET protocol family
[ 0.881417] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.882786] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[ 0.882823] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.882842] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.882884] TCP bind hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.882984] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.883111] UDP hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.883143] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear)
[ 0.883320] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.884542] RPC: Registered named UNIX socket transport module.
[ 0.884563] RPC: Registered udp transport module.
[ 0.884569] RPC: Registered tcp transport module.
[ 0.884574] RPC: Registered tcp-with-tls transport module.
[ 0.884579] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.884604] PCI: CLS 0 bytes, default 64
[ 0.886306] Initialise system trusted keyrings
[ 0.887163] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.888337] NFS: Registering the id_resolver key type
[ 0.888400] Key type id_resolver registered
[ 0.888408] Key type id_legacy registered
[ 0.888454] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.888844] Key type asymmetric registered
[ 0.888859] Asymmetric key parser 'x509' registered
[ 0.888927] io scheduler mq-deadline registered
[ 0.888939] io scheduler kyber registered
[ 0.889004] io scheduler bfq registered
[ 0.892831] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.910974] brd: module loaded
[ 0.919072] loop: module loaded
[ 0.919995] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.922661] i2c_dev: i2c /dev entries driver
[ 0.923485] cpuidle: enable-method property 'ti,am3352' found operations
[ 0.923915] sdhci: Secure Digital Host Controller Interface driver
[ 0.923926] sdhci: Copyright(c) Pierre Ossman
[ 0.924095] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.924354] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.925135] Initializing XFRM netlink socket
[ 0.925281] NET: Registered PF_INET6 protocol family
[ 0.927214] Segment Routing with IPv6
[ 0.927291] In-situ OAM (IOAM) with IPv6
[ 0.927407] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.928316] NET: Registered PF_PACKET protocol family
[ 0.928347] NET: Registered PF_KEY protocol family
[ 0.928473] Key type dns_resolver registered
[ 0.928682] ThumbEE CPU extension supported.
[ 0.928702] Registering SWP/SWPB emulation handler
[ 0.929143] omap_voltage_late_init: Voltage driver support not added
[ 0.929479] SmartReflex Class3 initialized
[ 0.937135] Loading compiled-in X.509 certificates
[ 0.978429] platform 44e10800.pinmux: Fixed dependency cycle(s) with /ocp/interconnect@44c00000/segment@200000/target-module@10000/scm@0/pinmux@800/cs
[ 0.978974] pinctrl-single 44e10800.pinmux: 142 pins, size 568
[ 0.983515] ti-sysc: probe of 44e31000.target-module failed with error -16
[ 0.998077] ti-sysc: probe of 48040000.target-module failed with error -16
[ 1.010472] OMAP GPIO hardware version 0.1
[ 1.023320] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz
[ 1.051795] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[ 1.052240] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[ 1.105796] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000
[ 1.127700] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720
[ 1.128149] cpsw-switch 4a100000.switch: initialized cpsw ale version 1.4
[ 1.128167] cpsw-switch 4a100000.switch: ALE Table size 1024
[ 1.128438] cpsw-switch 4a100000.switch: cpts: overflow check period 500 (jiffies)
[ 1.128459] cpsw-switch 4a100000.switch: CPTS: ref_clk_freq:250000000 calc_mult:2147483648 calc_shift:29 error:0 nsec/sec
[ 1.128550] cpsw-switch 4a100000.switch: Detected MACID = e4:15:f6:f5:d0:69
[ 1.130329] cpsw-switch 4a100000.switch: initialized (regs 0x4a100000, pool size 256) hw_ver:0019010C 1.12 (0)
[ 1.140942] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present!
[ 1.140985] edma 49000000.dma: TI EDMA DMA engine driver
[ 1.160546] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
[ 1.167680] l3-aon-clkctrl:0000:0: failed to disable
[ 1.170131] printk: console [ttyS0] disabled
[ 1.170952] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 34, base_baud = 3000000) is a 8250
[ 1.171031] printk: console [ttyS0] enabled
[ 2.126677] tps65217-pmic: Failed to locate of_node [id: -1]
[ 2.132704] tps65217-bl: Failed to locate of_node [id: -1]
[ 2.143508] tps65217 0-0024: TPS65217 ID 0xe version 1.2
[ 2.149682] i2c 0-0070: Fixed dependency cycle(s) with /ocp/interconnect@48000000/segment@300000/target-module@e000/lcdc@0/port/endpoint@0
[ 2.162469] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz
[ 2.170951] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22)
[ 2.179859] sdhci-omap 48060000.mmc: Got CD GPIO
[ 2.184821] sdhci-omap 48060000.mmc: supply pbias not found, using dummy regulator
[ 2.195227] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator
[ 2.205914] clk: Disabling unused clocks
[ 2.211243] sdhci-omap 481d8000.mmc: supply pbias not found, using dummy regulator
[ 2.219932] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator
[ 2.255838] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA
[ 2.264681] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA
[ 2.273516] Waiting for root device /dev/mmcblk0p2...
[ 2.312068] mmc0: new high speed SDHC card at address 0001
[ 2.318804] mmcblk0: mmc0:0001 7.50 GiB
[ 2.325996] mmcblk0: p1 p2
[ 2.333125] mmc1: new high speed MMC card at address 0001
[ 2.339823] mmcblk1: mmc1:0001 M62704 3.53 GiB
[ 2.347080] mmcblk1: p1
[ 2.350731] mmcblk1boot0: mmc1:0001 M62704 2.00 MiB
[ 2.357767] mmcblk1boot1: mmc1:0001 M62704 2.00 MiB
[ 2.364448] mmcblk1rpmb: mmc1:0001 M62704 512 KiB, chardev (250:0)
[ 2.375477] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
[ 2.382978] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
[ 11.056610] EXT4-fs (mmcblk0p2): recovery complete
[ 12.291018] EXT4-fs (mmcblk0p2): mounted filesystem 0ae028b1-c046-4a45-9621-55960ec1b68a ro with ordered data mode. Quota mode: none.
[ 12.303303] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
[ 12.316035] devtmpfs: mounted
[ 12.320383] Freeing unused kernel image (initmem) memory: 1024K
[ 12.327154] Run /sbin/init as init process
[ 12.894243] systemd[1]: System time before build time, advancing clock.
[ 15.345800] random: crng init done
[ 15.406798] systemd[1]: systemd 232 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTL)
[ 15.425951] systemd[1]: Detected architecture arm.
Welcome to Debian GNU/Linux 9 (stretch)!
[ 15.477322] systemd[1]: Set hostname to <beaglebone>.
[ 16.213385] systemd[1]: Listening on udev Kernel Socket.
[ OK ] Listening on udev Kernel Socket.
[ 16.247317] systemd[1]: Created slice User and Session Slice.
[ OK ] Created slice User and Session Slice.
[ 16.286577] systemd[1]: Listening on Journal Socket (/dev/log).
[ OK ] Listening on Journal Socket (/dev/log).
[ 16.326557] systemd[1]: Listening on Journal Socket.
[ OK ] Listening on Journal Socket.
[ 16.367428] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ OK ] Set up automount Arbitrary Executab…rmats File System Automount Point.
[ 16.406812] systemd[1]: Listening on Journal Audit Socket.
[ OK ] Listening on Journal Audit Socket.
[ 16.446403] systemd[1]: Listening on fsck to fsckd communication Socket.
[ OK ] Listening on fsck to fsckd communication Socket.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Listening on udev Control Socket.
[ OK ] Started Forward Password Requests to Wall Directory Watch.
[ OK ] Listening on Syslog Socket.
[ OK ] Created slice System Slice.
[ OK ] Created slice system-getty.slice.
Starting Set the console keyboard layout...
Starting Journal Service...
Mounting /sys/kernel/debug...
Starting Create list of required st…ce nodes for the current kernel...
Starting Load Kernel Modules...
[ OK ] Reached target Slices.
[ OK ] Created slice system-serial\x2dgetty.slice.
Mounting POSIX Message Queue File System...
Starting File System Check on Root Device...
[ OK ] Started Dispatch Password Requests to Console Directory Watch.
[ OK ] Reached target Encrypted Volumes.
[ OK ] Reached target Paths.
[ OK ] Reached target Swap.
[ OK ] Reached target Remote File Systems.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted /sys/kernel/debug.
[ OK ] Started Create list of required sta…vice nodes for the current kernel.
[FAILED] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
[DEPEND] Dependency failed for robotcontrol.
[ OK ] Started File System Check Daemon to report status.
Mounting Configuration File System...
Starting Apply Kernel Variables...
Starting Create Static Device Nodes in /dev...
[ OK ] Mounted Configuration File System.
[ OK ] Started File System Check on Root Device.
Starting Remount Root and Kernel File Systems...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Journal Service.
[ OK ] Started Create Static Device Nodes in /dev.
Starting udev Kernel Device Manager...
[ 17.945428] EXT4-fs (mmcblk0p2): re-mounted 0ae028b1-c046-4a45-9621-55960ec1b68a r/w. Quota mode: none.
[ OK ] Started Remount Root and Kernel File Systems.
Starting Load/Save Random Seed...
Starting Flush Journal to Persistent Storage...
Starting udev Coldplug all Devices...
[ OK ] Started Load/Save Random Seed.
[ 18.326871] systemd-journald[79]: Received request to flush runtime journal from PID 1
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Started Set the console keyboard layout.
[ OK ] Reached target Local File Systems (Pre).
[ OK ] Reached target Local File Systems.
Starting Raise network interfaces...
Starting Set console font and keymap...
Starting Create Volatile Files and Directories...
[ OK ] Started Set console font and keymap.
[ OK ] Started Create Volatile Files and Directories.
Starting Network Time Synchronization...
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Entropy daemon using the HAVEGE algorithm.
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Started Network Time Synchronization.
[ OK ] Reached target System Time Synchronized.
[ OK ] Started Raise network interfaces.
[ OK ] Started udev Coldplug all Devices.
[ OK ] Reached target System Initialization.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Started Daily Cleanup of Temporary Directories.
[ OK ] Reached target Timers.
[ OK ] Listening on node-red.socket.
[ OK ] Listening on bonescript.socket.
[ 21.842335] remoteproc remoteproc0: wkup_m3 is available
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on cloud9.socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting LSB: Load kernel modules needed to enable cpufreq scaling...
Starting LSB: Start daemon at boot time...
[ OK ] Started D-Bus System Message Bus.
[ 22.273027] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 22.297715] at24 2-0054: supply vcc not found, using dummy regulator
[ 22.419452] omap_rtc 44e3e000.rtc: registered as rtc0
[ 22.424632] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
[ 22.435148] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 22.497738] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
[ 22.508066] at24 2-0055: supply vcc not found, using dummy regulator
[ 22.594427] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 22.677783] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set
[ 22.696498] at24 2-0056: supply vcc not found, using dummy regulator
[ 22.815361] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e00
[ 22.835009] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 22.849080] at24 2-0057: supply vcc not found, using dummy regulator
[ 22.937773] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests
[ 22.972965] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write
[ 22.981149] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.053713] usbcore: registered new interface driver usbfs
[ 23.059498] usbcore: registered new interface driver hub
[ 23.064941] usbcore: registered new device driver usb
[ 23.073353] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests
[ 23.088276] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.190672] tda998x 0-0070: found TDA19988
[ 23.220894] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.378164] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.539483] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.654148] wkup_m3_ipc 44e11324.wkup_m3_ipc: IPC Request for A8->M3 Channel failed! -517
[ 23.666861] musb-hdrc musb-hdrc.1: MUSB HDRC host driver
[ 23.672263] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1
[ 23.804646] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400
Starting Connection service...
Starting BBAI brcmfmac tether Service...
Starting System Logging Service...
[ 24.171704] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[ 24.180294] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 24.187661] usb usb1: Product: MUSB HDRC host driver
[ 24.192657] usb usb1: Manufacturer: Linux 6.5.4 musb-hcd
[ 24.198034] usb usb1: SerialNumber: musb-hdrc.1
Starting Generic Board Startup...
Starting rc_battery_monitor...
Starting LSB: Start busybox udhcpd at boot time...
Starting BB WL18xx wlan0 Service...
[ OK ] Started Regular background program processing daemon.
[ 24.930729] hub 1-0:1.0: USB hub found
[ 25.046788] hub 1-0:1.0: 1 port detected
[ OK ] Started Deferred execution scheduler.
[ OK ] Started Bonescript autorun.
[ 25.426342] omap_rng 48310000.rng: Random Number Generator ver. 20
Starting Login Service...
[ 25.657318] remoteproc remoteproc0: powering up wkup_m3
Starting Avahi mDNS/DNS-SD Stack...
[ 25.742663] tilcdc 4830e000.lcdc: bound 0-0070 (ops tda998x_audio_codec_init [tda998x])
[ 25.851143] remoteproc remoteproc0: Direct firmware load for am335x-pm-firmware.elf failed with error -2
[ 25.860961] remoteproc remoteproc0: request_firmware failed: -2
[ 25.867006] wkup_m3_ipc 44e11324.wkup_m3_ipc: rproc_boot failed
[ OK ] Started System Logging Service.
[ 26.074537] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0
[ 26.315953] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[ 26.324081] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes
[ OK ] Started rc_battery_monitor.
[ OK ] Started BBAI brcmfmac tether Service.
[ OK ] Started BB WL18xx wlan0 Service.
[ 26.691094] PM: Cannot get wkup_m3_ipc handle
[ 26.837560] omap-sham 53100000.sham: hw accel on OMAP rev 4.3
[ 26.858790] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2
[ 27.002714] omap-sham 53100000.sham: will run requests pump with realtime priority
[ 27.011559] PM: Cannot get wkup_m3_ipc handle
[ OK ] Found device /dev/ttyS0.
[ 27.062611] omap-aes 53500000.aes: will run requests pump with realtime priority
[ 27.071323] PM: Cannot get wkup_m3_ipc handle
[ 28.294990] cpsw-switch 4a100000.switch: starting ndev. mode: dual_mac
[ 28.627447] SMSC LAN8710/LAN8720 4a101000.mdio:00: attached PHY driver (mii_bus:phy_addr=4a101000.mdio:00, irq=POLL)
[ OK ] Started LSB: Start daemon at boot time.
[ OK ] Started LSB: Start busybox udhcpd at boot time.
[ 30.463666] PM: Cannot get wkup_m3_ipc handle
[ 30.649846] PM: Cannot get wkup_m3_ipc handle
[ OK ] Started LSB: Load kernel modules needed to enable cpufreq scaling.
[ OK ] Started Connection service.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started Login Service.
Starting Hostname Service...
Starting WPA supplicant...
[ OK ] Reached target Sound Card.
Starting LSB: set CPUFreq kernel parameters...
[ OK ] Started WPA supplicant.
[ OK ] Reached target Network.
Starting A high performance web server and a reverse proxy server...
Starting Permit User Sessions...
[ OK ] Reached target Network is Online.
Starting LSB: Advanced IEEE 802.11 management daemon...
[ OK ] Started LSB: set CPUFreq kernel parameters.
[ OK ] Started LSB: Advanced IEEE 802.11 management daemon.
[ OK ] Started Permit User Sessions.
[ OK ] Started Hostname Service.
Starting Light Display Manager...
[ OK ] Started Getty on tty1.
[ OK ] Started Serial Getty on ttyS0.
[ OK ] Reached target Login Prompts.
[ OK ] Started Light Display Manager.
[ OK ] Started A high performance web server and a reverse proxy server.
[ OK ] Stopped Light Display Manager.
Starting Light Display Manager...
[ OK ] Started Light Display Manager.
Debian GNU/Linux 9 beaglebone ttyS0
BeagleBoard.org Debian Image 2019-08-03
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
beaglebone login: debian
[ 44.181054] EXT4-fs error (device mmcblk0p2): ext4_find_extent:936: inode #168539: comm dpkg-query: pblk 1323005 bad header/extent: invalid magic - m)
[ 44.199443] Aborting journal on device mmcblk0p2-8.
[ 44.207430] EXT4-fs error (device mmcblk0p2): ext4_journal_check_start:83: comm rs:main Q:Reg: Detected aborted journal
[ 44.227921] EXT4-fs error (device mmcblk0p2): ext4_journal_check_start:83: comm lightdm: Detected aborted journal
[ 44.322540] EXT4-fs error (device mmcblk0p2): ext4_journal_check_start:83: comm Xorg: Detected aborted journal
[ 54.245777] mmc0: Timeout waiting for hardware interrupt.
[ 54.251254] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 54.257723] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00003101
[ 54.264194] mmc0: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000028
[ 54.270665] mmc0: sdhci: Argument: 0x00942ef0 | Trn mode: 0x00000033
[ 54.277136] mmc0: sdhci: Present: 0x01f70a06 | Host ctl: 0x00000002
[ 54.283605] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 54.290075] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000087
[ 54.296543] mmc0: sdhci: Timeout: 0x0000000a | Int stat: 0x00000000
[ 54.303013] mmc0: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 54.309483] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 54.315951] mmc0: sdhci: Caps: 0x07e10080 | Caps_1: 0x00000000
[ 54.322420] mmc0: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 54.328889] mmc0: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00000000
[ 54.335359] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 54.341828] mmc0: sdhci: Host ctl2: 0x00000000
[ 54.346291] mmc0: sdhci: ============================================
[ 54.408885] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #17911: comm nodejs: No space for directory leaf checksum. Pleas.
[ 54.423939] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1689: inode #17911: comm nodejs: checksumming directory block 0
[ 54.440789] EXT4-fs error (device mmcblk0p2): ext4_journal_check_start:83: comm systemd: Detected aborted journal
[ 54.451633] EXT4-fs (mmcblk0p2): Remounting filesystem read-only
[ 54.459437] EXT4-fs warning (device mmcblk0p2): dx_probe:820: inode #168539: lblock 0: comm dpkg-query: error -117 reading directory block
[ 54.551244] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #17911: comm nodejs: No space for directory leaf checksum. Pleas.
[ 54.566374] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1689: inode #17911: comm nodejs: checksumming directory block 0
[ 54.626548] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #17911: comm nodejs: No space for directory leaf checksum. Pleas.
[ 54.641591] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1689: inode #17911: comm nodejs: checksumming directory block 0
[ 54.676379] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #17911: comm nodejs: No space for directory leaf checksum. Pleas.
[ 54.691382] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1689: inode #17911: comm nodejs: checksumming directory block 0
[ OK ] Stopped Serial Getty on ttyS0.
[ 54.750742] EXT4-fs warning (device mmcblk0p2): ext4_dirblock_csum_verify:404: inode #17911: comm nodejs: No space for directory leaf checksum. Pleas.
[ 54.765856] EXT4-fs error (device mmcblk0p2): __ext4_find_entry:1689: inode #17911: comm nodejs: checksumming directory block 0
[ OK ] Started Serial Getty on ttyS0.
[ 56.210598] mmc0: Problem switching card into high-speed mode!
Debian GNU/Linux 9 beaglebone ttyS0
BeagleBoard.org Debian Image 2019-08-03
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
beaglebone login: [ 66.405774] mmc0: Timeout waiting for hardware interrupt.
[ 66.411254] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 66.417725] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00003101
[ 66.424195] mmc0: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000020
[ 66.430666] mmc0: sdhci: Argument: 0x0094cbd0 | Trn mode: 0x00000033
[ 66.437135] mmc0: sdhci: Present: 0x01f70a06 | Host ctl: 0x00000002
[ 66.443605] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 66.450074] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000107
[ 66.456545] mmc0: sdhci: Timeout: 0x00000009 | Int stat: 0x00000000
[ 66.463013] mmc0: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 66.469483] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 66.475952] mmc0: sdhci: Caps: 0x07e10080 | Caps_1: 0x00000000
[ 66.482421] mmc0: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 66.488890] mmc0: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00000000
[ 66.495359] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 66.501828] mmc0: sdhci: Host ctl2: 0x00000000
[ 66.506291] mmc0: sdhci: ============================================
debian
[ OK ] Stopped Serial Getty on ttyS0.
[ OK ] Started Serial Getty on ttyS0.
[ 85.605771] mmc0: Timeout waiting for hardware interrupt.
[ 85.611254] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 85.617723] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00003101
[ 85.624195] mmc0: sdhci: Blk size: 0x00000200 | Blk cnt: 0x00000020
[ 85.630664] mmc0: sdhci: Argument: 0x0094cbd0 | Trn mode: 0x00000033
[ 85.637134] mmc0: sdhci: Present: 0x01f70a06 | Host ctl: 0x00000002
[ 85.643604] mmc0: sdhci: Power: 0x0000000f | Blk gap: 0x00000000
[ 85.650073] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x00000107
[ 85.656542] mmc0: sdhci: Timeout: 0x00000009 | Int stat: 0x00000000
[ 85.663011] mmc0: sdhci: Int enab: 0x027f000b | Sig enab: 0x027f000b
[ 85.669481] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 85.675949] mmc0: sdhci: Caps: 0x07e10080 | Caps_1: 0x00000000
[ 85.682417] mmc0: sdhci: Cmd: 0x0000123a | Max curr: 0x00000000
[ 85.688887] mmc0: sdhci: Resp[0]: 0x00000900 | Resp[1]: 0x00000000
[ 85.695356] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 85.701826] mmc0: sdhci: Host ctl2: 0x00000000
[ 85.706287] mmc0: sdhci: ============================================
[ 85.814680] mmc0: Problem switching card into high-speed mode!
[FAILED] Failed to start Generic Board Startup.
See 'systemctl status generic-board-startup.service' for details.
Starting BB WL18xx Bluetooth Service...
[FAILED] Failed to start BB WL18xx Bluetooth Service.
See 'systemctl status bb-wl18xx-bluetooth.service' for details.
[ OK ] Reached target Multi-User System.
[ OK ] Reached target Graphical Interface.
Starting Update UTMP about System Runlevel Changes...
[FAILED] Failed to start Update UTMP about System Runlevel Changes.
See 'systemctl status systemd-update-utmp-runlevel.service' for details.
Debian GNU/Linux 9 beaglebone ttyS0
BeagleBoard.org Debian Image 2019-08-03
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
beaglebone login: debian
Debian GNU/Linux 9 beaglebone ttyS0
BeagleBoard.org Debian Image 2019-08-03
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
beaglebone login: [ 116.487535] 8<--- cut here ---
[ 116.490656] Unable to handle kernel paging request at virtual address 2d333150 when read
[ 116.498950] [2d333150] *pgd=00000000
[ 116.502568] Internal error: Oops: 5 [#1] SMP ARM
[ 116.507215] Modules linked in: snd_soc_hdmi_codec evdev iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_simple_card iptable_man4
[ 116.574207] CPU: 0 PID: 555 Comm: (sh) Not tainted 6.5.4 #1
[ 116.579811] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 116.585932] PC is at __kmem_cache_alloc_node+0xbc/0x4dc
[ 116.591207] LR is at 0xe047dd08
[ 116.594365] pc : [<c02f08d8>] lr : [<e047dd08>] psr: a0010013
[ 116.600660] sp : e047dd08 ip : c110c390 fp : 0000cc52
[ 116.605908] r10: c105edb0 r9 : c1005694 r8 : 00000dc0
[ 116.611155] r7 : c1134598 r6 : 2d333130 r5 : 00000000 r4 : c1801100
[ 116.617711] r3 : 00000020 r2 : df93bb38 r1 : 0000cc51 r0 : 1e9b4000
[ 116.624269] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
[ 116.631440] Control: 10c5387d Table: 837c8019 DAC: 00000051
[ 116.637209] Register r0 information: non-paged memory
[ 116.642291] Register r1 information: non-paged memory
[ 116.647369] Register r2 information: non-slab/vmalloc memory
[ 116.653061] Register r3 information: non-paged memory
[ 116.658137] Register r4 information: slab kmem_cache start c1801100 pointer offset 0 size 124
[ 116.666732] Register r5 information: NULL pointer
[ 116.671460] Register r6 information: non-paged memory
[ 116.676536] Register r7 information: non-slab/vmalloc memory
[ 116.682226] Register r8 information: non-paged memory
[ 116.687303] Register r9 information: non-slab/vmalloc memory
[ 116.692991] Register r10 information: non-slab/vmalloc memory
[ 116.698766] Register r11 information: non-paged memory
[ 116.703929] Register r12 information: non-slab/vmalloc memory
[ 116.709704] Process (sh) (pid: 555, stack limit = 0x2e6ae69d)
[ 116.715483] Stack: (0xe047dd08 to 0xe047e000)
[ 116.719867] dd00: df93bb38 00000018 00000000 00000dc0 00000018 ffffffff
[ 116.728085] dd20: c25720d8 e047dda0 00000005 00000018 c01f6cf8 c1801100 00000dc0 c105edb0
[ 116.736301] dd40: c112a29c c02a7e88 c01f6cf8 c1801280 00000dc0 c105edb0 c112a29c e047dda0
[ 116.744518] dd60: 00000005 0000000a c0e0e33c 00000020 00000103 c105edb0 c112a29c c01f6cf8
[ 116.752735] dd80: 00000000 c5afa200 c36c6800 c5afa000 00000020 c01f9d3c 00000000 c2c00000
[ 116.760952] dda0: c347d988 c34ed108 c10611d8 c1116a40 c10266f8 c1142670 c180d000 c2f1ca00
[ 116.769169] ddc0: c18b2000 c18b2080 c18b2100 6c427dcb e047ddd0 c112a29c e047de28 e047dd6c
[ 116.777386] dde0: 00000001 c1109f89 c112a2a4 c5afa200 c5afa2bc c01face8 00002991 c112a29c
[ 116.785602] de00: c5ad0000 00000001 c36c6800 00000001 00000000 00000000 00000000 c01fbb24
[ 116.793820] de20: 00000000 6c427dcb c5afa2bc c5afa2bc e047de30 e047de30 e047de38 e047de38
[ 116.802036] de40: e047de40 e047de40 00000000 00000000 e047de38 00000000 00000000 00000000
[ 116.810252] de60: 00000001 6c427dcb 00000000 c2f1c580 c5ad0000 c36c6800 00000004 00000001
[ 116.818469] de80: 00000000 00000000 00000000 c0201cec 01000004 6c427dcb bead3590 00000000
[ 116.826685] dea0: 00000000 c2f1c580 c2f1c590 e047df30 00000004 c0201d80 00000000 00000000
[ 116.834903] dec0: 00000001 c2f1c580 c2f1c590 c36028c0 00000004 c03a6bc0 00000000 00000000
[ 116.843120] dee0: 00000000 00000000 c32439c0 e047df80 005a8b90 c0c1d788 bead3590 c030866c
[ 116.851337] df00: 00000000 00000000 00201000 00000000 01000005 00000001 00000004 005a8b90
[ 116.859554] df20: 00000000 00000000 00000001 00000000 c32439c0 00000000 00000000 00000000
[ 116.867770] df40: 00000000 00000000 00000000 00004004 00000000 00000000 00000004 6c427dcb
[ 116.875986] df60: c32439c0 c32439c0 00000000 00000000 c01002ec c5ad0000 00000004 c0308994
[ 116.884203] df80: 00000000 00000000 00000000 6c427dcb 00000003 00000004 005a8b90 006085d0
[ 116.892420] dfa0: 00000004 c0100080 00000004 005a8b90 00000003 005a8b90 00000004 00000000
[ 116.900637] dfc0: 00000004 005a8b90 006085d0 00000004 005a8b90 00000004 fffffffe bead3590
[ 116.908854] dfe0: 00000000 bead3478 00000000 b6be6d12 00010030 00000003 00000000 00000000
[ 116.917079] __kmem_cache_alloc_node from kmalloc_trace+0x28/0xb4
[ 116.923232] kmalloc_trace from allocate_cgrp_cset_links+0x30/0xc0
[ 116.929467] allocate_cgrp_cset_links from find_css_set+0x2b8/0x5e8
[ 116.935783] find_css_set from cgroup_migrate_prepare_dst+0x3c/0x1ec
[ 116.942180] cgroup_migrate_prepare_dst from cgroup_attach_task+0xf0/0x210
[ 116.949095] cgroup_attach_task from __cgroup1_procs_write+0x128/0x17c
[ 116.955668] __cgroup1_procs_write from cgroup1_procs_write+0x1c/0x24
[ 116.962148] cgroup1_procs_write from kernfs_fop_write_iter+0xfc/0x1e8
[ 116.968732] kernfs_fop_write_iter from vfs_write+0x1d4/0x38c
[ 116.974531] vfs_write from ksys_write+0x70/0xfc
[ 116.979185] ksys_write from ret_fast_syscall+0x0/0x58
[ 116.984360] Exception stack(0xe047dfa8 to 0xe047dff0)
[ 116.989438] dfa0: 00000004 005a8b90 00000003 005a8b90 00000004 00000000
[ 116.997655] dfc0: 00000004 005a8b90 006085d0 00000004 005a8b90 00000004 fffffffe bead3590
[ 117.005870] dfe0: 00000000 bead3478 00000000 b6be6d12
[ 117.010951] Code: e3560000 13530000 0a0000b2 e594301c (e796c003)
[ 117.017205] ---[ end trace 0000000000000000 ]---
Debian GNU/Linux 9 beaglebone ttyS0
BeagleBoard.org Debian Image 2019-08-03
Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian
default username:password is [debian:temppwd]
beaglebone login: debian
[ 403.045819] 8<--- cut here ---
[ 403.048935] Unable to handle kernel paging request at virtual address 2d333150 when read
[ 403.057130] [2d333150] *pgd=00000000
[ 403.060746] Internal error: Oops: 5 [#2] SMP ARM
[ 403.065390] Modules linked in: snd_soc_hdmi_codec evdev iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 snd_soc_simple_card iptable_man4
[ 403.132385] CPU: 0 PID: 50 Comm: kworker/0:17 Tainted: G D 6.5.4 #1
[ 403.140082] Hardware name: Generic AM33XX (Flattened Device Tree)
[ 403.146210] Workqueue: 0x0 (events)
[ 403.149823] PC is at __kmem_cache_alloc_node+0xbc/0x4dc
[ 403.155093] LR is at 0xe03e9e58
[ 403.158249] pc : [<c02f08d8>] lr : [<e03e9e58>] psr: a0010013
[ 403.164543] sp : e03e9e58 ip : e03e9f28 fp : 0000cc52
[ 403.169791] r10: 00000000 r9 : c1005694 r8 : 00000cc0
[ 403.175038] r7 : c1134598 r6 : 2d333130 r5 : 00000000 r4 : c1801100
[ 403.181595] r3 : 00000020 r2 : df93bb38 r1 : 0000cc51 r0 : 1e9b4000
[ 403.188153] Flags: NzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
[ 403.195324] Control: 10c5387d Table: 82ebc019 DAC: 00000051
[ 403.201093] Register r0 information: non-paged memory
[ 403.206175] Register r1 information: non-paged memory
[ 403.211252] Register r2 information: non-slab/vmalloc memory
[ 403.216944] Register r3 information: non-paged memory
[ 403.222021] Register r4 information: slab kmem_cache start c1801100 pointer offset 0 size 124
[ 403.230614] Register r5 information: NULL pointer
[ 403.235343] Register r6 information: non-paged memory
[ 403.240420] Register r7 information: non-slab/vmalloc memory
[ 403.246109] Register r8 information: non-paged memory
[ 403.251185] Register r9 information: non-slab/vmalloc memory
[ 403.256872] Register r10 information: NULL pointer
[ 403.261687] Register r11 information: non-paged memory
[ 403.266851] Register r12 information: 2-page vmalloc region starting at 0xe03e8000 allocated at kernel_clone+0xa4/0x3ac
[ 403.277713] Process kworker/0:17 (pid: 50, stack limit = 0x2dc970a1)
[ 403.284101] Stack: (0xe03e9e58 to 0xe03ea000)
[ 403.288480] 9e40: ffffffff 00000000
[ 403.296697] 9e60: 00000000 00000cc0 00000020 ffffffff 00000000 df938800 00000000 00000020
[ 403.304914] 9e80: c015b888 c1801100 00000cc0 00000000 00000000 c02a7e88 c015b888 ffff0a00
[ 403.313131] 9ea0: 00000dc0 c0d73fdb ffffff04 df938800 00000000 c2f1c780 c0d73fe8 c0156bd0
[ 403.321348] 9ec0: c1003d40 00000000 00000000 c015b888 00000000 00000000 e03e9ed8 e03e9ed8
[ 403.329565] 9ee0: ffff0a00 6c427dcb df938800 c2f1c780 00000000 df938988 c1fd0000 df938820
[ 403.337781] 9f00: df93885c c015b9d4 e03e9f28 c0aee730 e03e9f28 6c427dcb df93885c df938800
[ 403.345998] 9f20: c01539f8 c0d73fe8 e03e9f34 c0d7f5c8 00002843 00303a30 00000000 00000000
[ 403.354214] 9f40: 00000000 6c427dcb df938800 c1ff4b80 df938800 df938820 df938800 c0156ee4
[ 403.362432] 9f60: c1ff4b80 00000000 e03e5ed0 c1ff5a40 c1ff5dc0 c0156bd0 c1ff4b80 c1fd0000
[ 403.370649] 9f80: e03e5ed0 00000000 00000000 c015d3e8 c1ff5a40 c015d310 00000000 00000000
[ 403.378865] 9fa0: 00000000 00000000 00000000 c0100174 00000000 00000000 00000000 00000000
[ 403.387082] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 403.395298] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
[ 403.403520] __kmem_cache_alloc_node from kmalloc_trace+0x28/0xb4
[ 403.409668] kmalloc_trace from __kthread_create_on_node+0x54/0x170
[ 403.415995] __kthread_create_on_node from kthread_create_on_node+0x30/0x60
[ 403.423008] kthread_create_on_node from create_worker+0xb8/0x254
[ 403.429144] create_worker from worker_thread+0x314/0x504
[ 403.434578] worker_thread from kthread+0xd8/0xf8
[ 403.439315] kthread from ret_from_fork+0x14/0x20
[ 403.444048] Exception stack(0xe03e9fb0 to 0xe03e9ff8)
[ 403.449125] 9fa0: 00000000 00000000 00000000 00000000
[ 403.457341] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 403.465556] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 403.472207] Code: e3560000 13530000 0a0000b2 e594301c (e796c003)
[ 403.478435] ---[ end trace 0000000000000000 ]---