beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
707 stars 565 forks source link

[Udemy] (random git checkout) doesn't boot on Beaglebone black rev.C #276

Closed plcs2eco closed 1 year ago

plcs2eco commented 1 year ago

Hi, I am trying to boot from microSD on beaglebone black.

I downloaded zip file from this site around Nov 5th, 2022. Using below combination

I install all generated modules into the rootfile system which was generated by busybox. And I added /dev, /etc, /root, /sys, /config and /proc. Kernel started but became kernel panic and stopped and didn't even reach the point where it requires those directories with below errors. [ 9.463643] /dev/root: Can't open blockdev [ 9.475606] VFS: Cannot open root device "mmcblk0p2" or unknown-block(0,0): 6

I powered the beaglebone black on while holding down S2(SYSBOOT[2]) button.

mmcblk0p2 is the second partition on the microSD where the rootfile system resides.

When I do "ls mmc 0:1" and "ls mmc 0:2", u-boot returns with below. So u-boot is recognizing microSD card. So I think that either dtb is bad or kernel doesn't have right device drivers.

109084 MLO
1425784 u-boot.img
667 boot.scr
108564 u-boot-spl.bin
.Trash-1000/

4 file(s), 1 dir(s)

4096 . 4096 .. 4096 bin 4096 config 4096 etc 4096 lib 11 linuxrc 4096 proc 4096 root 4096 sbin 4096 sys 4096 usr 4096 dev I searched the solution but couldn't figure out the cause and the solution. Could anyone help me? Am I using wrong kernel for beaglebone black rev C? [boot_scr_from_sd.txt](https://github.com/beagleboard/linux/files/10101035/boot_scr_from_sd.txt)
RobertCNelson commented 1 year ago
setenv bootargs console=ttyO0,115200n8 noinitrd rootfstype=ext3 root=/dev/mmcblk0p2 rw mem=512M boot_delay=3 rootdelay=5

Why the odd boot_delay and rootdelay values?

just swap them for rootwait..

console=ttyO0,115200n8 you should use console=ttyS0,115200n8

Please post your full serial boot log with those changes..

PS... why Linux-5.18.0-rc4+, smells like a random choice.. If you need 5.18.x use 5.18.19 over 5.18.0-rc4...

Regards,

plcs2eco commented 1 year ago

Hi Robert, Thank you very much for your advice. I have been battling this issue for over a week by myself by googling and a lot of trial&errors.

1) Linux-5.18.0-rc4+ You are collect. This version is not my choice. I don't know why I am using this Linux-5.18.0-rc4+. I was going through Udemy course. I thought that I downloaded it from https://github.com/beagleboard/linux without selecting the version around beginning of November 2022. I might have gotten it from elsewhere. Anyway, I extracted it and built the kernel with it. The version happened to be just Linux-5.18.0-rc4+. I couldn't find out how to specify 5.18.19 so I downloaded linux-5.10.zip. I will try it and let you know the result probably tomorrow.

2) I replaces "boot_delay " and "root_delay" with "rootwait" with 2) Linux-5.18.0-rc4+. The error message changed to the below message. And the message doesn't change even after minutes.

[ 33.760875] vmmcsd_fixed: disabling

And D2 LED started flashing. So it might have been successfully booted but I can't tell since there is no output in minicom. This phenomena is same with ttyO0 or ttyS0.

3) ttyO0 In the Udemy course, they use ttyO0 instead of ttyS0. I kind of knew that ttyO0 was replaced by ttyS0 in newer system. But in the serial boot log message, kernel replaced ttyO0 witth ttyS0. So I thought that it doesn't hurt keeping ttyO0. But I changed ttyO0 to ttyS0.

I also added /etc/init.d/rcS and it has echo. But the echo is not displayed. So either the tty got lost when kernel mounted the serial as /dev.

Best regards, Junji config.txt boot_scr_from_sd.txt

plcs2eco commented 1 year ago

Here is the full serial boot log.

U-Boot SPL 2022.10 (Nov 25 2022 - 14:10:15 +0900)
Trying to boot from MMC1

U-Boot 2022.10 (Nov 25 2022 - 14:10:15 +0900)

CPU : AM335X-GP rev 2.1
Model: TI AM335x BeagleBone Black
DRAM: 512 MiB
Core: 160 devices, 18 uclasses, devicetree: separate
WDT: Started wdt@44e35000 with servicing (60s timeout)
NAND: 0 MiB
MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1
Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...

not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 621 bytes read in 4 ms (151.4 KiB/s) ## Executing script at 80000000 **************Wowowo ichiri************ Booting from microSD ... link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.27.1; our IP address is 192.168.27.2 Filename 'uImage'. Load address: 0x82000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################ 0 Bytes 1.5 MiB/s done Bytes transferred = 11620400 (b15030 hex) link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.27.1; our IP address is 192.168.27.2 Filename 'am335x-boneblack.dtb'. Load address: 0x88000000 Loading: ############## 0 Bytes 1.3 MiB/s done Bytes transferred = 67151 (1064f hex) tftpboot 0x88080000 initramfs **************Wowowo ichiri prebootm************ printenv ## Booting kernel from Legacy Image at 82000000 ... Image Name: Linux-5.18.0-rc4+ Created: 2022-11-24 9:09:44 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 11620336 Bytes = 11.1 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 8ffec000, end 8ffff64e ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.18.0-rc4+ (root@ichiri-VPCF128FJ) (arm-linux-gnueabihf-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GN2 [ 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 48 MiB at 0x9c800000 [ 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 17 pages/cpu s38868 r8192 d22572 u69632 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412 [ 0.000000] Kernel command line: console=ttyS0,115200n8 noinitrd rootfstype=ext3 root=/dev/mmcblk0p2 rw mem=512M 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] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 442436K/522240K available (15360K kernel code, 2226K rwdata, 5256K rodata, 1024K init, 447K bss, 30652K rese) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] ftrace: allocating 48774 entries in 144 pages [ 0.000000] ftrace: allocated 143 pages with 5 groups [ 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] Rude variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 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] random: get_random_bytes called from start_kernel+0x508/0x6e0 with crng_init=0 [ 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.000027] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000449] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.001833] Console: colour dummy device 80x30 [ 0.001920] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656) [ 0.048525] pid_max: default: 32768 minimum: 301 [ 0.048677] LSM: Security Framework initializing [ 0.048718] Yama: becoming mindful. [ 0.048895] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.048920] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.049994] CPU: Testing write buffer coherency: ok [ 0.050082] CPU0: Spectre v2: using BPIALL workaround [ 0.050513] CPU0: thread -1, cpu 0, socket -1, mpidr 0 [ 0.051434] cblist_init_generic: Setting adjustable number of callback queues. [ 0.051463] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.051600] cblist_init_generic: Setting shift to 0 and lim to 1. [ 0.051781] Setting up static identity map for 0x80100000 - 0x80100060 [ 0.051976] rcu: Hierarchical SRCU implementation. [ 0.053650] smp: Bringing up secondary CPUs ... [ 0.053686] smp: Brought up 1 node, 1 CPU [ 0.053702] SMP: Total of 1 processors activated (995.32 BogoMIPS). [ 0.053715] CPU: All CPU(s) started in SVC mode. [ 0.054526] devtmpfs: initialized [ 0.068320] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.068852] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.068894] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.073964] pinctrl core: initialized pinctrl subsystem [ 0.075501] NET: Registered PF_NETLINK/PF_ROUTE protocol family [ 0.078684] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.079189] audit: initializing netlink subsys (disabled) [ 0.080319] thermal_sys: Registered thermal governor 'fair_share' [ 0.080340] thermal_sys: Registered thermal governor 'bang_bang' [ 0.080355] thermal_sys: Registered thermal governor 'step_wise' [ 0.080820] cpuidle: using governor menu [ 0.084637] audit: type=2000 audit(0.076:1): state=initialized audit_enabled=0 res=1 [ 0.096364] No ATAGs? [ 0.096402] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.108074] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible. [ 0.176544] raid6: neonx8 gen() 787 MB/s [ 0.244539] raid6: neonx4 gen() 1014 MB/s [ 0.312529] raid6: neonx2 gen() 1933 MB/s [ 0.380524] raid6: neonx1 gen() 1556 MB/s [ 0.448530] raid6: int32x8 gen() 364 MB/s [ 0.516532] raid6: int32x4 gen() 440 MB/s [ 0.584548] raid6: int32x2 gen() 518 MB/s [ 0.652562] raid6: int32x1 gen() 495 MB/s [ 0.652575] raid6: using algorithm neonx2 gen() 1933 MB/s [ 0.720525] raid6: .... xor() 1247 MB/s, rmw enabled [ 0.720538] raid6: using neon recovery algorithm [ 0.722892] iommu: Default domain type: Translated [ 0.722930] iommu: DMA domain TLB invalidation policy: strict mode [ 0.724410] SCSI subsystem initialized [ 0.725197] usbcore: registered new interface driver usbfs [ 0.725285] usbcore: registered new interface driver hub [ 0.725343] usbcore: registered new device driver usb [ 0.725647] mc: Linux media interface: v0.10 [ 0.725694] videodev: Linux video capture interface: v2.00 [ 0.725816] pps_core: LinuxPPS API ver. 1 registered [ 0.725829] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.725855] PTP clock support registered [ 0.727262] NetLabel: Initializing [ 0.727292] NetLabel: domain hash size = 128 [ 0.727302] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 0.727388] NetLabel: unlabeled traffic allowed by default [ 0.727920] vgaarb: loaded [ 0.728783] clocksource: Switched to clocksource dmtimer [ 0.841941] VFS: Disk quotas dquot_6.6.0 [ 0.842060] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 1.967223] NET: Registered PF_INET protocol family [ 1.967528] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 1.968699] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 1.968754] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 1.968867] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 1.968933] TCP: Hash tables configured (established 4096 bind 4096) [ 1.969072] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.969105] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 1.969323] NET: Registered PF_UNIX/PF_LOCAL protocol family [ 1.970201] RPC: Registered named UNIX socket transport module. [ 1.970237] RPC: Registered udp transport module. [ 1.970248] RPC: Registered tcp transport module. [ 1.970256] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.971414] PCI: CLS 0 bytes, default 64 [ 2.001807] Initialise system trusted keyrings [ 2.002268] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 2.009026] zbud: loaded [ 2.011762] NFS: Registering the id_resolver key type [ 2.011841] Key type id_resolver registered [ 2.011855] Key type id_legacy registered [ 2.011976] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.011994] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.012350] fuse: init (API version 7.36) [ 2.014065] xor: measuring software checksum speed [ 2.021922] arm4regs : 1269 MB/sec [ 2.030016] 8regs : 1227 MB/sec [ 2.038072] 32regs : 1227 MB/sec [ 2.043399] neon : 1856 MB/sec [ 2.043411] xor: using function: neon (1856 MB/sec) [ 2.043526] Key type asymmetric registered [ 2.043543] Asymmetric key parser 'x509' registered [ 2.043766] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 2.044099] io scheduler mq-deadline registered [ 2.044121] io scheduler kyber registered [ 2.048645] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled [ 2.055175] CAN device driver interface [ 2.055879] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.055935] ehci-pci: EHCI PCI platform driver [ 2.055991] ehci-platform: EHCI generic platform driver [ 2.056348] usbcore: registered new interface driver usb-storage [ 2.058974] i2c_dev: i2c /dev entries driver [ 2.059690] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=1) [ 2.059716] softdog: soft_reboot_cmd= soft_active_on_boot=0 [ 2.060547] cpuidle: enable-method property 'ti,am3352' found operations [ 2.061593] hid: raw HID events driver (C) Jiri Kosina [ 2.062144] usbcore: registered new interface driver usbhid [ 2.062165] usbhid: USB HID core driver [ 2.063593] NET: Registered PF_INET6 protocol family [ 2.065443] Segment Routing with IPv6 [ 2.065520] In-situ OAM (IOAM) with IPv6 [ 2.065619] mip6: Mobile IPv6 [ 2.065633] can: controller area network core [ 2.065722] NET: Registered PF_CAN protocol family [ 2.065827] Key type dns_resolver registered [ 2.065843] mpls_gso: MPLS GSO support [ 2.066043] ThumbEE CPU extension supported. [ 2.066063] Registering SWP/SWPB emulation handler [ 2.066076] omap_voltage_late_init: Voltage driver support not added [ 2.067134] registered taskstats version 1 [ 2.067176] Loading compiled-in X.509 certificates [ 2.067754] zswap: loaded using pool lzo/zbud [ 2.072622] Btrfs loaded, crc32c=crc32c-generic, zoned=no, fsverity=no [ 2.108383] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 2.115888] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 2.119282] omap_rtc 44e3e000.rtc: registered as rtc0 [ 2.119357] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 2.140666] OMAP GPIO hardware version 0.1 [ 2.152187] at24 2-0054: supply vcc not found, using dummy regulator [ 2.180595] at24 2-0055: supply vcc not found, using dummy regulator [ 2.207441] random: fast init done [ 2.211469] at24 2-0056: supply vcc not found, using dummy regulator [ 2.240347] at24 2-0057: supply vcc not found, using dummy regulator [ 2.271993] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 2.292704] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 2.297064] random: crng init done [ 2.309216] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 2.309276] edma 49000000.dma: TI EDMA DMA engine driver [ 2.334208] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 2.339391] l3-aon-clkctrl:0000:0: failed to disable [ 2.344383] printk: console [ttyS0] disabled [ 2.344513] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 18, base_baud = 3000000) is a 8250 [ 3.408111] printk: console [ttyS0] enabled [ 3.437589] tps65217-pmic: Failed to locate of_node [id: -1] [ 3.453174] tps65217-bl: Failed to locate of_node [id: -1] [ 3.461842] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 3.467788] at24 0-0050: supply vcc not found, using dummy regulator [ 3.475049] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 3.482352] i2c 0-0070: Fixing up cyclic dependency with 4830e000.lcdc [ 3.489542] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 3.499110] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set [ 3.506551] input: tps65217_pwrbutton as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b00 [ 3.528008] cfg80211: Loading compiled-in X.509 certificates for regulatory database [ 3.540216] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7' [ 3.547322] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 [ 3.557217] Waiting for root device /dev/mmcblk0p2... [ 3.562473] cfg80211: failed to load regulatory.db [ 33.760896] vmmcsd_fixed: disabling
RobertCNelson commented 1 year ago

Thanks for the printdump..

Well everything looks fine except for the mmc not coming up.. So it's either 5.18.0-rc4 or your defconfig..

Ah... Udemy, that makes sense.. Why don't you ask them?

Anyways throw everything you've done out, your just going to spin your wheels.

git clone -b 5.10 https://github.com/beagleboard/linux

^ that'll get you a proper linux source to build from..

Stop downloading *.zip files from github..

Edit, the 5.10 branch even tells you how to build things (for debian)..

https://github.com/beagleboard/linux/blob/5.10/jenkins_build.sh

plcs2eco commented 1 year ago

Hi Robert, It worked!
Here is what I did. 1) did git clone to get 5.10 2) built kernel image as sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- uImage dtbs LOADADDR=0x80008000 -j4 3) built modules sudo make ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf- modules -j4

4) built busybox as build-static in menuconfig 5) installed modules from linux to root file system 6) added rcS for init

And it showed the # console. I am super excited now. Yesterday, I downloaded zip and extracted and built the kernel image and modules and installed modules into root file system made by busybox. I didn't choose "build static". This improved from the last error and didn't mount fs last time. It mounted and free unnecessary memory of kernel. But it failed on init process from init/main.c. I even tried to include init=/etc/init.d/rcS in cmdline. I read https://docs.kernel.org/admin-guide/init.html. I think that sbin/init was not properly built. I thought that only difference in "download zip file" or "git clone" is same except for git clone install git access. So I am suspecting that building busybox with static made it work from the init not found problem.

I need a lot of customization in the future so I need busybox. When I ran jenkins_build.sh, I realized that it builds everything without any room to work with busybox. Or at least I couldn't figure out how. So I did this way. Anyway, I am very happy and truly appreciate your professional help. Just in case I attach my log. I added debug to bootargs in order to get little bit more information.

By the way, I posted to get help few times at Udemy including this problem 4 days ago but anyone unfortunately never replied. I was googling and reading a lot of sites and became desperate and posted here knowing my question was too dummy.

Anyway, Thank you very much, Robert! Junji

plcs2eco commented 1 year ago

U-Boot SPL 2022.10 (Nov 25 2022 - 14:10:15 +0900) Trying to boot from MMC1

U-Boot 2022.10 (Nov 25 2022 - 14:10:15 +0900)

CPU : AM335X-GP rev 2.1 Model: TI AM335x BeagleBone Black DRAM: 512 MiB Core: 160 devices, 18 uclasses, devicetree: separate WDT: Started wdt@44e35000 with servicing (60s timeout) NAND: 0 MiB MMC: OMAP SD/MMC: 0, OMAP SD/MMC: 1 Loading Environment from FAT... Unable to read "uboot.env" from mmc0:1...

not set. Validating first E-fuse MAC Net: eth2: ethernet@4a100000, eth3: usb_ether Hit any key to stop autoboot: 0 switch to partitions #0, OK mmc0 is current device Scanning mmc 0:1... Found U-Boot script /boot.scr 641 bytes read in 4 ms (156.3 KiB/s) ## Executing script at 80000000 **************Wowowo ichiri************ Booting from microSD ... link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.27.1; our IP address is 192.168.27.2 Filename 'uImage'. Load address: 0x82000000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################## 0 Bytes 1.4 MiB/s done Bytes transferred = 10547776 (a0f240 hex) link up on port 0, speed 100, full duplex Using ethernet@4a100000 device TFTP from server 192.168.27.1; our IP address is 192.168.27.2 Filename 'am335x-boneblack.dtb'. Load address: 0x88000000 Loading: ################### 0 Bytes 1.5 MiB/s done Bytes transferred = 93357 (16cad hex) tftpboot 0x88080000 initramfs **************Wowowo ichiri prebootm************ printenv ## Booting kernel from Legacy Image at 82000000 ... Image Name: Linux-5.10.145+ Created: 2022-11-30 8:27:32 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 10547712 Bytes = 10.1 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 8ffe6000, end 8ffffcac ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 5.10.145+ (root@ichiri-VPCF128FJ) (arm-linux-gnueabihf-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #2 SMP PREEMPT Wed Nov 30 12 [ 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] efi: UEFI not found. [ 0.000000] cma: Reserved 48 MiB at 0x9c800000 [ 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] On node 0 totalpages: 130560 [ 0.000000] Normal zone: 1148 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 130560 pages, LIFO batch:31 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon) [ 0.000000] percpu: Embedded 21 pages/cpu s54732 r8192 d23092 u86016 [ 0.000000] pcpu-alloc: s54732 r8192 d23092 u86016 alloc=21*4096 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412 [ 0.000000] Kernel command line: console=ttyS0,115200n8 noinitrd rootfstype=ext3 root=/dev/mmcblk0p2 rw mem=512m debug 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] mem auto-init: stack:off, heap alloc:on, heap free:off [ 0.000000] Memory: 445220K/522240K available (14336K kernel code, 1443K rwdata, 4020K rodata, 1024K init, 444K bss, 27868K reserved, 49152K cma-reserved, 0K highmem) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] rcu: Preemptible 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] Trampoline variant of Tasks RCU enabled. [ 0.000000] Tracing variant of Tasks RCU enabled. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 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] TI gptimer clocksource: always-on /ocp/interconnect@44c00000/segment@200000/target-module@31000 [ 0.000010] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns [ 0.000031] clocksource: dmtimer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns [ 0.000397] TI gptimer clockevent: 24000000 Hz at /ocp/interconnect@48000000/segment@0/target-module@40000 [ 0.001655] Console: colour dummy device 80x30 [ 0.001748] Calibrating delay loop... 995.32 BogoMIPS (lpj=1990656) [ 0.048455] pid_max: default: 32768 minimum: 301 [ 0.049050] LSM: Security Framework initializing [ 0.049172] Yama: becoming mindful. [ 0.049472] AppArmor: AppArmor initialized [ 0.049492] TOMOYO Linux initialized [ 0.049685] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.049705] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.051383] CPU: Testing write buffer coherency: ok [ 0.051471] CPU0: Spectre v2: using BPIALL workaround [ 0.072883] Setting up static identity map for 0x80100000 - 0x80100060 [ 0.080477] rcu: Hierarchical SRCU implementation. [ 0.089741] EFI services will not be available. [ 0.100485] smp: Bringing up secondary CPUs ... [ 0.100509] smp: Brought up 1 node, 1 CPU [ 0.100522] SMP: Total of 1 processors activated (995.32 BogoMIPS). [ 0.100533] CPU: All CPU(s) started in SVC mode. [ 0.101470] devtmpfs: initialized [ 0.124765] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.125233] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.125279] futex hash table entries: 256 (order: 2, 16384 bytes, linear) [ 0.129135] pinctrl core: initialized pinctrl subsystem [ 0.130265] DMI not present or invalid. [ 0.131195] NET: Registered protocol family 16 [ 0.134392] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.156704] l3-aon-clkctrl:0000:0: failed to disable [ 0.157443] audit: initializing netlink subsys (disabled) [ 0.158916] thermal_sys: Registered thermal governor 'fair_share' [ 0.158932] thermal_sys: Registered thermal governor 'bang_bang' [ 0.158948] thermal_sys: Registered thermal governor 'step_wise' [ 0.158958] thermal_sys: Registered thermal governor 'user_space' [ 0.158968] thermal_sys: Registered thermal governor 'power_allocator' [ 0.159378] cpuidle: using governor ladder [ 0.159439] cpuidle: using governor menu [ 0.164561] audit: type=2000 audit(0.144:1): state=initialized audit_enabled=0 res=1 [ 1.497897] hw-breakpoint: debug architecture 0x4 unsupported. [ 1.525396] Kprobes globally optimized [ 1.548867] raid6: skip pq benchmark and using algorithm neonx8 [ 1.548900] raid6: using neon recovery algorithm [ 1.552442] iommu: Default domain type: Translated [ 1.554860] SCSI subsystem initialized [ 1.555335] libata version 3.00 loaded. [ 1.555696] usbcore: registered new interface driver usbfs [ 1.555764] usbcore: registered new interface driver hub [ 1.555849] usbcore: registered new device driver usb [ 1.556868] mc: Linux media interface: v0.10 [ 1.556925] videodev: Linux video capture interface: v2.00 [ 1.557107] pps_core: LinuxPPS API ver. 1 registered [ 1.557121] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 1.557148] PTP clock support registered [ 1.559445] NetLabel: Initializing [ 1.559471] NetLabel: domain hash size = 128 [ 1.559480] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 1.559580] NetLabel: unlabeled traffic allowed by default [ 1.560821] clocksource: Switched to clocksource dmtimer [ 2.634373] VFS: Disk quotas dquot_6.6.0 [ 2.634528] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) [ 2.634843] FS-Cache: Loaded [ 2.635286] CacheFiles: Loaded [ 2.636324] AppArmor: AppArmor Filesystem Enabled [ 2.649477] NET: Registered protocol family 2 [ 2.649771] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear) [ 2.651608] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes, linear) [ 2.651932] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear) [ 2.652003] TCP bind hash table entries: 4096 (order: 3, 32768 bytes, linear) [ 2.652066] TCP: Hash tables configured (established 4096 bind 4096) [ 2.652352] MPTCP token hash table entries: 512 (order: 1, 8192 bytes, linear) [ 2.652458] UDP hash table entries: 256 (order: 1, 8192 bytes, linear) [ 2.652493] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes, linear) [ 2.652770] NET: Registered protocol family 1 [ 2.666320] RPC: Registered named UNIX socket transport module. [ 2.666348] RPC: Registered udp transport module. [ 2.666358] RPC: Registered tcp transport module. [ 2.666367] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 2.666385] NET: Registered protocol family 44 [ 2.668010] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 2.673774] Initialise system trusted keyrings [ 2.674330] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 2.682469] zbud: loaded [ 2.690621] NFS: Registering the id_resolver key type [ 2.690706] Key type id_resolver registered [ 2.690720] Key type id_legacy registered [ 2.690934] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 2.690952] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 2.691001] jffs2: version 2.2. (NAND) (SUMMARY) �© 2001-2006 Red Hat, Inc. [ 2.692131] fuse: init (API version 7.32) [ 2.785464] xor: automatically using best checksumming function neon [ 2.785499] Key type asymmetric registered [ 2.785512] Asymmetric key parser 'x509' registered [ 2.785597] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244) [ 2.789995] io scheduler mq-deadline registered [ 3.105440] ti-sysc: probe of 44e31000.target-module failed with error -16 [ 3.150154] ti-sysc: probe of 48040000.target-module failed with error -16 [ 3.262416] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 3.391182] debugfs: Directory '49000000.dma' with parent 'dmaengine' already present! [ 3.391233] edma 49000000.dma: TI EDMA DMA engine driver [ 3.421010] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 3.436539] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled [ 3.441187] printk: console [ttyS0] disabled [ 3.441317] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 20, base_baud = 3000000) is a 8250 [ 4.284946] printk: console [ttyS0] enabled [ 4.293594] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 4.300209] random: crng init done [ 4.364910] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 4.375738] davinci_mdio 4a101000.mdio: phy[0]: device 4a101000.mdio:00, driver SMSC LAN8710/LAN8720 [ 4.385779] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4 [ 4.392315] cpsw 4a100000.ethernet: ALE Table size 1024 [ 4.397798] cpsw 4a100000.ethernet: cpts: overflow check period 1250 (jiffies) [ 4.405203] cpsw 4a100000.ethernet: Detected MACID = 94:a9:a8:7a:3c:92 [ 4.414834] usbcore: registered new interface driver smsc95xx [ 4.422580] am335x-phy-driver 47401300.usb-phy: supply vcc not found, using dummy regulator [ 4.431419] am335x-phy-driver 47401300.usb-phy: dummy supplies not allowed for exclusive requests [ 4.445892] am335x-phy-driver 47401b00.usb-phy: supply vcc not found, using dummy regulator [ 4.454771] am335x-phy-driver 47401b00.usb-phy: dummy supplies not allowed for exclusive requests [ 4.470512] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 4.477362] ehci-platform: EHCI generic platform driver [ 4.483185] ehci-omap: OMAP-EHCI Host Controller driver [ 4.503528] musb-hdrc musb-hdrc.1: MUSB HDRC host driver [ 4.509211] musb-hdrc musb-hdrc.1: new USB bus registered, assigned bus number 1 [ 4.517013] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10 [ 4.525350] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 4.532625] usb usb1: Product: MUSB HDRC host driver [ 4.537642] usb usb1: Manufacturer: Linux 5.10.145+ musb-hcd [ 4.543347] usb usb1: SerialNumber: musb-hdrc.1 [ 4.548924] hub 1-0:1.0: USB hub found [ 4.552761] hub 1-0:1.0: 1 port detected [ 4.566734] omap_rtc 44e3e000.rtc: registered as rtc0 [ 4.572131] omap_rtc 44e3e000.rtc: setting system clock to 2000-01-01T00:00:00 UTC (946684800) [ 4.582512] i2c /dev entries driver [ 4.589873] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 4.597542] softdog: initialized. soft_noboot=0 soft_margin=60 sec soft_panic=0 (nowayout=0) [ 4.606068] softdog: soft_reboot_cmd= soft_active_on_boot=0 [ 4.615155] cpuidle: enable-method property 'ti,am3352' found operations [ 4.623487] sdhci: Secure Digital Host Controller Interface driver [ 4.629790] sdhci: Copyright(c) Pierre Ossman [ 4.634190] sdhci-pltfm: SDHCI platform and OF driver helper [ 4.641813] sdhci-omap 481d8000.mmc: supply vqmmc not found, using dummy regulator [ 4.650847] ledtrig-cpu: registered to indicate activity on CPUs [ 4.659143] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 4.665515] omap-aes 53500000.aes: will run requests pump with realtime priority [ 4.677172] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ 4.683405] omap-sham 53100000.sham: will run requests pump with realtime priority [ 4.695651] hid: raw HID events driver (C) Jiri Kosina [ 4.702087] usbcore: registered new interface driver usbhid [ 4.707930] mmc1: SDHCI controller on 481d8000.mmc [481d8000.mmc] using External DMA [ 4.715944] usbhid: USB HID core driver [ 4.720744] remoteproc remoteproc0: wkup_m3 is available [ 4.732300] drop_monitor: Initializing network drop monitor service [ 4.740025] NET: Registered protocol family 10 [ 4.754096] Segment Routing with IPv6 [ 4.758206] mip6: Mobile IPv6 [ 4.761544] NET: Registered protocol family 17 [ 4.770581] Key type dns_resolver registered [ 4.775012] mpls_gso: MPLS GSO support [ 4.779138] ThumbEE CPU extension supported. [ 4.783624] Registering SWP/SWPB emulation handler [ 4.788503] omap_voltage_late_init: Voltage driver support not added [ 4.795901] registered taskstats version 1 [ 4.800185] Loading compiled-in X.509 certificates [ 4.805277] zswap: loaded using pool lzo/zbud [ 4.814555] Key type ._fscrypt registered [ 4.818756] Key type .fscrypt registered [ 4.822783] Key type fscrypt-provisioning registered [ 4.835303] Btrfs loaded, crc32c=crc32c-generic [ 4.840100] AppArmor: AppArmor sha1 policy hashing enabled [ 4.851543] mmc1: new high speed MMC card at address 0001 [ 4.869783] mmcblk1: mmc1:0001 M62704 3.56 GiB [ 4.879593] mmcblk1boot0: mmc1:0001 M62704 partition 1 2.00 MiB [ 4.886217] mmcblk1boot1: mmc1:0001 M62704 partition 2 2.00 MiB [ 4.892587] mmcblk1rpmb: mmc1:0001 M62704 partition 3 512 KiB, chardev (241:0) [ 4.901183] OMAP GPIO hardware version 0.1 [ 4.907698] mmcblk1: p1 [ 4.937796] tps65217-pmic: Failed to locate of_node [id: -1] [ 4.955001] tps65217-bl: Failed to locate of_node [id: -1] [ 4.963647] tps6521x_pwrbutton tps65217-pwrbutton: DMA mask not set [ 4.971037] input: tps65217_pwr_but as /devices/platform/ocp/44c00000.interconnect/44c00000.interconnect:segment@200000/44e0b000.target-module/44e0b000.i2c/i2c-0/0-0024/tps65217-pwrbutton/in0 [ 4.989608] tps65217 0-0024: TPS65217 ID 0xe version 1.2 [ 4.995527] at24 0-0050: supply vcc not found, using dummy regulator [ 5.002763] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 1 bytes/write [ 5.010835] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 5.020083] at24 2-0054: supply vcc not found, using dummy regulator [ 5.056627] at24 2-0055: supply vcc not found, using dummy regulator [ 5.092484] at24 2-0056: supply vcc not found, using dummy regulator [ 5.127465] at24 2-0057: supply vcc not found, using dummy regulator [ 5.164075] omap_i2c 4819c000.i2c: bus 2 rev0.11 at 100 kHz [ 5.183213] omap_gpio 44e07000.gpio: Could not set line 6 debounce to 200000 microseconds (-22) [ 5.194400] sdhci-omap 48060000.mmc: Got CD GPIO [ 5.199838] sdhci-omap 48060000.mmc: supply vqmmc not found, using dummy regulator [ 5.237308] mmc0: SDHCI controller on 48060000.mmc [48060000.mmc] using External DMA [ 5.277906] mmc0: new high speed SDHC card at address 1234 [ 5.288749] mmcblk0: mmc0:1234 SA32G 28.9 GiB [ 5.296217] mmcblk0: p1 p2 [ 5.319687] tda998x 0-0070: found TDA19988 [ 5.328009] tilcdc 4830e000.lcdc: bound 0-0070 (ops 0xc0f9a8e0) [ 5.335454] [drm] Initialized tilcdc 1.0.0 20121205 for 4830e000.lcdc on minor 0 [ 5.343390] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [ 5.351549] of_cfs_init [ 5.354609] tilcdc 4830e000.lcdc: [drm] Cannot find any crtc or sizes [ 5.361209] of_cfs_init: OK [ 5.367290] EXT4-fs (mmcblk0p2): mounting ext3 file system using the ext4 subsystem [ 5.415827] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null) [ 5.424187] VFS: Mounted root (ext3 filesystem) on device 179:770. [ 5.439425] devtmpfs: mounted [ 5.444188] Freeing unused kernel memory: 1024K [ 5.451352] Checked W+X mappings: passed, no W+X pages found [ 5.457131] Run /sbin/init as init process [ 5.461276] with arguments: [ 5.464258] /sbin/init [ 5.466998] with environment: [ 5.470173] HOME=/ [ 5.472542] TERM=linux [ 5.492622] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist. Mounting proc Starting logging: Jan 1 00:00:01 (none) syslog.info syslogd started: BusyBox v1.35.0 Jan 1 00:00:01 (none) user.notice kernel: klogd started: BusyBox v1.35.0 (2022-11-30 17:10:17 JST) Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Booting Linux on physical CPU 0x0 Jan 1 00:00:01 (none) user.notice kernel: [ 0.000000] Linux version 5.10.145+ (root@ichiri-VPCF128FJ) (arm-linux-gnueabihf-gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils fo2 Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d OK Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] OF: fdt: Machine model: TI AM335x BeagleBone Black Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Memory policy: Data cache writeback Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] efi: UEFI not found. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] cma: Reserved 48 MiB at 0x9c800000 Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Zone ranges: Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff] Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] HighMem empty Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Movable zone start for each node Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Early memory node ranges Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff] Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff] Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] On node 0 totalpages: 130560 Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] Normal zone: 1148 pages used for memmap Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] Normal zone: 0 pages reserved Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] Normal zone: 130560 pages, LIFO batch:31 Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] CPU: All CPU(s) started in SVC mode. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] AM335X ES2.1 (sgx neon) Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] percpu: Embedded 21 pages/cpu s54732 r8192 d23092 u86016 Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] pcpu-alloc: s54732 r8192 d23092 u86016 alloc=21*4096 Jan 1 00:00:01 (none) user.debug kernel: [ 0.000000] pcpu-alloc: [0] 0 Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412 Jan 1 00:00:01 (none) user.notice kernel: [ 0.000000] Kernel command line: console=ttyS0,115200n8 noinitrd rootfstype=ext3 root=/dev/mmcblk0p2 rw mem=512m debug rootwait Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear) Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear) Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Memory: 445220K/522240K available (14336K kernel code, 1443K rwdata, 4020K rodata, 1024K init, 444K bss, 27868K reserved, 49152K cma-rese) Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] rcu: Preemptible hierarchical RCU implementation. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] rcu: RCU event tracing is enabled. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Trampoline variant of Tasks RCU enabled. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] Tracing variant of Tasks RCU enabled. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies. Jan 1 00:00:01 (none) user.info kernel: [ 0.000000] rcu: AdjustJan 1 00:00:01 (none) user.info kernel: [ 0.049705] MountpoiLoading kernel modules : Jan 1 00:00:01 (none) user.info kerns an 1 00:00:01 (none) user.warn kernel: [ 4.995527] at24 0-0J[ 6.079275] using random self ethernet address an 1 00:00:01 (none) user.info kernel: [ 5.328009] tilcdc 4J[ 6.085373] using random host ethernet address an 1 00:00:01 (none) user.info kernel: [ 5.492622] Not actiJ[ 6.097336] usb0: HOST MAC b2:a7:1b:5e:b4:a4 an 1 00:00:02 (none) user.err kernel: [ 6.067841] Module has[ 6.105343] usb0: MAC c2:ed:a8:18:28:c5 invalid ELF structures Jan 1 00:00:02 (none) user.warn kernel[ 6.115504] using random self ethernet address : [ 6.079275] using random self ethernet address Jan 1 00:0[ 6.125295] using random host ethernet address 0:02 (none) user.warn kernel: [ 6.085373] using random host e[ 6.135450] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 thernet address Jan 1 00:00:02 (none) user.info kernel: [ 6[ 6.147667] g_ether gadget: g_ether ready .097336] usb0: HOST MAC b2:a7:1b:5e:b4:a4 Jan 1 00:00:02 (none) user.info kernel: [ 6.105343] usb0: MAC c2:ed:a8:18:28:c5 Jan 1 00:00:02 (none) user.warn kernel: [ 6.115504] using random self ethernet address Jan 1 00:00:02 (none) user.warn kernel: [ 6.125295] using random host ethernet address Jan 1 00:00:02 (none) user.info kernel: [ 6.135450] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008 Jan 1 00:00:02 (none) user.info kernel: [ 6.147667] g_ether gadget: g_ether ready OK Starting network: ifup: can't open '/etc/network/interfaces': No such file or directory FAIL Please press Enter to activate this console. Jan 1 00:00:13 (none) daemon.info : starting pid 154, tty '': '-/bin/sh' / #