Quantcast
Channel: Linux Device Hacking - uBoot
Viewing all articles
Browse latest Browse all 903

Booting Arch with u-boot-2015.10-tld-1 (1 reply)

$
0
0
Hi. Need a little help here.
I`ve followed the guide to install the 2015.10 uBoot on Pogo E02 and prepared the USB stick with unpacking Debian-4.4.0-kirkwood-tld-1-rootfs-bodhi.tar.bz2 on it. Looking at the netconsole output the kernel is found buy the Pogo box but it doesn`t get assigned an IP so no way of pocking inside and see what went wrong.

[admin@WL-Asus root]$ nc -l -u -p 6666                                        0
starting USB...
USB0:   USB EHCI 1.00
scanning bus 0 for devices... 3 USB Device(s) found
       scanning usb for storage devices...
Use USB retry period from the environment: 15 second(s)
1 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     51              7820901         00000000-01     83
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **
Unknown command 'ide' - try 'help'
Unknown command 'mmc' - try 'help'
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 232 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
3165342 bytes read in 381 ms (7.9 MiB/s)
loading uInitrd ...
7179935 bytes read in 501 ms (13.7 MiB/s)
loading DTB /boot/dts/kirkwood-pogo_e02.dtb ...
10446 bytes read in 1092 ms (8.8 KiB/s)
## Booting kernel from Legacy Image at 00800000 ...
   Image Name:   Linux-4.4.0-kirkwood-tld-1
   Created:      2016-02-22   0:38:45 UTC
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3165278 Bytes = 3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   initramfs-4.4.0-kirkwood-tld-1
   Created:      2016-02-19   7:33:04 UTC
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    7179871 Bytes = 6.8 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 ...


Viewing all articles
Browse latest Browse all 903

Trending Articles