Quantcast
Viewing all articles
Browse latest Browse all 359

Re: NSA 325 V2 Debian Is Possible!

After booting uboot with UART, I'm trying to boot my kernel image.

after usb reset, I try:

ext2load usb 0:1 ${uInitramfsAddr} /boot/uInitramfs


I answers back:

3155024 bytes read in 550 ms (5.5 MiB/s)
## Error inserting "filesize" variable, errno=12


Then, same thing for initramfs (it reads file, but barks on filesize variable)

Trying to boot:
bootm 0x02000000 0x01100000

## Booting kernel from Legacy Image at 02000000 ...
   Image Name:   Linux-3.14.3+mach+bt+vga
   Image Type:   ARM Linux Kernel Image (uncompressed)
   Data Size:    3154960 Bytes = 3 MiB
   Load Address: 00008000
   Entry Point:  00008000
   Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 01100000 ...
   Image Name:   NSA-325-v2-Initramfs
   Image Type:   ARM Linux RAMDisk Image (gzip compressed)
   Data Size:    632222 Bytes = 617.4 KiB
   Load Address: 00000000
   Entry Point:  00000000
   Verifying Checksum ... OK
## Error inserting "fdtaddr" variable, errno=12
   Loading Kernel Image ... OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.


It then just stays there, with POWER LED in AMBER.

EDIT: I tried also with your latest kernel (vmlinuz-3.16.0-kirkwood-tld-2), same results.


Any clues?

Viewing all articles
Browse latest Browse all 359

Trending Articles