connecting to NetworkSerialPort(target=Target(name='omap3-beagle-xm', env=None), name='USBSerialPort', state=, avail=True, host='nuc-1', port=41369, speed=115200, protocol='rfc2217') calling microcom -s 115200 -t nuc-1:41369 connected to 192.168.0.1 (port 41369) Escape character: Ctrl-\ Type the escape character to get to the prompt. U-Boot SPL 2018.09-rc2-00001-ge6aa9785acb2 (Aug 15 2018 - 09:41:52 -0700) Trying to boot from MMC1 spl_load_image_fat_os: error reading image args, err - -2 U-Boot 2018.09-rc2-00001-ge6aa9785acb2 (Aug 15 2018 - 09:41:52 -0700) OMAP3630/3730-GP ES1.2, CPU-OPP2, L3-200MHz, Max CPU Clock 1 GHz Model: TI OMAP3 BeagleBoard OMAP3 Beagle board + LPDDR/NAND I2C: ready DRAM: 256 MiB NAND: 0 MiB MMC: OMAP SD/MMC: 0 Loading Environment from NAND... *** Warning - readenv() failed, using default environment Beagle xM Rev C No EEPROM on expansion board No EEPROM on expansion board OMAP die ID: 0b5000029ff80000016842c910019004 Net: usb_ether starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 3 USB Device(s) found scanning usb for storage devices... 0 Storage Device(s) found scanning usb for ethernet devices... 1 Ethernet Device(s) found Hit any key to stop autoboot: 2  0 BeagleBoard # setenv usbethaddr 00:40:5c:26:0a:6c; usb start setenv usbethaddr 00:40:5c:26:0a:6c; usb start BeagleBoard # setenv autoload no setenv autoload no BeagleBoard # dhcp dhcp Need valid 'usbnet_devaddr' to be setWaiting for Ethernet connection... done. BOOTP broadcast 1 BOOTP broadcast 2 DHCP client bound to address 192.168.0.197 (262 ms) BeagleBoardsetenv serverip 192.168.0.2 # setenv serverip 192.168.0.2 BeagleBoard # tftp 0x81000000 3295657/tftp-deploy-6zaa37vp/kernel/zImage tftp 0x81000000 3295657/tftp-deploy-6zaa37vp/kernel/zImage Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.197 Filename '3295657/tftp-deploy-6zaa37vp/kernel/zImage'. Load address: 0x81000000 Loading: *T ################################################################# ################################################################# ################################################################# ################################################################# ###################################################### 377.9 KiB/s done Bytes transferred = 4600128 (463140 hex) BeagleBoard # tftp 0x82000000 3295657/tftp-deploy-6zaa37vp/ramdisk/ramdisk.cpio.gz.uboot tftp 0x82000000 3295657/tftp-deploy-6zaa37vp/ramdisk/ramdisk.cpio.gz.uboot Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.197 Filename '3295657/tftp-deploy-6zaa37vp/ramdisk/ramdisk.cpio.gz.uboot'. Load address: 0x82000000 Loading: *################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ######################################################## 1.2 MiB/s done Bytes transferred = 14166411 (d8298b hex) BeagleBoard # setenv initrd_size ${filesize} setenv initrd_size ${filesize} BeagleBoard # tftp 0x81f00000 3295657/tftp-deploy-6zaa37vp/dtb/omap3-beagle-xm.dtb tftp 0x81f00000 3295657/tftp-deploy-6zaa37vp/dtb/omap3-beagle-xm.dtb Waiting for Ethernet connection... done. Using sms0 device TFTP from server 192.168.0.2; our IP address is 192.168.0.197 Filename '3295657/tftp-deploy-6zaa37vp/dtb/omap3-beagle-xm.dtb'. Load address: 0x81f00000 Loading: *##### 12.7 KiB/s done Bytes transferred = 65716 (100b4 hex) BeagleBoard # setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' setenv bootargs 'console=ttyO2,115200n8 root=/dev/ram0 console_msg_format=syslog earlycon ip=dhcp' BeagleBoard # bootz 0x81000000 0x82000000 0x81f00000 bootz 0x81000000 0x82000000 0x81f00000 ## Loading init Ramdisk from Legacy Image at 82000000 ... Image Name: Image Type: ARM Linux RAMDisk Image (uncompressed) Data Size: 14166347 Bytes = 13.5 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... Bad Data CRC Ramdisk image is corrupt or invalid BeagleBoard #