=> print bootargs bootargs=console=ttyO0,115200n8 noinitrd ip=off mem=512M rootwait rw ubi.mtd=9,2048 rootfstype=ubifs root=ubi0:rootfs init=/init => print arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} baudrate=115200 board=am335x board_name=A335_ICE board_rev=2.1A board_serial=Mj/@ boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtyi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_fdt=try boot_fit=0 boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_targets=mmc0 legacy_mmc0 mmc1 legacy_mmc1 nand0 pxe dhcp bootargs=console=ttyO0,115200n8 noinitrd ip=off mem=512M rootwait rw ubi.mtd=9,2048 rootfstype=ubifs root=ubi0:rootfs init=/init bootcmd=run nandboot bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${f; bootcmd_legacy_mmc0=setenv mmcdev 0; setenv bootpart 0:2 ; run mmcboot bootcmd_legacy_mmc1=setenv mmcdev 1; setenv bootpart 1:2 ; run mmcboot bootcmd_mmc0=setenv devnum 0; run mmc_boot bootcmd_mmc1=setenv devnum 1; run mmc_boot bootcmd_nand=run nandboot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcount=1 bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 01 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x11 dfu_alt_info_nand=SPL part 0 1;SPL.backup1 part 0 2;SPL.backup2 part 0 3;SPL.backup3 part 0 4;u-boot part 0 5;u-boot-spl-os part 0 69 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done efi_dtb_prefixes=/ /dtb/ /dtb/current/ envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else; eth1addr=68:47:49:7c:9c:20 ethact=cpsw ethaddr=68:47:49:7c:9c:1e fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=9df0fe58 fdtfile=undefined findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A335BNLT; then setenv fdtfile finduuid=part uuid mmc ${bootpart} uuid fit_bootfile=fitImage fit_loadaddr=0x87000000 ice_mii=mii importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} init_console=if test $board_name = A335_ICE; then setenv console ttyO0,115200n8;else setenv console ttyO0,115200n8;fi; kernel_addr_r=0x82000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile}; loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if; mmcdev=0 mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr; mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait=1 netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - } netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} pxefile_addr_r=0x80100000 ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramdisk_addr_r=0x88080000 ramroot=/dev/ram0 rw ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extl; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpe scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boae scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}ei scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then ee scriptaddr=0x80000000 soc=am33xx spiargs=setenv bootargs console=${console} ${optargs} root=${spiroot} rootfstype=${spirootfstype} spiboot=echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; bootz ${loa} spibusno=0 spiimgsize=0x362000 spiroot=/dev/mtdblock4 rw spirootfstype=jffs2 spisrcaddr=0xe0000 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@44e09000 stdin=serial@44e09000 stdout=serial@44e09000 update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile} usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi usbnet_devaddr=68:47:49:7c:9c:1e vendor=ti ver=U-Boot 2018.01 (Sep 01 2020 - 11:21:14 +0530) Environment size: 9910/131068 bytes => setenv nandrootfstype "ubifs rootwait" => saveenv Saving Environment to NAND... Erasing NAND... Erasing at 0x1c0000 -- 100% complete. Writing to NAND... OK => print nandrootfstype nandrootfstype=ubifs rootwait => print arch=arm args_mmc=run finduuid;setenv bootargs console=${console} ${optargs} root=PARTUUID=${uuid} rw rootfstype=${mmcrootfstype} baudrate=115200 board=am335x board_name=A335_ICE board_rev=2.1A board_serial=Mj/@ boot_a_script=load ${devtype} ${devnum}:${distro_bootpart} ${scriptaddr} ${prefix}${script}; source ${scriptaddr} boot_efi_binary=if fdt addr ${fdt_addr_r}; then bootefi bootmgr ${fdt_addr_r};else bootefi bootmgr ${fdtcontroladdr};fi;load ${devtyi boot_extlinux=sysboot ${devtype} ${devnum}:${distro_bootpart} any ${scriptaddr} ${prefix}extlinux/extlinux.conf boot_fdt=try boot_fit=0 boot_net_usb_start=usb start boot_prefixes=/ /boot/ boot_script_dhcp=boot.scr.uimg boot_scripts=boot.scr.uimg boot.scr boot_targets=mmc0 legacy_mmc0 mmc1 legacy_mmc1 nand0 pxe dhcp bootargs=console=ttyO0,115200n8 noinitrd ip=off mem=512M rootwait rw ubi.mtd=9,2048 rootfstype=ubifs root=ubi0:rootfs init=/init bootcmd=run nandboot bootcmd_dhcp=run boot_net_usb_start; if dhcp ${scriptaddr} ${boot_script_dhcp}; then source ${scriptaddr}; fi;setenv efi_fdtfile ${f; bootcmd_legacy_mmc0=setenv mmcdev 0; setenv bootpart 0:2 ; run mmcboot bootcmd_legacy_mmc1=setenv mmcdev 1; setenv bootpart 1:2 ; run mmcboot bootcmd_mmc0=setenv devnum 0; run mmc_boot bootcmd_mmc1=setenv devnum 1; run mmc_boot bootcmd_nand=run nandboot bootcmd_pxe=run boot_net_usb_start; dhcp; if pxe get; then pxe boot; fi bootcount=1 bootdelay=2 bootdir=/boot bootenvfile=uEnv.txt bootfile=zImage bootm_size=0x10000000 bootpart=0:2 bootscript=echo Running bootscript from mmc${mmcdev} ...; source ${loadaddr} console=ttyO0,115200n8 cpu=armv7 dfu_alt_info_emmc=rawemmc raw 0 3751936;boot part 1 1;rootfs part 1 2;MLO fat 1 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 01 dfu_alt_info_mmc=boot part 0 1;rootfs part 0 2;MLO fat 0 1;MLO.raw raw 0x100 0x200;u-boot.img.raw raw 0x300 0x1000;u-env.raw raw 0x11 dfu_alt_info_nand=SPL part 0 1;SPL.backup1 part 0 2;SPL.backup2 part 0 3;SPL.backup3 part 0 4;u-boot part 0 5;u-boot-spl-os part 0 69 dfu_alt_info_ram=kernel ram 0x80200000 0x4000000;fdt ram 0x80f80000 0x80000;ramdisk ram 0x81000000 0x4000000 distro_bootcmd=for target in ${boot_targets}; do run bootcmd_${target}; done efi_dtb_prefixes=/ /dtb/ /dtb/current/ envboot=mmc dev ${mmcdev}; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if run loadbootscript; then run bootscript;else; eth1addr=68:47:49:7c:9c:20 ethact=cpsw ethaddr=68:47:49:7c:9c:1e fdt_addr_r=0x88000000 fdtaddr=0x88000000 fdtcontroladdr=9df0fe58 fdtfile=undefined findfdt=if test $board_name = A335BONE; then setenv fdtfile am335x-bone.dtb; fi; if test $board_name = A335BNLT; then setenv fdtfile finduuid=part uuid mmc ${bootpart} uuid fit_bootfile=fitImage fit_loadaddr=0x87000000 ice_mii=mii importbootenv=echo Importing environment from mmc${mmcdev} ...; env import -t ${loadaddr} ${filesize} init_console=if test $board_name = A335_ICE; then setenv console ttyO0,115200n8;else setenv console ttyO0,115200n8;fi; kernel_addr_r=0x82000000 load_efi_dtb=load ${devtype} ${devnum}:${distro_bootpart} ${fdt_addr_r} ${prefix}${efi_fdtfile} loadaddr=0x82000000 loadbootenv=fatload mmc ${mmcdev} ${loadaddr} ${bootenvfile} loadbootscript=load mmc ${mmcdev} ${loadaddr} boot.scr loadfdt=load ${devtype} ${bootpart} ${fdtaddr} ${bootdir}/${fdtfile} loadfit=run args_mmc; bootm ${loadaddr}#${fdtfile}; loadimage=load ${devtype} ${bootpart} ${loadaddr} ${bootdir}/${bootfile} loadramdisk=load mmc ${mmcdev} ${rdaddr} ramdisk.gz mmc_boot=if mmc dev ${devnum}; then setenv devtype mmc; run scan_dev_for_boot_part; fi mmcboot=mmc dev ${mmcdev}; setenv devnum ${mmcdev}; setenv devtype mmc; if mmc rescan; then echo SD/MMC found on device ${mmcdev};if; mmcdev=0 mmcloados=run args_mmc; if test ${boot_fdt} = yes || test ${boot_fdt} = try; then if run loadfdt; then bootz ${loadaddr} - ${fdtaddr; mmcrootfstype=ext4 rootwait mtdids=nand0=nand.0 mtdparts=mtdparts=nand.0:128k(NAND.SPL),128k(NAND.SPL.backup1),128k(NAND.SPL.backup2),128k(NAND.SPL.backup3),256k(NAND.u-boot-spl-os) nandargs=setenv bootargs console=${console} ${optargs} root=${nandroot} rootfstype=${nandrootfstype} nandboot=echo Booting from nand ...; run nandargs; nand read ${fdtaddr} NAND.u-boot-spl-os; nand read ${loadaddr} NAND.kernel; bootz} nandroot=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 nandrootfstype=ubifs rootwait netargs=setenv bootargs console=${console} ${optargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},${nfsopts} rw ip=dhcp netboot=echo Booting from network ...; setenv autoload no; dhcp; run netloadimage; run netloadfdt; run netargs; bootz ${loadaddr} - } netloadfdt=tftp ${fdtaddr} ${fdtfile} netloadimage=tftp ${loadaddr} ${bootfile} nfsopts=nolock partitions=uuid_disk=${uuid_gpt_disk};name=rootfs,start=2MiB,size=-,uuid=${uuid_gpt_rootfs} pxefile_addr_r=0x80100000 ramargs=setenv bootargs console=${console} ${optargs} root=${ramroot} rootfstype=${ramrootfstype} ramboot=echo Booting from ramdisk ...; run ramargs; bootz ${loadaddr} ${rdaddr} ${fdtaddr} ramdisk_addr_r=0x88080000 ramroot=/dev/ram0 rw ramrootfstype=ext2 rdaddr=0x88080000 rootpath=/export/rootfs scan_dev_for_boot=echo Scanning ${devtype} ${devnum}:${distro_bootpart}...; for prefix in ${boot_prefixes}; do run scan_dev_for_extl; scan_dev_for_boot_part=part list ${devtype} ${devnum} -bootable devplist; env exists devplist || setenv devplist 1; for distro_bootpe scan_dev_for_efi=setenv efi_fdtfile ${fdtfile}; if test -z "${fdtfile}" -a -n "${soc}"; then setenv efi_fdtfile ${soc}-${board}${boae scan_dev_for_extlinux=if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}extlinux/extlinux.conf; then echo Found ${prefix}ei scan_dev_for_scripts=for script in ${boot_scripts}; do if test -e ${devtype} ${devnum}:${distro_bootpart} ${prefix}${script}; then ee scriptaddr=0x80000000 soc=am33xx spiargs=setenv bootargs console=${console} ${optargs} root=${spiroot} rootfstype=${spirootfstype} spiboot=echo Booting from spi ...; run spiargs; sf probe ${spibusno}:0; sf read ${loadaddr} ${spisrcaddr} ${spiimgsize}; bootz ${loa} spibusno=0 spiimgsize=0x362000 spiroot=/dev/mtdblock4 rw spirootfstype=jffs2 spisrcaddr=0xe0000 static_ip=${ipaddr}:${serverip}:${gatewayip}:${netmask}:${hostname}::off stderr=serial@44e09000 stdin=serial@44e09000 stdout=serial@44e09000 update_to_fit=setenv loadaddr ${fit_loadaddr}; setenv bootfile ${fit_bootfile} usb_boot=usb start; if usb dev ${devnum}; then setenv devtype usb; run scan_dev_for_boot_part; fi usbnet_devaddr=68:47:49:7c:9c:1e vendor=ti ver=U-Boot 2018.01 (Sep 01 2020 - 11:21:14 +0530) Environment size: 9908/131068 bytes => boot Booting from nand ... NAND read: device 0 offset 0x80000, size 0x40000 262144 bytes read: OK NAND read: device 0 offset 0x200000, size 0x800000 8388608 bytes read: OK ## Flattened Device Tree blob at 88000000 Booting using the fdt blob at 0x88000000 Loading Device Tree to 8fff3000, end 8ffff4e5 ... OK Starting kernel ... [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.19.94-gbe5389fd85 (astra@astra-Precision-T7610) (gcc version 8.3.0 (GNU Toolchain for the A-profile A0 [ 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 AM3359 ICE-V2 [ 0.000000] Memory policy: Data cache writeback [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] cma: Reserved 48 MiB at 0x9d000000 [ 0.000000] CPU: All CPU(s) started in SVC mode. [ 0.000000] AM335X ES2.1 (sgx neon) [ 0.000000] random: get_random_bytes called from start_kernel+0xa4/0x434 with crng_init=0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129920 [ 0.000000] Kernel command line: console=ttyO0,115200n8 root=ubi0:rootfs rw ubi.mtd=NAND.file-system,2048 rootfstype=ubifs rootwat [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Memory: 455948K/524288K available (9216K kernel code, 307K rwdata, 2720K rodata, 1024K init, 252K bss, 19188K reserve) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xe0800000 - 0xff800000 ( 496 MB) [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB) [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB) [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB) [ 0.000000] .text : 0x(ptrval) - 0x(ptrval) (10208 kB) [ 0.000000] .init : 0x(ptrval) - 0x(ptrval) (1024 kB) [ 0.000000] .data : 0x(ptrval) - 0x(ptrval) ( 308 kB) [ 0.000000] .bss : 0x(ptrval) - 0x(ptrval) ( 253 kB) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] rcu: Preemptible hierarchical RCU implementation. [ 0.000000] Tasks RCU enabled. [ 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] OMAP clockevent source: timer2 at 25000000 Hz [ 0.000020] sched_clock: 32 bits at 25MHz, resolution 40ns, wraps every 85899345900ns [ 0.000044] clocksource: timer1: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 76450417870 ns [ 0.000056] OMAP clocksource: timer1 at 25000000 Hz [ 0.000247] timer_probe: no matching timers found [ 0.000452] Console: colour dummy device 80x30 [ 0.000484] WARNING: Your 'console=ttyO0' has been replaced by 'ttyS0' [ 0.000491] This ensures that you still see kernel messages. Please [ 0.000497] update your kernel commandline. [ 0.000554] Calibrating delay loop... 795.44 BogoMIPS (lpj=3977216) [ 0.089027] pid_max: default: 32768 minimum: 301 [ 0.089246] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.089261] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.090148] CPU: Testing write buffer coherency: ok [ 0.090218] CPU0: Spectre v2: using BPIALL workaround [ 0.091185] Setting up static identity map for 0x80100000 - 0x80100060 [ 0.091351] rcu: Hierarchical SRCU implementation. [ 0.091720] EFI services will not be available. [ 0.093251] devtmpfs: initialized [ 0.102310] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3 [ 0.102731] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.102760] futex hash table entries: 256 (order: -1, 3072 bytes) [ 0.106869] pinctrl core: initialized pinctrl subsystem [ 0.107721] DMI not present or invalid. [ 0.108193] NET: Registered protocol family 16 [ 0.110905] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.136921] l4_wkup_cm:clk:0010:0: failed to disable [ 0.189932] cpuidle: using governor ladder [ 0.189974] cpuidle: using governor menu [ 0.195087] GPIO line 7 (FET_SWITCH_CTRL) hogged as output/high [ 0.195563] OMAP GPIO hardware version 0.1 [ 0.205945] No ATAGs? [ 0.205959] hw-breakpoint: debug architecture 0x4 unsupported. [ 0.221604] edma 49000000.edma: TI EDMA DMA engine driver [ 0.225319] SCSI subsystem initialized [ 0.225854] media: Linux media interface: v0.10 [ 0.225903] videodev: Linux video capture interface: v2.00 [ 0.226006] pps_core: LinuxPPS API ver. 1 registered [ 0.226015] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti [ 0.226039] PTP clock support registered [ 0.226078] EDAC MC: Ver: 3.0.0 [ 0.227294] omap-mailbox 480c8000.mailbox: omap mailbox rev 0x400 [ 0.227950] Advanced Linux Sound Architecture Driver Initialized. [ 0.229469] clocksource: Switched to clocksource timer1 [ 0.238611] NET: Registered protocol family 2 [ 0.239834] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes) [ 0.239874] TCP established hash table entries: 4096 (order: 2, 16384 bytes) [ 0.239924] TCP bind hash table entries: 4096 (order: 2, 16384 bytes) [ 0.239970] TCP: Hash tables configured (established 4096 bind 4096) [ 0.240088] UDP hash table entries: 256 (order: 0, 4096 bytes) [ 0.240111] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes) [ 0.240276] NET: Registered protocol family 1 [ 0.240934] RPC: Registered named UNIX socket transport module. [ 0.240951] RPC: Registered udp transport module. [ 0.240958] RPC: Registered tcp transport module. [ 0.240965] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.242013] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available [ 0.243424] Initialise system trusted keyrings [ 0.243805] workingset: timestamp_bits=14 max_order=17 bucket_order=3 [ 0.249051] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.250097] NFS: Registering the id_resolver key type [ 0.250147] Key type id_resolver registered [ 0.250157] Key type id_legacy registered [ 0.250208] ntfs: driver 2.1.32 [Flags: R/O]. [ 0.252770] Key type asymmetric registered [ 0.252793] Asymmetric key parser 'x509' registered [ 0.252870] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245) [ 0.252886] io scheduler noop registered [ 0.252894] io scheduler deadline registered [ 0.253170] io scheduler cfq registered (default) [ 0.253184] io scheduler mq-deadline registered [ 0.253193] io scheduler kyber registered [ 0.255147] pinctrl-single 44e10800.pinmux: 142 pins, size 568 [ 0.311529] Serial: 8250/16550 driver, 10 ports, IRQ sharing enabled [ 0.315797] 44e09000.serial: ttyS0 at MMIO 0x44e09000 (irq = 30, base_baud = 3000000) is a 8250 [ 0.942746] console [ttyS0] enabled [ 0.947580] 48022000.serial: ttyS1 at MMIO 0x48022000 (irq = 31, base_baud = 3000000) is a 8250 [ 0.957592] 481aa000.serial: ttyS5 at MMIO 0x481aa000 (irq = 32, base_baud = 3000000) is a 8250 [ 0.968549] omap_rng 48310000.rng: Random Number Generator ver. 20 [ 0.975004] random: fast init done [ 0.978659] random: crng init done [ 0.996255] brd: module loaded [ 1.006801] loop: module loaded [ 1.016827] m25p80 spi1.0: n25q256a (32768 Kbytes) [ 1.021846] 1 fixed-partitions partitions found on MTD device spi1.0 [ 1.028232] Creating 1 MTD partitions on "spi1.0": [ 1.033082] 0x000000000000-0x000002000000 : "spi1_partition" [ 1.040964] libphy: Fixed MDIO Bus: probed [ 1.119563] davinci_mdio 4a101000.mdio: davinci mdio revision 1.6, bus freq 1000000 [ 1.127275] libphy: 4a101000.mdio: probed [ 1.131589] mdio_bus 4a101000.mdio: MDIO device at address 0 is missing. [ 1.139172] cpsw 4a100000.ethernet: No slave[0] phy_id, phy-handle, or fixed-link property [ 1.147550] cpsw 4a100000.ethernet: Missing dual_emac_res_vlan in DT. [ 1.154040] cpsw 4a100000.ethernet: Using 1 as Reserved VLAN for 0 slave [ 1.160853] cpsw 4a100000.ethernet: Missing dual_emac_res_vlan in DT. [ 1.167325] cpsw 4a100000.ethernet: Using 2 as Reserved VLAN for 1 slave [ 1.174080] cpsw 4a100000.ethernet: Detected MACID = 68:47:49:7c:9c:1e [ 1.180786] cpsw 4a100000.ethernet: initialized cpsw ale version 1.4 [ 1.187174] cpsw 4a100000.ethernet: ALE Table size 1024 [ 1.192486] cpsw 4a100000.ethernet: cpts: overflow check period 500 (jiffies) [ 1.200623] cpsw 4a100000.ethernet: cpsw: Detected MACID = 68:47:49:7c:9c:20 [ 1.209103] i2c /dev entries driver [ 1.215336] cpuidle: enable-method property 'ti,am3352' found operations [ 1.222658] sdhci: Secure Digital Host Controller Interface driver [ 1.228870] sdhci: Copyright(c) Pierre Ossman [ 1.234002] sdhci-pltfm: SDHCI platform and OF driver helper [ 1.240374] ledtrig-cpu: registered to indicate activity on CPUs [ 1.251178] NET: Registered protocol family 10 [ 1.257190] Segment Routing with IPv6 [ 1.261156] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver [ 1.267885] NET: Registered protocol family 17 [ 1.272806] Key type dns_resolver registered [ 1.277369] omap_voltage_late_init: Voltage driver support not added [ 1.284896] Loading compiled-in X.509 certificates [ 1.300203] omap-gpmc 50000000.gpmc: GPMC revision 6.0 [ 1.305398] gpmc_mem_init: disabling cs 0 mapped at 0x0-0x1000000 [ 1.313426] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xdc [ 1.319966] nand: Micron MT29F4G08ABADAWP [ 1.323998] nand: 512 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.331714] nand: using OMAP_ECC_BCH8_CODE_HW ECC scheme [ 1.337198] 10 fixed-partitions partitions found on MTD device omap2-nand.0 [ 1.344222] Creating 10 MTD partitions on "omap2-nand.0": [ 1.349671] 0x000000000000-0x000000020000 : "NAND.SPL" [ 1.356065] 0x000000020000-0x000000040000 : "NAND.SPL.backup1" [ 1.362978] 0x000000040000-0x000000060000 : "NAND.SPL.backup2" [ 1.369861] 0x000000060000-0x000000080000 : "NAND.SPL.backup3" [ 1.376657] 0x000000080000-0x0000000c0000 : "NAND.u-boot-spl-os" [ 1.383758] 0x0000000c0000-0x0000001c0000 : "NAND.u-boot" [ 1.390619] 0x0000001c0000-0x0000001e0000 : "NAND.u-boot-env" [ 1.397308] 0x0000001e0000-0x000000200000 : "NAND.u-boot-env.backup1" [ 1.404789] 0x000000200000-0x000000a00000 : "NAND.kernel" [ 1.414935] 0x000000a00000-0x000010000000 : "NAND.file-system" [ 1.538732] gpmc_read_settings_dt: page/burst-length set but not used! [ 1.569921] tps65910 0-002d: No interrupt support, no core IRQ [ 1.579637] vrtc: supplied by vbat [ 1.587238] vio: supplied by vbat [ 1.592204] vdd1: supplied by vbat [ 1.597508] vdd2: supplied by vbat [ 1.604423] vdig1: supplied by vbat [ 1.609282] vdig2: supplied by vbat [ 1.614149] vpll: supplied by vbat [ 1.618913] vdac: supplied by vbat [ 1.623731] vaux1: supplied by vbat [ 1.628606] vaux2: supplied by vbat [ 1.633483] vaux33: supplied by vbat [ 1.638422] vmmc: supplied by vbat [ 1.643229] vbb: supplied by vbat [ 1.648450] pca953x 0-0041: 0-0041 supply vcc not found, using dummy regulator [ 1.655903] pca953x 0-0041: Linked as a consumer to regulator.0 [ 1.661964] pca953x 0-0041: failed reading register [ 1.666958] pca953x 0-0041: Dropping the link to regulator.0 [ 1.672787] pca953x: probe of 0-0041 failed with error -121 [ 1.678578] omap_i2c 44e0b000.i2c: bus 0 rev0.11 at 400 kHz [ 1.685844] omap_i2c 4802a000.i2c: bus 1 rev0.11 at 500 kHz [ 1.692023] ubi0: attaching mtd10 [ 2.867597] ubi0: scanning is finished [ 2.890381] ubi0: attached mtd10 (name "NAND.file-system", size 246 MiB) [ 2.897136] ubi0: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes [ 2.904119] ubi0: min./max. I/O unit sizes: 2048/2048, sub-page size 512 [ 2.911046] ubi0: VID header offset: 2048 (aligned 2048), data offset: 4096 [ 2.918041] ubi0: good PEBs: 1968, bad PEBs: 0, corrupted PEBs: 0 [ 2.924186] ubi0: user volume: 1, internal volumes: 1, max. volumes count: 128 [ 2.931485] ubi0: max/mean erase counter: 2/0, WL threshold: 4096, image sequence number: 212602846 [ 2.940589] ubi0: available PEBs: 0, total reserved PEBs: 1968, PEBs reserved for bad PEB handling: 80 [ 2.949964] ubi0: background thread "ubi_bgt0d" started, PID 53 [ 2.956297] hctosys: unable to open rtc device (rtc0) [ 2.962107] ALSA device list: [ 2.965102] No soundcards found. [ 2.979613] UBIFS (ubi0:0): background thread "ubifs_bgt0_0" started, PID 54 [ 3.055431] UBIFS (ubi0:0): recovery needed [ 3.260067] UBIFS (ubi0:0): recovery completed [ 3.264945] UBIFS (ubi0:0): UBIFS: mounted UBI device 0, volume 0, name "rootfs" [ 3.272462] UBIFS (ubi0:0): LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes [ 3.282451] UBIFS (ubi0:0): FS size: 237699072 bytes (226 MiB, 1872 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs) [ 3.293233] UBIFS (ubi0:0): reserved for root: 0 bytes (0 KiB) [ 3.299098] UBIFS (ubi0:0): media format: w4/r0 (latest is w5/r0), UUID 58B0D65B-7955-4F74-A54F-9EB02017D028, small LPT model [ 3.312737] VFS: Mounted root (ubifs filesystem) on device 0:14. [ 3.320448] devtmpfs: mounted [ 3.325150] Freeing unused kernel memory: 1024K [ 3.330351] Run /sbin/init as init process [ 3.658589] systemd[1]: System time before build time, advancing clock. [ 3.767184] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPT) [ 3.790664] systemd[1]: Detected architecture arm. Welcome to Arago 2019.11! [ 3.844654] systemd[1]: Set hostname to . [ 4.350684] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but t. [ 4.367961] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP ) [ 4.855220] systemd[1]: Listening on Journal Socket. [ OK ] Listening on Journal Socket. [ 4.940899] systemd[1]: Reached target Remote File Systems. [ OK ] Reached target Remote File Systems. [ 4.987287] systemd[1]: Created slice system-getty.slice. [ OK ] Created slice system-getty.slice. [ 5.024223] systemd[1]: Created slice User and Session Slice. [ OK ] Created slice User and Session Slice. [ 5.075970] systemd[1]: Mounting Kernel Debug File System... Mounting Kernel Debug File System... [ OK ] Started Forward Password Requests to Wall Directory Watch. [ OK ] Reached target Swap. [ OK ] Started Dispatch Password Requests to Console Directory Watch. [ OK ] Reached target Paths. [ OK ] Reached target Slices. Mounting Temporary Directory (/tmp)... Mounting Kernel Configuration File System... [ OK ] Listening on Process Core Dump Socket. Starting Remount Root and Kernel File Systems... [ OK ] Listening on Journal Socket (/dev/log). Starting Journal Service... Starting Apply Kernel Variables... [ OK ] Created slice system-serial\x2dgetty.slice. [ OK ] Listening on udev Kernel Socket. Mounting POSIX Message Queue File System... [ OK ] Listening on udev Control Socket. Starting udev Coldplug all Devices... [ OK ] Listening on initctl Compatibility Named Pipe. [ OK ] Listening on Network Service Netlink Socket. [ OK ] Started Hardware RNG Entropy Gatherer Daemon. [ OK ] Mounted Kernel Debug File System. [ OK ] Mounted Temporary Directory (/tmp). [ OK ] Started Journal Service. [ OK ] Mounted Kernel Configuration File System. [ OK ] Started Remount Root and Kernel File Systems. [ OK ] Started Apply Kernel Variables. [ OK ] Mounted POSIX Message Queue File System. Starting Create Static Device Nodes in /dev... Starting Flush Journal to Persistent Storage... [ OK ] Started Create Static Device Nodes in /dev. [ OK ] Reached target Local File Systems (Pre). [ 6.342885] systemd-journald[73]: Received request to flush runtime journal from PID 1 Mounting /var/volatile... [ OK ] Reached target Containers. Mounting /media/ram... Starting udev Kernel Device Manager... [ OK ] Started Flush Journal to Persistent Storage. [ OK ] Mounted /var/volatile. [ OK ] Mounted /media/ram. Starting Load/Save Random Seed... [ OK ] Reached target Local File Systems. Starting Create Volatile Files and Directories... [ OK ] Started udev Kernel Device Manager. [ OK ] Started Load/Save Random Seed. [ OK ] Started Create Volatile Files and Directories. Starting Update UTMP about System Boot/Shutdown... Starting Network Service... Starting Network Time Synchronization... [ OK ] Started Update UTMP about System Boot/Shutdown. [ OK ] Started Network Service. Starting Network Name Resolution... Starting Wait for Network to be Configured... [ OK ] Started Network Time Synchronization. [ OK ] Reached target System Time Synchronized. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... [ 9.107695] gpio-decoder gpio-decoder: unable to acquire input gpios [ 9.264811] omap_rtc 44e3e000.rtc: registered as rtc0 [ 9.277130] gpio-decoder gpio-decoder: unable to acquire input gpios [ 9.289852] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec [ 9.378152] gpio-decoder gpio-decoder: unable to acquire input gpios [ 9.471282] gpio-decoder gpio-decoder: unable to acquire input gpios [ OK ] Found device /dev/ttyS0. [ 9.650796] gpio-decoder gpio-decoder: unable to acquire input gpios [ OK ] Started udev Coldplug all Devices. [ 9.765157] gpio-decoder gpio-decoder: unable to acquire input gpios [ OK ] Reached target System Initialization. [ OK ] Listening on RPCbind Server Activation Socket. [ 10.427857] gpio-decoder gpio-decoder: unable to acquire input gpios [ OK ] Listening on D-Bus System Message Bus Socket. [ OK ] Started Daily rotation of log files. [ OK ] Started Daily Cleanup of Temporary Directories. [ OK ] Reached target Timers. [ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket. [ OK ] Reached target Sockets. [ OK ] Reached target Basic System. Starting RPC Bind Service... Starting Login Service... [ 10.965097] omap-sham 53100000.sham: hw accel on OMAP rev 4.3 [ OK ] Started Periodic Command Scheduler. [ OK ] Started D-Bus System Message Bus. [ 11.108585] omap-aes 53500000.aes: OMAP AES hw accel rev: 3.2 [ 11.125082] wkup_m3_ipc 44e11324.wkup_m3_ipc: could not get rproc handle [ 11.133644] remoteproc remoteproc0: wkup_m3 is available [ 11.139994] gpio-decoder gpio-decoder: unable to acquire input gpios [ 11.212766] gpio-decoder gpio-decoder: unable to acquire input gpios [ 11.239835] omap-aes 53500000.aes: will run requests pump with realtime priority [ 11.324896] PM: Cannot get wkup_m3_ipc handle [ 11.362599] gpio-decoder gpio-decoder: unable to acquire input gpios [ 11.472106] PM: Cannot get wkup_m3_ipc handle [ 11.477156] gpio-decoder gpio-decoder: unable to acquire input gpios [ 11.484085] remoteproc remoteproc0: powering up wkup_m3 [ OK ] Started Job spooling tools. Starting Print notice about GPLv3 packages... [ 11.779872] remoteproc remoteproc0: Booting fw image am335x-pm-firmware.elf, size 242888 [ 11.788299] remoteproc remoteproc0: remote processor wkup_m3 is now up [ 11.788322] wkup_m3_ipc 44e11324.wkup_m3_ipc: CM3 Firmware Version = 0x192 Starting telnetd.service... [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [FAILED] Failed to start RPC Bind Service. See 'systemctl status rpcbind.service' for details. [DEPEND] Dependency failed for NFS status monitor for NFSv2/3 locking.. [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Started telnetd.service. [ 12.796040] net eth0: initializing cpsw version 1.12 (0) [ 12.843065] libphy: PHY not found [ 12.846525] net eth0: phy "" not found on slave 0, err -19 [ OK ] Found device /dev/ttyS3. [ 12.947686] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 13.089202] net eth1: initializing cpsw version 1.12 (0) [ 13.144398] libphy: PHY 4a101000.mdio:00 not found [ 13.164718] net eth1: phy "4a101000.mdio:00" not found on slave 1, err -19 [ 13.249854] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready [ 14.701982] PM: bootloader does not support rtc-only! [ 14.707950] gpio-decoder gpio-decoder: unable to acquire input gpios *************************************************************** *************************************************************** NOTICE: This file system contains the following GPLv3 packages: bash bc cifs-utils cpio dosfstools elfutils gawk gzip libbfd libdw1 libelf1 libreadline7 which If you do not wish to distribute GPLv3 components please remove the above packages prior to distribution. This can be done using the opkg remove command. i.e.: opkg remove Where is the name printed in the list above NOTE: If the package is a dependency of another package you will be notified of the dependent packages. You should use the --force-removal-of-dependent-packages option to also remove the dependent packages as well *************************************************************** *************************************************************** [ OK ] Started Print notice about GPLv3 packages. [ OK ] Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch. [ OK ] Started D-Bus System Message Bus. [ OK ] Stopped Login Service. Starting Login Service... [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... Starting thttpd.service... [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Stopped Login Service. Starting Login Service... [ OK ] Started D-Bus System Message Bus. [ OK ] Started thttpd.service. [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Started D-Bus System Message Bus. [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... [ OK ] Stopped Login Service. Starting Login Service... [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Stopped Login Service. Starting Login Service... [ OK ] Started D-Bus System Message Bus. [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Started D-Bus System Message Bus. [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... [ OK ] Stopped Login Service. Starting Login Service... [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [ OK ] Stopped Login Service. [FAILED] Failed to start Login Service. See 'systemctl status systemd-logind.service' for details. [FAILED] Failed to start D-Bus System Message Bus. See 'systemctl status dbus.service' for details. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. Starting Network Name Resolution... [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Stopped Network Name Resolution. [FAILED] Failed to start Network Name Resolution. See 'systemctl status systemd-resolved.service' for details. [ OK ] Reached target Network. Starting Permit User Sessions... [ OK ] Reached target Host and Network Name Lookups. Starting Avahi mDNS/DNS-SD Stack... [FAILED] Failed to start Permit User Sessions. See 'systemctl status systemd-user-sessions.service' for details. [FAILED] Failed to start Avahi mDNS/DNS-SD Stack. See 'systemctl status avahi-daemon.service' for details. [ OK ] Started Serial Getty on ttyS0. [ OK ] Started Serial Getty on ttyS3. [ OK ] Started Getty on tty1. [ OK ] Reached target Login Prompts. Starting Synchronize System and HW clocks... [ OK ] Started Synchronize System and HW clocks. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org am335x-evm ttyS0 Arago 2019.11 am335x-evm ttyS0 am335x-evm login: root [ OK ] Stopped Serial Getty on ttyS0. [ OK ] Started Serial Getty on ttyS0. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org am335x-evm ttyS0 Arago 2019.11 am335x-evm ttyS0 am335x-evm login: root [ OK ] Stopped Serial Getty on ttyS0. [ OK ] Started Serial Getty on ttyS0. _____ _____ _ _ | _ |___ ___ ___ ___ | _ |___ ___ |_|___ ___| |_ | | _| .'| . | . | | __| _| . | | | -_| _| _| |__|__|_| |__,|_ |___| |__| |_| |___|_| |___|___|_| |___| |___| Arago Project http://arago-project.org am335x-evm ttyS0 Arago 2019.11 am335x-evm ttyS0 am335x-evm login: