uEnv.txt not read from boot device August 09, 2022 04:25AM |
Registered: 12 years ago Posts: 157 |
U-Boot 2017.07-tld-1 (Sep 05 2017 - 00:13:18 -0700) Pogo E02 gcc (Debian 6.3.0-18) 6.3.0 20170516 GNU ld (GNU Binutils for Debian) 2.28 Hit any key to stop autoboot: 0 starting USB... USB0: USB EHCI 1.00 scanning bus 0 for devices... 4 USB Device(s) found scanning usb for storage devices... Use USB retry period from the environment: 15 second(s) Use USB retry period from the environment: 15 second(s) 2 Storage Device(s) found Unknown command 'ide' - try 'help' Unknown command 'mmc' - try 'help' Partition Map for USB device 0 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 63 995967 0005dc76-01 0b Boot Partition Map for USB device 1 -- Partition Type: DOS Part Start Sector Num Sectors UUID Type 1 2048 14172160 311f3e43-01 83 2 14174208 962560 311f3e43-02 82 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 ## Unknown partition table type 0 loading envs from usb 0 ... reading /boot/uEnv.txt ** Unable to read file /boot/uEnv.txt ** Unknown command 'ide' - try 'help' Unknown command 'mmc' - try 'help' running scan_disk ... Scan device usb device usb 0:1 reading /boot/uImage ** Unable to read file /boot/uImage ** device usb 1:1 1 bytes read in 723 ms (0 Bytes/s) Found bootable drive on usb 1 loading uImage ... 5435888 bytes read in 911 ms (5.7 MiB/s) loading uInitrd ... 9671091 bytes read in 849 ms (10.9 MiB/s) loading DTB /boot/dts/kirkwood-pogo_e02.dtb ... 10114 bytes read in 3782 ms (2 KiB/s) ## Booting kernel from Legacy Image at 00800000 ... Image Name: Linux-5.13.6-kirkwood-tld-1 Created: 2021-09-24 0:22:58 UTC Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 5435824 Bytes = 5.2 MiB Load Address: 00008000 Entry Point: 00008000 Verifying Checksum ... OK ## Loading init Ramdisk from Legacy Image at 01100000 ... Image Name: initramfs-5.13.6-kirkwood-tld-1 Created: 2021-09-24 1:06:32 UTC Image Type: ARM Linux RAMDisk Image (gzip compressed) Data Size: 9671027 Bytes = 9.2 MiB Load Address: 00000000 Entry Point: 00000000 Verifying Checksum ... OK ## Flattened Device Tree blob at 01c00000 Booting using the fdt blob at 0x1c00000 Starting kernel ...
root@kirkwood256-debian ~ $ fw_printenv set_bootargs
set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts init=/bin/systemd $custom_params
Re: uEnv.txt not read from boot device August 09, 2022 06:40PM |
Admin Registered: 12 years ago Posts: 18,128 |
Re: uEnv.txt not read from boot device August 09, 2022 06:59PM |
Admin Registered: 12 years ago Posts: 18,128 |
mkdir media/sdb1/boot cd /media/sdb1/boot
Re: uEnv.txt not read from boot device August 10, 2022 09:57AM |
Registered: 12 years ago Posts: 157 |