|
Debian cannot boot on KD20 after flashing u-boot June 26, 2020 03:37PM |
Registered: 6 years ago Posts: 33 |
root@debian:/tmp# /usr/sbin/flash_erase /dev/mtd0 0x0 6 Erasing 128 Kibyte @ 7f5f1f5c00000064 -- 6 % complete root@debian:/tmp# /usr/sbin/nandwrite /dev/mtd0 uboot.spl.2013.10.ox820.850mhz.mtd0.img Writing data to block 0 at offset 0x0 root@debian:/tmp# /usr/sbin/nandwrite -s 262144 /dev/mtd0 uboot.2015.10-tld-2.ox820.mtd0.img Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 Writing data to block 4 at offset 0x80000 Writing data to block 5 at offset 0xa0000 root@debian:/tmp# /usr/sbin/flash_erase /dev/mtd0 0x00100000 1 Erasing 128 Kibyte @ 7f621f5c00000064 -- 9 % complete root@debian:/tmp# /usr/sbin/nandwrite -s 1048576 /dev/mtd0 uboot.2015.10-tld-2.ox820.environment.img Writing data to block 8 at offset 0x100000
root@debian:/tmp# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip ipaddr=192.168.0.222 serverip=192.168.0.220 dtb_file=/boot/dts/ox820-pogoplug-pro.dtb load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60510000 $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15
fw_setenv dtb_file '/boot/dts/ox820-kd20.dtb'
bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip ipaddr=192.168.0.222 serverip=192.168.0.220 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60510000 $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 root@debian:/tmp# fw_setenv dtb_file=/boot/dts/ox820-kd20.dtb^C root@debian:/tmp# fw_setenv dtb_file '/boot/dts/ox820-kd20.dtb' root@debian:/tmp# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip ipaddr=192.168.0.222 serverip=192.168.0.220 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60510000 $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 dtb_file=/boot/dts/ox820-kd20.dtb
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)
Boot device: NAND
Attempting to set PLLA to 850 MHz ...
plla_ctrl0 : 0000020a
plla_ctrl1 : 00330000
plla_ctrl2 : 0065008b
plla_ctrl3 : 000000f1
PLLA Set
U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700)
OXNAS OX820
DRAM: 128 MiB
NAND: 128 MiB
In: serial
Out: serial
Err: serial
Net: dwmac.40400000
Hit any key to stop autoboot: 10 9 8 7 6 5 4 3 2 1 0
starting USB...
USB0: USB EHCI 1.00
scanning bus 0 for devices... 2 USB Device(s) found
scanning usb for storage devices... 1 Storage Device(s) found
Reset IDE: SATA PHY not ready for device 0
ide_preinit failed
Partition Map for USB device 0 -- Partition Type: DOS
Part Start Sector Num Sectors UUID Type
1 2048 10293248 b82c45ce-01 83
2 10295296 49850368 b82c45ce-02 83
3 60145664 1122304 b82c45ce-03 82
loading envs from usb 0 ...
** File not found /boot/uEnv.txt **
no IDE devices available
running scan_disk ...
Scan device usb
device usb 0:1
1 bytes read in 177 ms (0 Bytes/s)
Found bootable drive on usb 0
loading uImage ...
4629915 bytes read in 367 ms (12 MiB/s)
loading uInitrd ...
4594376 bytes read in 333 ms (13.2 MiB/s)
loading DTB /boot/dts/ox820-kd20.dtb ...
8091 bytes read in 151 ms (51.8 KiB/s)
## Booting kernel from Legacy Image at 60500000 ...
Image Name: Linux-4.4.54-oxnas-tld-1
Created: 2020-06-26 17:23:32 UTC
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4629851 Bytes = 4.4 MiB
Load Address: 60008000
Entry Point: 60008000
Verifying Checksum ... OK
## Loading init Ramdisk from Legacy Image at 60e00000 ...
Image Name: initramfs-4.4.54-oxnas-tld-1
Created: 2020-06-26 17:25:01 UTC
Image Type: ARM Linux RAMDisk Image (gzip compressed)
Data Size: 4594312 Bytes = 4.4 MiB
Load Address: 60000000
Entry Point: 60000000
Verifying Checksum ... OK
## Flattened Device Tree blob at 62c00000
Booting using the fdt blob at 0x62c00000
Loading Kernel Image ... OK
Loading Ramdisk to 679c5000, end 67e26a88 ... OK
Loading Device Tree to 679c0000, end 679c4f9a ... OK
Starting kernel ...
Uncompressing Linux... done, booting the kernel.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Shuttle KD20
[ 0.000000] bootconsole [earlycon0] enabled
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] Kernel panic - not syncing: ERROR: Failed to allocate 0x2000 bytes below 0x0.
[ 0.000000]
[ 0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 4.4.54-oxnas-tld-1 #2
[ 0.000000] Hardware name: PLXTECH NAS782X SoC (Flattened Device Tree)
[ 0.000000] [<c0010c6c>] (unwind_backtrace) from [<c000cf8c>] (show_stack+0x10/0x14)
[ 0.000000] [<c000cf8c>] (show_stack) from [<c02cf840>] (dump_stack+0x84/0xa0)
[ 0.000000] [<c02cf840>] (dump_stack) from [<c0091c78>] (panic+0x8c/0x1ec)
[ 0.000000] [<c0091c78>] (panic) from [<c0835b7c>] (memblock_alloc_base+0x34/0x40)
[ 0.000000] [<c0835b7c>] (memblock_alloc_base) from [<c082cf44>] (early_alloc_aligned+0xc/0x2c)
[ 0.000000] [<c082cf44>] (early_alloc_aligned) from [<c082dfe0>] (paging_init+0x764/0xa1c)
[ 0.000000] [<c082dfe0>] (paging_init) from [<c082ae54>] (setup_arch+0x508/0x8f8)
[ 0.000000] [<c082ae54>] (setup_arch) from [<c0828940>] (start_kernel+0x80/0x3ac)
[ 0.000000] [<c0828940>] (start_kernel) from [<60008074>] (0x60008074)
[ 0.000000] ---[ end Kernel panic - not syncing: ERROR: Failed to allocate 0x2000 bytes below 0x0.
[ 0.000000]
|
Re: Debian cannot boot on KD20 after flashing u-boot June 26, 2020 05:07PM |
Admin Registered: 14 years ago Posts: 20,029 |
Quote
[ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Shuttle KD20
|
Re: Debian cannot boot on KD20 after flashing u-boot June 27, 2020 03:27AM |
Registered: 6 years ago Posts: 33 |
stage1.wrapped-nand --- instead of uboot.spl.2013.10.ox820.850mhz.mtd0.img u-boot.wrapped-nand --- instead of uboot.2015.10-tld-2.ox820.mtd0.img
nanddump --noecc --omitoob -f mtd0 /dev/mtd0
setenv bootargs root=LABEL=rootfs initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes
|
Re: Debian cannot boot on KD20 after flashing u-boot June 27, 2020 04:28PM |
Admin Registered: 14 years ago Posts: 20,029 |
stage1.wrapped-nand --- instead of uboot.spl.2013.10.ox820.850mhz.mtd0.img u-boot.wrapped-nand --- instead of uboot.2015.10-tld-2.ox820.mtd0.img
|
Re: Debian cannot boot on KD20 after flashing u-boot June 28, 2020 04:55PM |
Registered: 6 years ago Posts: 33 |
stage1.wrapped-nand --- instead of uboot.spl.2013.10.ox820.850mhz.mtd0.img u-boot.wrapped-nand --- instead of uboot.2015.10-tld-2.ox820.mtd0.img
#!/bin/sh
# uncomment line below and set to the correct disk
#disk=/dev/sdX
if [ -z "${disk}" ] ; then
echo "You must uncomment/set the 'disk' variable"
exit -1
fi
workarea="."
stage1File=$workarea/stage1.wrapped
ubootFile=$workarea/u-boot.wrapped
kernelFile=$workarea/uImage
perl <<EOF | dd of="$disk" bs=512
print "\x00" x 0x1a4;
print "\x00\x5f\x01\x00";
print "\x00\xdf\x00\x00";
print "\x00\x80\x00\x00";
print "\x00" x (0x1b0 -0x1a4 -12 );
print "\x22\x80\x00\x00";
print "\x22\x00\x00\x00";
print "\x00\x80\x00\x00";
EOF
if [ -f $stage1File ];then
echo "Writing stage 1"
dd if=$stage1File of="$disk" bs=512 seek=34
fi
if [ -f $ubootFile ];then
echo "Writing uboot"
dd if=$ubootFile of="$disk" bs=512 seek=154
fi
if [ -f $kernelFile ];then
echo "Writing kernel to "
dd if=$kernelFile of="$disk"1 bs=512
fi
`p@-
`0@-
`0@-
`p@-
`8@-
`s@-
`8@-
`s@-
`0@-
`p@-
`p@-
`8@-
`8@-
`7@-
`8@-
`p@-
`p@-
`p@-
`p@-
`8@-
`p@-
TSIL
`8@-
`s@-
`p@-
`p@-
`USBC
USBS
`8@-
`c P
`0@-
`p@-
`8@-
`p@-
`8@-
`8@-
`0@-
0l0,0
0l0,0
l0,
0l0,0
0l0,0
D8@-
`8@-
D0@-
B8@-
`8@-
`8@-
`8@-
`8@-
`8@-
BTV7
`8@-
`p@-
`8@-
`U-Boot 1.1.2 (Jan 24 2015 - 13:54:11)
nand
e03f<ij??ji<f30ef30e?ji<<ij?e03f
i<?j0ef33fe0j?<i
j?<i3fe00ef3i<?jj?<i3fe00ef3i<?j
i<?j0ef33fe0j?<i
f30e?ji<<ij?e03fe03f<ij??ji<f30e
n;^
Qkkbal
i]Wb
9a&g
MGiI
wn>Jj
#.zf
+o*7
System is Shoutdown Now
clear environment in disk
hide
Disk read is error!!!
Disk write is error!!!
finished
rebuild
down
reveal
enable_interrupts
disable_interrupts
OUTPUT
INPUT
HIGHT
LED_HDDA_B is %s %s
Timer is 0x%04X
qazwsx
part - clear MBR
[h/r]
c:>fdisk /mbr_
clrenv
clrenv - clear environment
N/A
Walker's Clear environment Function
beep
beep - make beep sound
N/A
Walker's beep Function
poweroff
poweroff- Power-OFF
N/A
Walker's Power-OFF Function
led - LED Switch
[1/0] = LED ON/OFF
[a/z] = Interrupts ON/OFF
Walker's LED switch
Resetting CPU ...
pc : [<%08lx>] lr : [<%08lx>]
sp : %08lx ip : %08lx fp : %08lx
r10: %08lx r9 : %08lx r8 : %08lx
r7 : %08lx r6 : %08lx r5 : %08lx r4 : %08lx
r3 : %08lx r2 : %08lx r1 : %08lx r0 : %08lx
Flags: %c%c%c%c
IRQs %s FIQs %s Mode %s%s
undefined instruction
software interrupt
prefetch abort
data abort
not used
interrupt request
USER_26
FIQ_26
IRQ_26
SVC_26
UK4_26
UK5_26
UK6_26
UK7_26
UK8_26
UK9_26
UK10_26
UK11_26
UK12_26
UK13_26
UK14_26
UK15_26
USER_32
FIQ_32
IRQ_32
SVC_32
UK4_32
UK5_32
UK6_32
ABT_32
UK8_32
UK9_32
UK10_32
UND_32
UK12_32
UK13_32
UK14_32
SYS_32
_ _ _ _
| | | | | | | |
___| |__ _ _| |_| |_| | ___
/ __| '_ \| | | | __| __| |/ _ \
\__ \ | | | |_| | |_| |_| | __/
|___/_| |_|\__,_|\__|\__|_|\___|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
U-Boot code: %08lX -> %08lX BSS: -> %08lX
IRQ Stack: %08lx
FIQ Stack: %08lx
Bank #%d: %08lx
SRAM Configuration:
%dKB at 0x%08x
baudrate
### ERROR ### Please RESET the board ###
NAND:
ipaddr
ethaddr
loadaddr
bootfile
netretry
once
## Warning: gatewayip needed but not set
ARP Retry count exceeded; starting again
ARP Resend request
%d.%d.%d.%d
none
bad length %d < %d
invalid RARP header
len bad %d < %d
checksum bad
ICMP Host Redirect to
gatewayip
netmask
nvlan
serverip
*** ERROR: ping address not given
*** ERROR: `serverip' not set
*** ERROR: `ipaddr' not set
*** ERROR: `ethaddr' not set
Abort
Bytes transferred = %ld (%lx hex)
filesize
fileaddr
octet
timeout
File too large
File has bad magic
%lu MB reveived
TFTP error: First block is not block 1 (%ld)
Starting again
done
TFTP error: '%s' (%d)
Retry count exceeded; starting again
%02lX%02lX%02lX%02lX.img
*** Warning: no boot file name; using '%s'
TFTP from server
; our IP address is
; sending through gateway
Filename '%s'.
Size is 0x%x Bytes =
Load address: 0x%lx
Loading: *
*** WARNING: %s is too long (%d - max: %d) - truncated
Host Name
Root Path
*** Unhandled DHCP Option in OFFER/ACK: %d
DHCP client bound to address
autoload
DHCP: INVALID STATE
BOOTP broadcast %d
RARP broadcast %d
bootargs
Setting Linux mem= boot arg value
mem=
mem=64M
mem=128M
mem=256M
Unsupported memory size, defaulting to 64M
adminmode=
timeINC=
poweroutage=
powermode=
poweroutage=yes
bootdelay
bootcmd
Hit any key to stop autoboot: %2d
%2d
## Command too long!
** Too many args (max. %d) **
Unknown command '%s' - try 'help'
Usage:
## Error: "%s" not defined
%-12s= 0x%08lX
arch_number
env_t
boot_params
DRAM bank
-> start
-> size
ethaddr =
%c%02X
ip_addr =
baudrate = %d bps
bdinfo
bdinfo - print Board Info structure
## Starting application at 0x%08lX ...
## Application terminated, rc = 0x%lX
reset - Perform RESET of the CPU
go - start application at address 'addr'
addr [arg ...]
- start application at address 'addr'
passing 'arg' as arguments
Unknown OS
Unknown Architecture
Unknown Image
unknown compression
Image Name: %.*s
Image Type:
%s %s %s (%s)
Data Size: %d Bytes =
Load Address: %08x
Entry Point: %08x
Contents:
Image %d: %8ld Bytes =
## Checking Image at %08lx ...
Bad Magic Number
Bad Header Checksum
Verifying Checksum ...
Bad Data CRC
Error: Bad gzipped data
Error: gunzip out of data in header
Error: inflateInit2() returned %d
Error: inflate() returned %d
Standalone Application
Kernel Image
Multi-File Image
verify
## Booting image at %08lx ...
Unsupported Architecture 0x%x
Wrong Image Type for %s command
XIP %s ...
Uncompressing %s ...
GUNZIP ERROR - must RESET board to recover
Unimplemented compression type %d
autostart
Can't boot image type %d
## Transferring control to NetBSD stage-2 loader (at address %08lx) ...
## Transferring control to RTEMS (at address %08lx) ...
uncompressed
gzip compressed
bzip2 compressed
Invalid Image
Standalone Program
RAMDisk Image
Firmware
Script
Invalid CPU
Alpha
Intel x86
IA64
MIPS
MIPS 64 Bit
PowerPC
IBM S390
SuperH
SPARC
SPARC 64 Bit
M68K
Microblaze
Invalid OS
NetBSD
Linux
VxWorks
U-Boot
RTEMS
iminfo
iminfo - print header information for application image
addr [addr ...]
- print header information for application image starting at
address 'addr' in memory; this includes verification of the
image contents (magic number, header and payload checksums)
bootm
bootm - boot application image from memory
[addr [arg ...]]
- boot application image stored in memory
passing arguments 'arg ...'; when booting a Linux kernel,
'arg' can be the address of an initrd image
** No boot file defined **
** Block device %s %d not supported
** Invalid boot device, use `dev[:part]' **
** Bad partition %d **
** Invalid partition type "%.32s" (expect "U-Boot")
** Bad partition - %s %d:%d **
** Bad ext2 partition or disk - %s %d:%d **
** Unable to read "%s" from %s %d:%d **
%ld bytes read
** Error ext2fs_ls() **
ext2load
ext2load- load binary file from a Ext2 filesystem
<interface> <dev[:part]> [addr] [filename] [bytes]
- load binary file 'filename' from 'dev' on 'interface'
to address 'addr' from ext2 filesystem
ext2ls
ext2ls - list files in a directory (default /)
<interface> <dev[:part]> [directory]
- list files from 'dev' on 'interface' in a 'directory'
IDE read: device %d not ready
No Powersaving mode %X
Error (no IRQ) dev %d blk %ld: status 0x%02x
bootdevice
** No boot device **
** Device %d not available
PPCBoot
Loading from IDE device %d, partition %d: Name: %.32s Type: %.32s
** Bad Magic Number **
Automatic boot of image at addr 0x%08lX ...
Detecting SATA busses:
Bus %d:
No devices found
Found second device OK
Found first device OK
ERROR
Reset IDE:
no IDE devices available
IDE device %d:
part
unknown device
... is now current device
IDE device %d not available
read
disk is not present!
IDE read: device %d block # %ld, count %ld ...
%ld blocks read: %s
write
IDE write: device %d block # %ld, count %ld ...
%ld blocks written: %s
diskboot
diskboot- boot from IDE device
loadAddr dev:part
ide - IDE sub-system
reset - reset IDE controller
ide info - show available IDE devices
ide device [dev] - show or set current device
ide part [dev] - print partition table of one or all IDE devices
ide read addr blk# cnt
ide write addr blk# cnt - read/write `cnt' blocks starting at block `blk#'
to/from memory address `addr'
Base Address: 0x%08lx
Pattern %08lX Writing...%12s
Reading...
Mem error @ 0x%08X: found %08lX, expected %08lX
CRC32 for %08lx ... %08lx ==> %08lx
%08lx:
%08x
%04x
%02x
byte
halfword
word at 0x%08lx (0x%08lx) != word at 0x%08lx (0x%08lx)
halfword at 0x%08lx (0x%04x) != halfword at 0x%08lx (0x%04x)
byte at 0x%08lx (0x%02x) != byte at 0x%08lx (0x%02x)
Total of %ld %s%s were the same
Zero length ???
mtest
mtest - simple RAM test
[start [end [pattern]]]
- simple RAM read/write test
loop
loop - infinite loop on address range
[.b, .w, .l] address number_of_objects
- loop on a set of addresses
base
base - print or set address offset
- print address offset for memory commands
base off
- set address offset for memory commands to 'off'
crc32
crc32 - checksum calculation
address count [addr]
- compute CRC32 checksum [save at addr]
cmp - memory compare
[.b, .w, .l] addr1 addr2 count
- compare memory
cp - memory copy
[.b, .w, .l] source target count
- copy memory
mw - memory write (fill)
[.b, .w, .l] address value [count]
- write memory
nm - memory modify (constant address)
[.b, .w, .l] address
- memory modify, read and keep address
mm - memory modify (auto-incrementing)
[.b, .w, .l] address
- memory modify, auto increment address
md - memory display
[.b, .w, .l] address [# of objects]
- memory display
'%s' is not a number
device %d
whole chip
offset 0x%x, size 0x%x
scrub
erase
written
NOT
TIGHT
UNLOCK
quiet
Device %d: %s, sector size %lu KB
no devices available
Device %d: %s
No such device
Device %d: %s
dump
markbad
biterr
unlock
Device %d bad blocks:
clean
NAND %s:
Warning: scrub option will erase all factory set bad blocks!
There is no reliable way to recover them.
Use this command only for testing purposes if you
are sure of what you are doing!
Really scrub this NAND flash? <y/N>
scrub aborted
.oob
No memory for page buffer
Error (%d) reading page %08x
Page %08x dump:
%02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x
OOB:
%02x %02x %02x %02x %02x %02x %02x %02x
.jffs2
%d bytes %s: %s
block 0x%08lx successfully marked as bad
block 0x%08lx NOT marked as bad! ERROR %d
tight
status
device is %swrite protected
%08x - %08x: %8d pages %s%s%s
NAND flash successfully locked
Error locking NAND flash
NAND flash successfully unlocked
Error unlocking NAND flash, write and erase will probably fail
Loading from %s, offset 0x%lx
** Read error
** Bad Magic Number 0x%x **
Automatic boot of image at addr 0x%08lx ...
nboot
nboot - boot from NAND device
[partition] | [[[loadAddr] dev] offset]
nand
nand - NAND sub-system
info - show available NAND devices
nand device [dev] - show or set current device
nand read[.jffs2/.e] - addr off|partition size (Using the .e option skips bad blocks)
nand write[.jffs2/.e] - addr off|partiton size (Using the .e option skips bad blocks)
at offset `off' to/from memory address `addr'
nand erase [clean] [off size] - erase `size' bytes from
offset `off' (entire device if not specified)
nand bad - show bad blocks
nand dump[.oob] off - dump page
nand scrub - really clean NAND erasing bad blocks (UNSAFE)
nand markbad off - mark bad block at offset (UNSAFE)
nand biterr off - make a bit error at offset (UNSAFE)
nand lock [tight] [status] - bring nand to lock state or display locked pages
nand unlock [offset] [size] - unlock section
hostname
rootpath
dnsip
domain
ping failed; host %s is not alive
host %s is alive
ping
ping - send ICMP ECHO_REQUEST to network host
pingAddress
dhcp
dhcp - invoke DHCP client to obtain IP/boot params
rarpboot
rarpboot- boot image via network using RARP/TFTP protocol
[loadAddress] [bootfilename]
tftpboot
tftpboot- boot image via network using TFTP protocol
bootp
bootp - boot image via network using BootP/TFTP protocol
** Abort
Environment size: %d/%d bytes
Saving Environment to %s...
mac_adr=
first macadr sync!
secned macadr sync!
stdout
stderr
Can't delete "%s"
## Baudrate %d bps not supported
## Error: environment overflow, "%s" deleted
stdin
## Switch baudrate to %d bps and press ENTER ...
setenv
run - run commands in an environment variable
var [...]
- run the commands in the environment variable(s) 'var'
saveenv
saveenv - save environment variables to persistent storage
setenv - set environment variables
name value ...
- set environment variable 'name' to 'value ...'
setenv name
- delete environment variable 'name'
printenv
printenv- print environment variables
- print values of all environment variables
printenv name ...
- print value of environment variable 'name'
storage device not initialized. Use usb scan
error reading partinfo...try to boot raw
Loading from USB device %d, partition %d: Name: %.32s Type: %.32s
** Bad Header Checksum **
** Read error on %d:%d
See Interface
Audio
Communication
Human Interface
Printer
Mass Storage
CDC Data
Vendor specific
Human Interface, Subclass:
None
Boot
Keyboard
Mouse
reserved
Mass Storage,
RBC
SFF-8020i (ATAPI)
QIC-157 (Tape)
SFF-8070
Transp. SCSI
Command/Bulk
Command/Bulk/Int
Bulk only
String: "%s"
%d: %s, USB Revision %x.%x
- %s %s %s
- Class:
- Class: (from Interface) %s
- PacketSize: %d Configurations: %d
- Vendor: 0x%04x Product 0x%04x Version %d.%d
Self Powered
Bus Powered
Remote Wakeup
Configuration: %d
- Interfaces: %d %s%s%dmA
Interface: %d
- Alternate Settings %d, Endpoints: %d
- Class
-
- Endpoint %d %s
Control
Isochronous
Interrupt
MaxPacket %d
Interval %dms
480MBit/s
1.5MBit/s
12MBit/s
%s (%s, %dmA)
%s %s %s %s
(Re)start USB...
Waiting for storage device(s) to settle before scanning...
stop
stopping USB..
Device Tree:
config for device %d
*** NO Device avaiable ***
scan
NOTE: this command is obsolete and will be phased out
please use 'usb storage' for USB storage devices information
stor
print_part of %x
no USB devices available
no current device selected
USB read: device %d block # %ld, count %ld ...
USB device %d:
Device %d:
usbboot
usbboot - boot from USB device
usb - USB sub-system
usb start - start the usb interface, including scan of the bus. Must be
executed prior to using the USB, and should be executed only once.
usb tree - show USB device tree
usb info [dev] - show available USB devices
usb storage - show details of USB storage devices
usb dev [dev] - show or set current USB storage device
usb part [dev] - print partition table of one or all USB storage devices
usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'
to memory address `addr'
Extinguish LED
Light LED
ledfail
ledfail - Extinguish (0) or light (1) failure LED
- No help available.
Unknown command '%s' - try 'help' without arguments for list of all known commands
Usage:
%s - %s
? - alias for 'help'
help
help - print online help
[command ...]
- show help information (for 'command')
'help' prints online help for the monitor commands.
Without arguments, it prints a short usage message for all commands.
To get detailed help information for specific commands you can type
'help' with one or more command names as arguments.
exit
exit - exit script
- exit functionality
test - minimal test like /bin/sh
[args..]
- test functionality
echo
echo - echo args to console
[args..]
- echo args to console; \c suppresses newline
version
version - print monitor version
In:
No input devices available!
Out:
No output devices available!
Err:
No error devices available!
Cannot initialize the list of devices!
serial
*** Warning - bad CRC, using default environment
Saving environment to disk %d primary image failed
Saving environment to disk %d secondary image failed
Environment successfully read from disk %d primary image
Environment successfully read from disk %d secondary image
Failed to read valid environment from disk, using built-in default
ERROR : memory not allocated
syntax error
OXNAS>
ERROR: There is a global environment variable with the same name.
%s: readonly variable
*?[\
\$'"
;&|#
Unknown command '%s' - try 'help' or use 'run' command
;$&|
exit not allowed from main input shell.
<INTERRUPT>
HUSH_VERSION
0.01
then
elif
else
while
until
done
ERROR: NOT USB_CONFIG_DESC %x
unable to get descriptor, error %lX
config descriptor too short (expected %i, got %i)
selecting invalid interface %d
ERROR, too many USB Devices, max=%d
ERROR: USB_MAX_HUB (%d) reached
Couldn't reset port %i
USB device not responding, giving up (status=%lX)
XXX bMaxPacketSize0 unsupported (%u)
USB device not accepting new address (error=%lX)
unable to get device descriptor (error=%d)
USB device descriptor short read (expected %i, got %i)
failed to set default configuration len %d, status %lX
%d USB Device(s) found
USB:
scanning bus for devices...
Error, couldn't init Lowlevel part
cannot reset port %i!?
Device NOT ready
Request Sense returned %02X %02X %02X
No storage devices, perhaps not 'usb start'ed..?
Did not get interrupt on CBI
cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X (NOT READY)
cmd 0x%02X returned 0x%02X 0x%02X 0x%02X 0x%02X
USB Storage Transport unknown / not yet implemented
Sorry, protocol %d not yet supported.
error in inquiry
READ_CAP ERROR
max USB Storage Device reached: %d stopping
%d Storage Device(s) found
%u MiB
Reading data from NAND FLASH without ECC is not recommended
Timeout!
nand_write_ecc: Not page aligned data
nand_write_ecc: Device is write protected
Writing data without ECC not recommended
U-Boot BUG at %s:%d!
nand_base.c
Offset not a multiple of erasesize size (%d)
Too many bad blocks
Too many bad pages
%d bad pages, %d bad blocks
Write to flash with page replication of %d and block replication of %d
Offset not a multiple of erase size (%x)
Block is bad
Bad page for copy %lx of block %lx
nand_erase: attempt to erase a bad block at page 0x%08x
NAND device: Manufacturer ID: 0x%02x, Chip ID: 0x%02x (%s %s)
NAND bus width %d instead %d bit
No NAND device found!!!
%d NAND chips detected
nand_scan(): Cannot allocate oob_buf
nand_scan(): Cannot allocate data_buf
No oob scheme defined for oobsize %d
2048 byte HW ECC not possible on %d byte page size, fallback to SW ECC
512 byte HW ECC not possible on 256 Byte pagesize, fallback to SW ECC
NAND_ECC_NONE: Not recommended !!
Invalid NAND_ECC_MODE %d
No ECC functions supplied, Hardware ECC not possible
Toshiba
Samsung
Fujitsu
National
Renesas
ST Micro
Micron
Unknown
128MiB 1,8V 8-bit
128MiB 3,3V 8-bit
128MiB 1,8V 16-bit
128MiB 3,3V 16-bit
256MiB 1,8V 8-bit
256MiB 3,3V 8-bit
256MiB 1,8V 16-bit
256MiB 3,3V 16-bit
512MiB 1,8V 8-bit
512MiB 3,3V 8-bit
512MiB 1,8V 16-bit
512MiB 3,3V 16-bit
1GiB 1,8V 8-bit
1GiB 3,3V 8-bit
1GiB 1,8V 16-bit
1GiB 3,3V 16-bit
2GiB 1,8V 8-bit
2GiB 3,3V 8-bit
2GiB 1,8V 16-bit
2GiB 3,3V 16-bit
create_bbt(): chipnr (%d) > available chips (%d)
Bad block table not found for chip %d
Bad block table found at page %d, version 0x%02X
nand_update_bbt: Out of memory
nand_scan_bbt: Out of memory
nand_bbt: Out of memory
Eeep. Autoplacement selected and no empty space in oob
Warning: Erase size 0x%08lx smaller than one erase block 0x%08x
Erasing 0x%08x instead
Skipping bad block at 0x%08x
%s: MTD get bad block failed: %d
%s: MTD Erase failure: %d
%s: MTD writeoob failure: %d
%s: this erase routine only supports NAND devices!
Erasing at 0x%x -- %3d%% complete.
Cleanmarker written at 0x%x.
Can't pad when oob data is present.
Unknown flash (not normal NAND)
YAFSS cannot operate on 256 Byte page size
Input block length is not page aligned
Image %d bytes, NAND page %d bytes, OOB area %u bytes, device size %u bytes
Input block does not fit into device
Bad block check failed
Bad block at 0x%lx in erase block from 0x%x will be skipped
MTD writeoob failure: %d
writing NAND page at offset 0x%lx failed
Writing data at 0x%lx -- %3d%% complete.
Data did not fit into device, due to bad blocks
Input block is larger than device
reading NAND page at offset 0x%lx failed
MTD readoob failure: %d
Reading data from 0x%lx -- %3d%% complete.
Could not read entire image due to bad blocks
nand_get_lock_status: Start address must be beginning of nand page!
nand_unlock: start: %08x, length: %d!
nand_unlock: Device is write protected!
nand_unlock: Start address must be beginning of nand page!
nand_unlock: Length must be a multiple of nand page size!
Boot Menu
%c:
=> Select:
==============================
LED test
Is Blue LED Blinking ? (Y/N)
Is Red LED Blinking ? (Y/N)
Is 'Bee' sound on and Fan turn on ? (Y/N)
Please press RESET button during 10 seconds...
Timeout!
Please press POWER button during 10 seconds...
Please press HDDA button during 10 seconds...
Please press HDDB button during 10 seconds...
======================================
XX XX
XX XX
XX XX
XX XX
XXX
======================================
OKOK OK OK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OK OK OKOK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OK OK OK OK
OKOK OK OK
Enter Command Line Interface
Reboot
Start the Kernel Code
GPIO Test Function
%2ld
.%ld
%cB%s
0123456789abcdefghijklmnopqrstuvwxyz
0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ
<NULL>
unknown compression method
invalid window size
invalid reserved bit
incorrect header check
invalid block type
invalid stored block lengths
too many length or distance symbols
oversubscribed dynamic bit lengths tree
incomplete dynamic bit lengths tree
invalid bit length repeat
oversubscribed literal/length tree
incomplete literal/length tree
invalid distance code
invalid literal/length code
incorrect data check
stream end
file error
stream error
data error
insufficient memory
buffer error
0.95P
HW reset~~
Resetting...
PHY is Vitesse VSC8201XVZ
PHY is Realtek RTL8211BGR
PHY is Realtek RTL8211D
PHY is LSI ET1011C
PHY is IC+ IP1001LF
Ethernet Phy not recognised!
Wait GMAC to reset
No PHY found
Wait for PHY reset
Wait for link to come up
Link up
Wait for auto-negotiation to complete
Failed to detect link speed
Link is 1000M
Link is 100M
Link is 10M
Unknown link speed!
eth_init(): Failed to allocate memory for DMA descriptors
eth_init(): No memory for socket buffer
eth_init(): Error, no RX descriptor available
eth_rx() Received packet has bad desc_status = 0x%08x
eth_rx(): Failed to set RX descriptor
wait_sata_command_not_busy() Timed out of wait for SATA command to finish
scr_write() Timed out of wait for write completion
wait_dma_not_busy() Timed out of wait for DMA not busy
scr_read() Timed out of wait for read completion
ide_inb() Unknown port = %d
wait_no_error() SATA core flagged error
wait_no_error() Timed out of wait for SATA no-error condition
ide_outb() Unknown port = %d
oxnas_sata_outb() Wait for ATA no-error timed-out
Timed out of wait for DMA channel for SATA device %d to have in-progress clear
Timed out of wait for SATA device %d to have BUSY clear
oxnas_sata_output_data() Wait for ATA no-error timed-out
SATA read fixup port %d cannot deal with %d quads remaining
No FIS received from device %d
No SATA device %d found, PHY status = 0x%08x
SATA PHY not ready for device %d
## Loading Ramdisk Image at %08lx ...
No Linux ARM Ramdisk Image
Starting kernel ...
** ext2fs read block (indir 1) malloc failed. **
** ext2fs read block (indir 1) failed. **
** ext2fs read block (indir 2 1) malloc failed. **
** ext2fs read block (indir 2 1) failed. **
** ext2fs read block (indir 2 2) malloc failed. **
** ext2fs read block (indir 2 2) failed. **
** ext2fs doesn't support tripple indirect blocks. **
<DIR>
<SYM>
< ? >
%10d %s
** Can not find directory. **
Failed to mount ext2 filesystem...
** ext2fs_devread() read outside partition sector %d
** Invalid Block Device Descriptor (NULL)
** ext2fs_devread() read error **
** ext2fs_devread() read error - block
** ext2fs_devread() read error - last part
(%d:%d)
Model: %s Firm: %s Ser#: %s
Vendor: %s Prod.: %s Rev: %s
Type:
Removable
Hard Disk
CD ROM
Optical Device
Tape
# %02X #
Supports 48-bit addressing
Capacity: %ld.%ld MB = %ld.%ld GB (%ld x %ld)
Capacity: not available
Partition Map for
ATAPI
UNKNOWN
device %d -- Partition Type: %s
## Unknown partition table
Extd
** Can't read partition table on %d:%d **
1 0 %10ld %2x
%5d %10d %10d %2x%s
bad MBR sector signature 0x%02x%02x
hd%c%d
sd%c%d
usbd%c%d
docd%c%d
xx%c%d
Partition Start Sector Num Sectors Type
bootargs=root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00
bootcmd=run beep select0 load loadr sysled boot || run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot || run sysretry load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot
bootdelay=2
baudrate=115200
ethaddr=00:25:b1:ff:ff:00
ipaddr=192.168.0.128
serverip=192.168.0.1
autoload=n
netmask=255.255.0.0
bootfile="uImage"
select0=ide dev 0
select1=ide dev 1
select2=dhcp
loadr=ide read 0x62000000 2122 1644
load=ide read 0x60500000 50a 1800
loadr3=tftp 0x62000000 rdimg.gz
load2=ide read 0x60500000 e3e8 1800
load3=tftp 0x60500000 uImage
sysretry=led a;ide res
sysled=led 1
errled=led r
beep=beep
ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M
boot=bootm 60500000 62000000
`1tbBBbt0
(((((
AAAAAA
BBBBBB
|
Re: Debian cannot boot on KD20 after flashing u-boot June 28, 2020 06:47PM |
Admin Registered: 14 years ago Posts: 20,029 |
|
Re: Debian cannot boot on KD20 after flashing u-boot June 28, 2020 07:14PM |
Registered: 11 years ago Posts: 431 |
|
Re: Debian cannot boot on KD20 after flashing u-boot June 28, 2020 09:52PM |
Admin Registered: 14 years ago Posts: 20,029 |
|
Re: Debian cannot boot on KD20 after flashing u-boot June 29, 2020 04:51PM |
Registered: 6 years ago Posts: 33 |
Stage-1 Bootloader 2015-01.21-21:48:56
Attempting to set PLLA to 800MHz ...
plla_ctrl0 : 0x0000030A
plla_ctrl1 : 0x00400000
plla_ctrl2 : 0x007F0068
plla_ctrl3 : 0x00000193
PLLA Set
Setup memory, testing
Reading disk 00
Sector : 0x0000009A
Hdr len: 0x00025978
Hdr CRC: 0x1CCE0DF0
OK
Detecting SATA busses:
Bus 0: No devices found
Failed to read valid environment from disk, using built-in default
_ _ _ _
| | | | | | | |
___| |__ _ _| |_| |_| | ___
/ __| '_ \| | | | __| __| |/ _ \
\__ \ | | | |_| | |_| |_| | __/
|___/_| |_|\__,_|\__|\__|_|\___|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
U-Boot 1.1.2 (Jan 24 2015 - 13:54:11)
U-Boot code: 60D00000 -> 60D25978 BSS: -> 60D3A680
IRQ Stack: 60cddf7c
FIQ Stack: 60cdcf7c
RAM Configuration:
Bank #0: 60000000 256 MB
SRAM Configuration:
64KB at 0x50000000
NAND:128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot: 2 1 0
IDE device 0: not available
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
Wait GMAC to reset
Wait for PHY reset
PHY is IC+ IP1001LF
Wait for link to come up.............Link up
Wait for auto-negotiation to complete
Link is 1000M
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 23
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 23
DHCP client bound to address 192.168.178.19
Wait GMAC to reset
Wait for PHY reset
PHY is IC+ IP1001LF
Wait for link to come up.............Link up
Wait for auto-negotiation to complete
Link is 1000M
TFTP from server 192.168.178.1; our IP address is 192.168.178.19
Filename 'uImage'.
Load address: 0x60500000
Loading: *
Abort
Boot Menu
==============================================================================
0: Enter Command Line Interface 1: Reboot
2: Start the Kernel Code T: GPIO Test Function
=> Select:
OXNAS> help
? - alias for 'help'
base - print or set address offset
bdinfo - print Board Info structure
beep - make beep sound
bootm - boot application image from memory
bootp - boot image via network using BootP/TFTP protocol
clrenv - clear environment
cmp - memory compare
cp - memory copy
crc32 - checksum calculation
dhcp - invoke DHCP client to obtain IP/boot params
diskboot- boot from IDE device
echo - echo args to console
exit - exit script
ext2load- load binary file from a Ext2 filesystem
ext2ls - list files in a directory (default /)
go - start application at address 'addr'
help - print online help
ide - IDE sub-system
iminfo - print header information for application image
led - LED Switch
ledfail - Extinguish (0) or light (1) failure LED
loop - infinite loop on address range
md - memory display
mm - memory modify (auto-incrementing)
mtest - simple RAM test
mw - memory write (fill)
nand - NAND sub-system
nboot - boot from NAND device
nm - memory modify (constant address)
ping - send ICMP ECHO_REQUEST to network host
poweroff- Power-OFF
printenv- print environment variables
part - clear MBR
rarpboot- boot image via network using RARP/TFTP protocol
reset - Perform RESET of the CPU
run - run commands in an environment variable
saveenv - save environment variables to persistent storage
setenv - set environment variables
test - minimal test like /bin/sh
tftpboot- boot image via network using TFTP protocol
usb - USB sub-system
usbboot - boot from USB device
version - print monitor version
OXNAS>
=> Select:
OXNAS> printenv
bootcmd=run beep select0 load loadr sysled boot || run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot || run sysretry load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot
bootdelay=2
baudrate=115200
ethaddr=00:25:b1:ff:ff:00
autoload=n
select0=ide dev 0
select1=ide dev 1
select2=dhcp
loadr=ide read 0x62000000 2122 1644
load=ide read 0x60500000 50a 1800
loadr3=tftp 0x62000000 rdimg.gz
load2=ide read 0x60500000 e3e8 1800
load3=tftp 0x60500000 uImage
sysretry=led a;ide res
sysled=led 1
errled=led r
beep=beep
ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M
boot=bootm 60500000 62000000
stdin=serial
stdout=serial
stderr=serial
bootargs=root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes
bootfile=uImage
gatewayip=192.168.178.1
netmask=255.255.255.0
ipaddr=192.168.178.19
serverip=192.168.178.1
dnsip=192.168.178.33
Environment size: 1206/8188 bytes
OXNAS> saveenv Saving Environment to Disk...
tftp 0x60000000 uImage ; tftp 0x61000000 uInitrd bootm 0x60000000 0x61000000
root@debian:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Shuttle KD20
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c08a69c0, node_mem_map cfdf9000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
[ 0.000000] PERCPU: Embedded 12 pages/cpu @cfdd9000 s17696 r8192 d23264 u49152
[ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 246144K/262144K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 16000K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc0827e14 (8320 kB)
.init : 0xc0828000 - 0xc0860000 ( 224 kB)
.data : 0xc0860000 - 0xc08a8378 ( 289 kB)
.bss : 0xc08a8378 - 0xc08e6350 ( 248 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:160
[ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[ 0.000202] Console: colour dummy device 80x30
[ 0.000238] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[ 0.050030] pid_max: default: 32768 minimum: 301
[ 0.050222] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.050240] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.051123] Initializing cgroup subsys net_cls
[ 0.051212] CPU: Testing write buffer coherency: ok
[ 0.051663] Setting up static identity map for 0x60008220 - 0x60008258
[ 0.190156] Brought up 2 CPUs
[ 0.190179] SMP: Total of 2 processors activated (638.97 BogoMIPS).
[ 0.191027] devtmpfs: initialized
[ 0.197242] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.197294] futex hash table entries: 512 (order: 2, 16384 bytes)
[ 0.197649] prandom: seed boundary self test passed
[ 0.202344] prandom: 100 self tests passed
[ 0.202375] pinctrl core: initialized pinctrl subsystem
[ 0.203279] NET: Registered protocol family 16
[ 0.203942] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.230018] cpuidle: using governor ladder
[ 0.260011] cpuidle: using governor menu
[ 0.266419] gpio-oxnas 44000000.gpio: at address d0848000
[ 0.266851] gpio-oxnas 44100000.gpio: at address d084a000
[ 0.267471] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[ 0.392066] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5
[ 0.402178] oxnas-pcie 47c00000.pcie-controller: link up
[ 0.402554] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00
[ 0.402583] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff]
[ 0.402606] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref]
[ 0.402626] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
[ 0.402649] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.402711] pci 0000:00:00.0: [1b6f:7023] type 00 class 0x0c0330
[ 0.402787] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[ 0.402936] pci 0000:00:00.0: supports D1 D2
[ 0.402954] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.403294] PCI: bus0: Fast back to back transfers disabled
[ 0.403392] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48007fff 64bit]
[ 0.403927] vgaarb: loaded
[ 0.404446] SCSI subsystem initialized
[ 0.404830] libata version 3.00 loaded.
[ 0.405393] usbcore: registered new interface driver usbfs
[ 0.405516] usbcore: registered new interface driver hub
[ 0.405685] usbcore: registered new device driver usb
[ 0.405893] pps_core: LinuxPPS API ver. 1 registered
[ 0.405905] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.405957] PTP clock support registered
[ 0.408360] clocksource: Switched to clocksource rps_clocksource_timer
[ 0.428300] NET: Registered protocol family 2
[ 0.429263] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.429324] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.429381] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.429488] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.429534] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.429821] NET: Registered protocol family 1
[ 0.430499] RPC: Registered named UNIX socket transport module.
[ 0.430522] RPC: Registered udp transport module.
[ 0.430535] RPC: Registered tcp transport module.
[ 0.430545] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.430609] pci 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.430676] PCI: CLS 32 bytes, default 32
[ 0.431068] Unpacking initramfs...
[ 0.940326] Freeing initrd memory: 4492K (c1000000 - c1463000)
[ 0.951313] Initialise system trusted keyring
[ 0.984407] zbud: loaded
[ 1.001505] NFS: Registering the id_resolver key type
[ 1.001566] Key type id_resolver registered
[ 1.001582] Key type id_legacy registered
[ 1.001628] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 1.001653] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 1.002641] fuse init (API version 7.23)
[ 1.004856] Key type big_key registered
[ 1.088627] Key type asymmetric registered
[ 1.088665] Asymmetric key parser 'x509' registered
[ 1.088808] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.088837] io scheduler noop registered
[ 1.088857] io scheduler deadline registered
[ 1.088926] io scheduler cfq registered (default)
[ 1.089582] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 1.091284] console [ttyS0] disabled
[ 1.091389] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A
[ 1.683834] console [ttyS0] enabled
[ 1.699650] loop: module loaded
[ 1.705809] scsi host0: sata_oxnas
[ 1.710049] scsi host1: sata_oxnas
[ 1.713896] ata1: SATA max UDMA/133 irq 7
[ 1.717895] ata2: SATA max UDMA/133 irq 7
[ 1.722032] sata_oxnas: resetting SATA core
[ 1.723184] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 1.723192] nand: Hynix H27U1G8F2BTR-BC
[ 1.723200] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.723230] Scanning device for bad blocks
[ 1.736878] Bad eraseblock 167 at 0x0000014e0000
[ 1.806896] 2 ofpart partitions found on MTD device 41000000.nand
[ 1.812989] Creating 2 MTD partitions on "41000000.nand":
[ 1.818388] 0x000000000000-0x000000e00000 : "boot"
[ 1.825144] 0x000000e00000-0x000008000000 : "ubi"
[ 1.832499] oxnas-gmac 40400000.ethernet: snps,phy-addr property is deprecated
[ 1.839790] oxnas-gmac 40400000.ethernet: no reset control found
[ 1.845813] stmmac - user ID: 0x12, Synopsys ID: 0x35
[ 1.850856] Ring mode enabled
[ 1.853898] DMA HW capability register supported
[ 1.858403] Enhanced/Alternate descriptors
[ 1.862748] Enabled extended descriptors
[ 1.866736] RX Checksum Offload Engine supported (type 2)
[ 1.872207] TX Checksum insertion supported
[ 1.876454] Wake-Up On Lan supported
[ 1.880110] Enable RX Mitigation via HW Watchdog Timer
[ 1.908572] libphy: stmmac: probed
[ 1.912015] eth%d: PHY ID 02430d91 at 1 IRQ POLL (stmmac-0:01) active
[ 1.919360] PPP generic driver version 2.4.2
[ 1.924328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.930887] ehci-pci: EHCI PCI platform driver
[ 1.935708] oxnas-ehci 40200100.ehci: EHCI Host Controller
[ 1.941273] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[ 1.949084] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100
[ 1.970158] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[ 1.976501] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.983303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.990512] usb usb1: Product: EHCI Host Controller
[ 1.995368] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd
[ 2.001799] usb usb1: SerialNumber: 40200100.ehci
[ 2.007564] hub 1-0:1.0: USB hub found
[ 2.011535] hub 1-0:1.0: 2 ports detected
[ 2.016691] xhci_hcd 0000:00:00.0: xHCI Host Controller
[ 2.021985] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2
[ 2.029762] xhci_hcd 0000:00:00.0: hcc params 0x040040a5 hci version 0x100 quirks 0x00080490
[ 2.038679] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.045486] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.052712] usb usb2: Product: xHCI Host Controller
[ 2.057569] usb usb2: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd
[ 2.064002] usb usb2: SerialNumber: 0000:00:00.0
[ 2.069662] hub 2-0:1.0: USB hub found
[ 2.073543] hub 2-0:1.0: 2 ports detected
[ 2.078435] xhci_hcd 0000:00:00.0: xHCI Host Controller
[ 2.083706] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3
[ 2.091302] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.099632] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.106449] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.113948] usb usb3: Product: xHCI Host Controller
[ 2.118809] usb usb3: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd
[ 2.125255] usb usb3: SerialNumber: 0000:00:00.0
[ 2.130954] hub 3-0:1.0: USB hub found
[ 2.134778] hub 3-0:1.0: 2 ports detected
[ 2.139950] usbcore: registered new interface driver cdc_acm
[ 2.145646] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.153779] usbcore: registered new interface driver cdc_wdm
[ 2.159649] usbcore: registered new interface driver usb-storage
[ 2.165913] usbcore: registered new interface driver usbserial
[ 2.172116] usbcore: registered new interface driver usbserial_generic
[ 2.178685] usbserial: USB Serial support registered for generic
[ 2.185162] mousedev: PS/2 mouse device common for all mice
[ 2.190968] i2c /dev entries driver
[ 2.196641] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.202327] usbcore: registered new interface driver usbhid
[ 2.207872] usbhid: USB HID core driver
[ 2.213818] NET: Registered protocol family 10
[ 2.219694] sit: IPv6 over IPv4 tunneling driver
[ 2.225392] NET: Registered protocol family 17
[ 2.230021] Key type dns_resolver registered
[ 2.236206] registered taskstats version 1
[ 2.240373] Loading compiled-in X.509 certificates
[ 2.245278] zswap: loaded using pool lzo/zbud
[ 2.265697] Key type encrypted registered
[ 2.270146] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.276825] ata1.00: ATA-10: KINGSTON SA400S37480G, SBFKB1C2, max UDMA/133
[ 2.283806] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 2.290905] ata1.00: configured for UDMA/133
[ 2.330534] scsi 0:0:0:0: Direct-Access ATA KINGSTON SA400S3 B1C2 PQ: 0 ANSI: 5
[ 2.340052] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 2.348672] sata_oxnas: resetting SATA core
[ 2.349132] sd 0:0:0:0: [sda] Write Protect is off
[ 2.349150] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.349373] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.390190] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[ 2.396874] sata_oxnas: resetting SATA core
[ 2.544814] usb 2-1: New USB device found, idVendor=05e3, idProduct=0723
[ 2.551528] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[ 2.558632] usb 2-1: Product: USB Storage
[ 2.562644] usb 2-1: Manufacturer: Generic
[ 2.568655] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 2.590376] scsi host2: usb-storage 2-1:1.0
[ 3.070146] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.160051] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen
[ 3.166917] ata1: hard resetting link
[ 3.611079] scsi 2:0:0:0: Direct-Access Generic STORAGE DEVICE 9454 PQ: 0 ANSI: 0
[ 3.622581] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4.080035] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 4.086707] ata1.00: configured for UDMA/133
[ 4.091084] ata1: EH complete
[ 4.094499] sda: sda1 sda2 sda3
[ 4.101762] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.106718] Freeing unused kernel memory: 224K (c0828000 - c0860000)
[ 4.307412] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.318794] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.320381] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.322823] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.323023] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.324321] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.325521] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.326668] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.327892] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.329213] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.756664] usbcore: registered new interface driver uas
[ 4.817111] i2c-gpio i2c-gpio: using pins 41 (SDA) and 42 (SCL)
[ 22.029713] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 24.401031] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
[ 25.947276] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 29.640501] eth0: device MAC address 0e:ab:62:e2:15:a6
[ 33.720184] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
root@debian:~# cat /proc/mtd dev: size erasesize name mtd0: 00e00000 00020000 "boot" mtd1: 07200000 00020000 "ubi"
root@debian:~# cat /etc/fw_env.config # MTD device name Device offset Env. size Flash sector size Number of sectors # pogoplug pro /dev/mtd0 0x00100000 0x20000 0x20000
root@debian:~# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip ipaddr=192.168.0.222 serverip=192.168.0.220 load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60510000 $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 dtb_file=/boot/dts/ox820-kd20.dtb
root@debian:/kd20# /usr/sbin/flash_erase /dev/mtd0 0x0 6
Erasing 128 Kibyte @ 7f578f5c00000064 -- 6 % complete
root@debian:/kd20# /usr/sbin/nandwrite /dev/mtd0 stage1.wrapped
Input file is not page-aligned. Use the padding option.
nandwrite: error!: Data was only partially written due to error
error 0 (Success)
root@debian:/kd20# /usr/sbin/nandwrite /dev/mtd0 u-boot.wrapped
Input file is not page-aligned. Use the padding option.
nandwrite: error!: Data was only partially written due to error
error 0 (Success)
root@debian:/kd20# /usr/sbin/flash_erase /dev/mtd0 0x0 6 Erasing 128 Kibyte @ 7f569f5c00000064 -- 6 % complete root@debian:/kd20# /usr/sbin/nandwrite -p /dev/mtd0 stage1.wrapped Writing data to block 0 at offset 0x0 root@debian:/kd20# /usr/sbin/nandwrite -p -s 262144 /dev/mtd0 u-boot.wrapped Writing data to block 2 at offset 0x40000 Writing data to block 3 at offset 0x60000 root@debian:/kd20#
|
Re: Debian cannot boot on KD20 after flashing u-boot June 29, 2020 05:04PM |
Admin Registered: 14 years ago Posts: 20,029 |
> root@debian:/kd20# /usr/sbin/flash_erase /dev/mtd0 > 0x0 6 > Erasing 128 Kibyte @ 7f578f5c00000064 -- 6 % > complete > root@debian:/kd20# /usr/sbin/nandwrite /dev/mtd0 > stage1.wrapped > Input file is not page-aligned. Use the padding > option. > nandwrite: error!: Data was only partially written > due to error > error 0 (Success) > root@debian:/kd20# /usr/sbin/nandwrite /dev/mtd0 > u-boot.wrapped > Input file is not page-aligned. Use the padding > option. > nandwrite: error!: Data was only partially written > due to error > error 0 (Success) > >>
|
Re: Debian cannot boot on KD20 after flashing u-boot June 30, 2020 05:20AM |
Registered: 6 years ago Posts: 33 |
Stage-1 Bootloader 2015-01.21-21:48:56
Attempting to set PLLA to 800MHz ...
plla_ctrl0 : 0x0000030A
plla_ctrl1 : 0x00400000
plla_ctrl2 : 0x007F0068
plla_ctrl3 : 0x00000193
PLLA Set
Setup memory, testing
Reading disk 00
Sector : 0x0000009A
Hdr len: 0x00025978
Hdr CRC: 0x1CCE0DF0
OK
Detecting SATA busses:
Bus 0: No devices found
Failed to read valid environment from disk, using built-in default
_ _ _ _
| | | | | | | |
___| |__ _ _| |_| |_| | ___
/ __| '_ \| | | | __| __| |/ _ \
\__ \ | | | |_| | |_| |_| | __/
|___/_| |_|\__,_|\__|\__|_|\___|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
U-Boot 1.1.2 (Jan 24 2015 - 13:54:11)
U-Boot code: 60D00000 -> 60D25978 BSS: -> 60D3A680
IRQ Stack: 60cddf7c
FIQ Stack: 60cdcf7c
RAM Configuration:
Bank #0: 60000000 256 MB
SRAM Configuration:
64KB at 0x50000000
NAND:128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot: 0
IDE device 0: not available
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
enable_interrupts
Reset IDE: Detecting SATA busses:
Bus 0: No devices found
disk is not present!
Wait GMAC to reset
Wait for PHY reset
PHY is IC+ IP1001LF
Wait for link to come up.............Link up
Wait for auto-negotiation to complete
Link is 1000M
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 23
*** Unhandled DHCP Option in OFFER/ACK: 2
*** Unhandled DHCP Option in OFFER/ACK: 23
DHCP client bound to address 192.168.178.19
Wait GMAC to reset
Wait for PHY reset
PHY is IC+ IP1001LF
Wait for link to come up.............Link up
Wait for auto-negotiation to complete
Link is 1000M
TFTP from server 192.168.178.1; our IP address is 192.168.178.19
Filename 'uImage'.
Load address: 0x60500000
Loading: T T T T T T T T T T T T T
OXNAS> setenv serverip 192.168.178.15 OXNAS> tftpboot Wait GMAC to reset Wait for PHY reset PHY is IC+ IP1001LF Wait for link to come up.............Link up Wait for auto-negotiation to complete Link is 1000M TFTP from server 192.168.178.15; our IP address is 192.168.178.19 Filename 'uImage'. Load address: 0x60500000 Loading: ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ################################################################# ############################################################ done Bytes transferred = 4629915 (46a59b hex) OXNAS>
OXNAS> printenv bootcmd=run beep select0 load loadr sysled boot || run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot || run sysretry load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot bootdelay=2 baudrate=115200 ethaddr=00:25:b1:ff:ff:00 autoload=n select0=ide dev 0 select1=ide dev 1 select2=dhcp loadr=ide read 0x62000000 2122 1644 load=ide read 0x60500000 50a 1800 loadr3=tftp 0x62000000 rdimg.gz load2=ide read 0x60500000 e3e8 1800 load3=tftp 0x60500000 uImage sysretry=led a;ide res sysled=led 1 errled=led r beep=beep ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M boot=bootm 60500000 62000000 stdin=serial stdout=serial stderr=serial bootargs=root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes bootfile=uImage filesize=46a59b fileaddr=60500000 gatewayip=192.168.178.1 netmask=255.255.255.0 ipaddr=192.168.178.19 serverip=192.168.178.15 dnsip=192.168.178.33 Environment size: 1241/8188 bytes OXNAS>
bootm 0x60500000It boots without problems into Debian Stretch this is wat I get on the TTY console:
## Booting image at 60500000 ... Image Name: Linux-4.4.54-oxnas-tld-1 Image Type: ARM Linux Kernel Image (uncompressed) Data Size: 4629851 Bytes = 4.4 MB Load Address: 60008000 Entry Point: 60008000 Verifying Checksum ... OK OK Starting kernel ... Uncompressing Linux... done, booting the kernel. [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017 [ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache [ 0.000000] Machine model: Shuttle KD20 [ 0.000000] Memory policy: Data cache writealloc [ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map [ 0.000000] PERCPU: Embedded 12 pages/cpu @cfdd9000 s17696 r8192 d23264 u49152 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024 [ 0.000000] Kernel command line: root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes [ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes) [ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes) [ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes) [ 0.000000] Memory: 250636K/262144K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 11508K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) [ 0.000000] vmalloc : 0xd0800000 - 0xff800000 ( 752 MB) [ 0.000000] lowmem : 0xc0000000 - 0xd0000000 ( 256 MB) [ 0.000000] modules : 0xbf000000 - 0xc0000000 ( 16 MB) [ 0.000000] .text : 0xc0008000 - 0xc0827e14 (8320 kB) [ 0.000000] .init : 0xc0828000 - 0xc0860000 ( 224 kB) [ 0.000000] .data : 0xc0860000 - 0xc08a8378 ( 289 kB) [ 0.000000] .bss : 0xc08a8378 - 0xc08e6350 ( 248 kB) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 [ 0.000000] Preemptible hierarchical RCU implementation. [ 0.000000] NR_IRQS:160 [ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns [ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns [ 0.000199] Console: colour dummy device 80x30 [ 0.000235] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440) [ 0.050030] pid_max: default: 32768 minimum: 301 [ 0.050216] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.050237] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes) [ 0.051123] Initializing cgroup subsys net_cls [ 0.051210] CPU: Testing write buffer coherency: ok [ 0.051665] Setting up static identity map for 0x60008220 - 0x60008258 [ 0.190151] Brought up 2 CPUs [ 0.190177] SMP: Total of 2 processors activated (638.97 BogoMIPS). [ 0.191014] devtmpfs: initialized [ 0.197800] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns [ 0.197852] futex hash table entries: 512 (order: 2, 16384 bytes) [ 0.198195] prandom: seed boundary self test passed [ 0.202892] prandom: 100 self tests passed [ 0.202923] pinctrl core: initialized pinctrl subsystem [ 0.203829] NET: Registered protocol family 16 [ 0.204492] DMA: preallocated 256 KiB pool for atomic coherent allocations [ 0.230021] cpuidle: using governor ladder [ 0.260011] cpuidle: using governor menu [ 0.266411] gpio-oxnas 44000000.gpio: at address d0848000 [ 0.266826] gpio-oxnas 44100000.gpio: at address d084a000 [ 0.267430] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver [ 0.392002] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5 [ 0.402106] oxnas-pcie 47c00000.pcie-controller: link up [ 0.402483] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00 [ 0.402513] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff] [ 0.402534] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref] [ 0.402552] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff] [ 0.402575] pci_bus 0000:00: root bus resource [bus 00-7f] [ 0.403217] PCI: bus0: Fast back to back transfers disabled [ 0.403317] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48007fff 64bit] [ 0.403850] vgaarb: loaded [ 0.404380] SCSI subsystem initialized [ 0.405322] usbcore: registered new interface driver usbfs [ 0.405440] usbcore: registered new interface driver hub [ 0.405614] usbcore: registered new device driver usb [ 0.405818] pps_core: LinuxPPS API ver. 1 registered [ 0.405839] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it> [ 0.405888] PTP clock support registered [ 0.408307] clocksource: Switched to clocksource rps_clocksource_timer [ 0.428513] NET: Registered protocol family 2 [ 0.429480] TCP established hash table entries: 2048 (order: 1, 8192 bytes) [ 0.429544] TCP bind hash table entries: 2048 (order: 2, 16384 bytes) [ 0.429606] TCP: Hash tables configured (established 2048 bind 2048) [ 0.429716] UDP hash table entries: 256 (order: 1, 8192 bytes) [ 0.429765] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes) [ 0.430146] NET: Registered protocol family 1 [ 0.430732] RPC: Registered named UNIX socket transport module. [ 0.430755] RPC: Registered udp transport module. [ 0.430766] RPC: Registered tcp transport module. [ 0.430776] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 0.430840] pci 0000:00:00.0: enabling device (0140 -> 0142) [ 0.432942] Initialise system trusted keyring [ 0.446720] zbud: loaded [ 0.452643] NFS: Registering the id_resolver key type [ 0.452705] Key type id_resolver registered [ 0.452723] Key type id_legacy registered [ 0.452771] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 0.452797] Installing knfsd (copyright (C) 1996 okir@monad.swb.de). [ 0.453821] fuse init (API version 7.23) [ 0.456069] Key type big_key registered [ 0.524907] Key type asymmetric registered [ 0.524943] Asymmetric key parser 'x509' registered [ 0.525081] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.525109] io scheduler noop registered [ 0.525130] io scheduler deadline registered [ 0.525194] io scheduler cfq registered (default) [ 0.525926] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled [ 0.527528] console [ttyS0] disabled [ 0.527633] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A [ 1.111408] console [ttyS0] enabled [ 1.127308] loop: module loaded [ 1.133452] scsi host0: sata_oxnas [ 1.137607] scsi host1: sata_oxnas [ 1.141463] ata1: SATA max UDMA/133 irq 7 [ 1.145459] ata2: SATA max UDMA/133 irq 7 [ 1.149570] sata_oxnas: resetting SATA core [ 1.150627] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1 [ 1.150635] nand: Hynix H27U1G8F2BTR-BC [ 1.150643] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64 [ 1.150661] Scanning device for bad blocks [ 1.164416] Bad eraseblock 167 at 0x0000014e0000 [ 1.234560] 2 ofpart partitions found on MTD device 41000000.nand [ 1.240660] Creating 2 MTD partitions on "41000000.nand": [ 1.246041] 0x000000000000-0x000000e00000 : "boot" [ 1.271070] 0x000000e00000-0x000008000000 : "ubi" [ 1.278479] oxnas-gmac 40400000.ethernet: snps,phy-addr property is deprecated [ 1.285824] oxnas-gmac 40400000.ethernet: no reset control found [ 1.291850] stmmac - user ID: 0x12, Synopsys ID: 0x35 [ 1.296872] Ring mode enabled [ 1.299906] DMA HW capability register supported [ 1.304435] Enhanced/Alternate descriptors [ 1.308766] Enabled extended descriptors [ 1.312775] RX Checksum Offload Engine supported (type 2) [ 1.318231] TX Checksum insertion supported [ 1.322496] Wake-Up On Lan supported [ 1.326136] Enable RX Mitigation via HW Watchdog Timer [ 1.351925] libphy: stmmac: probed [ 1.355322] eth%d: PHY ID 02430d91 at 1 IRQ POLL (stmmac-0:01) active [ 1.362833] PPP generic driver version 2.4.2 [ 1.367772] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.374410] ehci-pci: EHCI PCI platform driver [ 1.379264] oxnas-ehci 40200100.ehci: EHCI Host Controller [ 1.384901] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1 [ 1.392811] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100 [ 1.410001] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00 [ 1.416360] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.423175] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.430397] usb usb1: Product: EHCI Host Controller [ 1.435253] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd [ 1.441689] usb usb1: SerialNumber: 40200100.ehci [ 1.447444] hub 1-0:1.0: USB hub found [ 1.451353] hub 1-0:1.0: 2 ports detected [ 1.456504] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 1.461877] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2 [ 1.469619] xhci_hcd 0000:00:00.0: hcc params 0x040040a5 hci version 0x100 quirks 0x00080490 [ 1.478617] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.485429] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.492646] usb usb2: Product: xHCI Host Controller [ 1.497505] usb usb2: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd [ 1.503938] usb usb2: SerialNumber: 0000:00:00.0 [ 1.509685] hub 2-0:1.0: USB hub found [ 1.513605] hub 2-0:1.0: 2 ports detected [ 1.518440] xhci_hcd 0000:00:00.0: xHCI Host Controller [ 1.523788] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3 [ 1.531450] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 1.539781] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.546603] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.554176] usb usb3: Product: xHCI Host Controller [ 1.559040] usb usb3: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd [ 1.565493] usb usb3: SerialNumber: 0000:00:00.0 [ 1.571182] hub 3-0:1.0: USB hub found [ 1.574999] hub 3-0:1.0: 2 ports detected [ 1.580316] usbcore: registered new interface driver cdc_acm [ 1.585958] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters [ 1.594181] usbcore: registered new interface driver cdc_wdm [ 1.600179] usbcore: registered new interface driver usb-storage [ 1.606369] usbcore: registered new interface driver usbserial [ 1.612541] usbcore: registered new interface driver usbserial_generic [ 1.619107] usbserial: USB Serial support registered for generic [ 1.625602] mousedev: PS/2 mouse device common for all mice [ 1.631441] i2c /dev entries driver [ 1.637068] hidraw: raw HID events driver (C) Jiri Kosina [ 1.642844] usbcore: registered new interface driver usbhid [ 1.648396] usbhid: USB HID core driver [ 1.654397] NET: Registered protocol family 10 [ 1.660328] sit: IPv6 over IPv4 tunneling driver [ 1.665978] NET: Registered protocol family 17 [ 1.671047] Key type dns_resolver registered [ 1.676879] registered taskstats version 1 [ 1.681059] Loading compiled-in X.509 certificates [ 1.685964] zswap: loaded using pool lzo/zbud [ 1.692520] Key type encrypted registered [ 1.700183] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 1.706572] ata1.00: ATA-10: KINGSTON SA400S37480G, SBFKB1C2, max UDMA/133 [ 1.713487] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 0/32) [ 1.720350] ata1.00: configured for UDMA/133 [ 1.725360] scsi 0:0:0:0: Direct-Access ATA KINGSTON SA400S3 B1C2 PQ: 0 ANSI: 5 [ 1.735511] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB) [ 1.735518] sata_oxnas: resetting SATA core [ 1.747988] sd 0:0:0:0: [sda] Write Protect is off [ 1.753067] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 1.762145] sata_oxnas: resetting SATA core [ 1.829992] usb 2-1: new high-speed USB device number 2 using xhci_hcd [ 1.984693] usb 2-1: New USB device found, idVendor=05e3, idProduct=0723 [ 1.991464] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0 [ 1.998574] usb 2-1: Product: USB Storage [ 2.002595] usb 2-1: Manufacturer: Generic [ 2.008678] usb-storage 2-1:1.0: USB Mass Storage device detected [ 2.030248] scsi host2: usb-storage 2-1:1.0 [ 2.439997] ata2: SATA link down (SStatus 0 SControl 300) [ 2.520161] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen [ 2.527029] ata1: hard resetting link [ 3.031841] scsi 2:0:0:0: Direct-Access Generic STORAGE DEVICE 9454 PQ: 0 ANSI: 0 [ 3.043233] sd 2:0:0:0: [sdb] Attached SCSI removable disk [ 3.440151] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310) [ 3.446796] ata1.00: configured for UDMA/133 [ 3.451200] ata1: EH complete [ 3.456890] sda: sda1 sda2 sda3 [ 3.463127] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.468741] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities [ 3.489228] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 3.497088] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [ 3.509775] devtmpfs: mounted [ 3.513244] Freeing unused kernel memory: 224K (c0828000 - c0860000) INIT: version 2.88 booting [[36minfo[39;49m] Using makefile-style concurrent boot in runlevel S. ERROR: could not open /proc/stat: No such file or directory findfs: unable to resolve 'LABEL=rootfs' [....] Starting the hotplug events dispatcher: systemd-udevdstarting version 232 [ 4.740500] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) [ 4.757629] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) [ 4.768622] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) [ 4.779686] random: systemd-udevd: uninitialized urandom read (16 bytes read, 6 bits of entropy available) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Synthesizing the initial hotplug events...[ 4.934282] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 4.945835] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 4.955310] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 4.965824] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 4.976245] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 4.986636] random: udevadm: uninitialized urandom read (16 bytes read, 7 bits of entropy available) [ 5.599772] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0 [ 5.651522] usbcore: registered new interface driver uas [ 5.664837] i2c-gpio i2c-gpio: using pins 41 (SDA) and 42 (SCL) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Waiting for /dev to be fully populated...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Activating swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [ 7.315118] EXT4-fs (sda2): re-mounted. Opts: (null) [....] Checking root file system...fsck from util-linux 2.29.2 rootfs: clean, 14121/262144 files, 177542/1048576 blocks [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [ 7.576110] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro [....] Activating lvm and md swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Checking file systems...fsck from util-linux 2.29.2 [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Loading kernel modules...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Cleaning up temporary files... /tmp[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Mounting local filesystems...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Activating swapfile swap...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Cleaning up temporary files...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Setting kernel variables...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [ 11.219133] eth0: device MAC address 4a:fe:af:fe:e5:2d [....] Configuring network interfaces...Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Listening on LPF/eth0/4a:fe:af:fe:e5:2d Sending on LPF/eth0/4a:fe:af:fe:e5:2d Sending on Socket/fallback DHCPREQUEST of 192.168.178.25 on eth0 to 255.255.255.255 port 67 [ 15.300157] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx DHCPREQUEST of 192.168.178.25 on eth0 to 255.255.255.255 port 67 DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4 DHCPREQUEST of 192.168.178.25 on eth0 to 255.255.255.255 port 67 DHCPOFFER of 192.168.178.25 from 192.168.178.1 DHCPACK of 192.168.178.25 from 192.168.178.1 bound to 192.168.178.25 -- renewal in 1692 seconds. [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0cdone. [....] Starting RPC port mapper daemon: rpcbind[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Cleaning up temporary files...[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. INIT: Entering runlevel: 2 [[36minfo[39;49m] Using makefile-style concurrent boot in runlevel 2. [....] Starting busybox' syslogd implementation : syslogdStarting /sbin/syslogd... 1179 (syslogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NFS common utilities: statd idmapd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting system message bus: dbus[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting Avahi mDNS/DNS-SD Daemon: avahi-daemon[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Not starting NFS kernel daemon: no exports. ...[?25l[?1c7[1G[[33mwarn[39;49m8[?25h[?0c [33m(warning).[39;49m [....] Starting OpenBSD Secure Shell server: sshd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting busybox' klogd implementation : klogdStarting /sbin/klogd... 1182 (klogd) [?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. [....] Starting NTP server: ntpd[?25l[?1c7[1G[[32m ok [39;49m8[?25h[?0c. Debian GNU/Linux 9 debian ttyS0 debian login: [ 238.962577] random: nonblocking pool is initialized
root@debian:~# fw_printenv bootcmd_exec=run load_uimage; if run load_initrd; then if run load_dtb; then bootm 0x60500000 0x60e00000 0x62c00000; else bootm 0x60500000 0x60e00000; fi; else if run load_dtb; then bootm 0x60500000 - 0x62c00000; else bootm 0x60500000; fi; fi bootcmd=run bootcmd_uenv; run scan_disk; run set_bootargs; run bootcmd_exec; reset bootcmd_uenv=run uenv_load; if test $uenv_loaded -eq 1; then run uenv_import; fi bootdelay=10 bootdev=usb usb_custom_params=zswap.enabled=1 device=0:1 devices=usb ide disks=0 1 2 3 ethaddr=52:3b:20:9c:11:51 ethact=mii0 if_netconsole=ping $serverip load_dtb=echo loading DTB $dtb_file ...; load $bootdev $device 0x62c00000 $dtb_file load_initrd=echo loading uInitrd ...; load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; load $bootdev $device 0x60500000 /boot/uImage mainlineLinux=yes mtdids=nand0=41000000.nand mtdparts=mtdparts=41000000.nand:14m(boot),-(data) preboot_nc=setenv nc_ready 0; for pingstat in 1 2 3 4 5; do; sleep 1; if run if_netconsole; then setenv nc_ready 1; fi; done; if test $nc_ready -eq 1; then run start_netconsole; fi scan_disk=echo running scan_disk ...; scan_done=0; setenv scan_usb "usb start"; setenv scan_ide "ide reset"; setenv scan_mmc "mmc rescan"; for dev in $devices; do if test $scan_done -eq 0; then echo Scan device $dev; run scan_$dev; for disknum in $disks; do if test $scan_done -eq 0; then echo device $dev $disknum:1; if load $dev $disknum:1 0x60500000 /boot/uImage 1; then scan_done=1; echo Found bootable drive on $dev $disknum; setenv device $disknum:1; setenv bootdev $dev; fi; fi; done; fi; done set_bootargs=setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 $mtdparts $custom_params start_netconsole=setenv ncip $serverip; setenv bootdelay 10; setenv stdin nc; setenv stdout nc; setenv stderr nc; version; stderr=serial stdin=serial stdout=serial uenv_import=echo importing envs ...; env import -t 0x60510000 $filesize uenv_init_devices=setenv init_usb "usb start"; setenv init_ide "ide reset"; setenv init_mmc "mmc rescan"; for devtype in $devices; do run init_$devtype; done; uenv_load=run uenv_init_devices; setenv uenv_loaded 0; for devtype in $devices; do for disknum in 0; do run uenv_read_disk; done; done; uenv_read_disk=if test $devtype -eq mmc; then if $devtype part; then run uenv_read; fi; else if $devtype part $disknum; then run uenv_read; fi; fi uenv_read=echo loading envs from $devtype $disknum ...; if load $devtype $disknum:1 0x60500000 /boot/uEnv.txt; then setenv uenv_loaded 1; fi usb_ready_retry=15 dtb_file=/boot/dts/ox820-kd20.dtb ipaddr=192.168.178.25 serverip=192.168.178.15
root@debian:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 447.1G 0 disk |-sda1 8:1 0 16M 0 part |-sda2 8:2 0 4G 0 part / `-sda3 8:3 0 443.1G 0 part mtdblock0 31:0 0 14M 0 disk mtdblock1 31:1 0 114M 0 disk
|
Re: Debian cannot boot on KD20 after flashing u-boot June 30, 2020 04:23PM |
Admin Registered: 14 years ago Posts: 20,029 |
Quote
Actually I have no real need for a NAS at home, but when it can be done with this unit, why buy an expensive ¨real¨ NAS box?
Quote
Debian GNU/Linux 9 debian ttyS0
debian login: [ 238.962577] random: nonblocking pool is initialized
Quote
[ 0.000000] Kernel panic - not syncing: ERROR: Failed to allocate 0x2000 bytes below 0x0.
ls -larth stage1.wrapped ls -larth u-boot.wrapped
/usr/sbin/flash_erase /dev/mtd0 0x0 6 /usr/sbin/nandwrite -p /dev/mtd0 stage1.wrapped
/usr/sbin/flash_erase /dev/mtd0 0x40000 4
nandwrite -p -s 262144 /dev/mtd0 u-boot.wrapped
|
Re: Debian cannot boot on KD20 after flashing u-boot July 01, 2020 06:03AM |
Registered: 6 years ago Posts: 33 |
disk_create stage1.wrapped u-boot.wrapped
ls -larth *.wrapped: -rwxr-xr-x 1 john john 8,1K jan 21 2015 stage1.wrapped -rwxr--r-- 1 john john 151K jan 24 2015 u-boot.wrappedor
ls -l *.wrapped -rwxr-xr-x 1 john john 8224 jan 21 2015 stage1.wrapped -rwxr--r-- 1 john john 153984 jan 24 2015 u-boot.wrapped
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12) Boot device: NAND Attempting to set PLLA to 850 MHz ... plla_ctrl0 : 0000020a plla_ctrl1 : 00330000 plla_ctrl2 : 0065008b plla_ctrl3 : 000000f1 PLLA Set U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700) OXNAS OX820 DRAM: 128 MiB NAND:
|
Re: Debian cannot boot on KD20 after flashing u-boot July 01, 2020 04:13PM |
Admin Registered: 14 years ago Posts: 20,029 |
disk_create > stage1.wrapped > u-boot.wrapped >
printenv
uname -a e2label /dev/sda1 e2label /dev/sda2 mount ls -lart /boot
ls -laRt /media/sda1
Quote
How to set up U-Boot for booting in multiple drives configuration:
https://forum.doozan.com/read.php?3,19093
|
Re: Debian cannot boot on KD20 after flashing u-boot July 02, 2020 08:17AM |
Registered: 6 years ago Posts: 33 |
U-Boot SPL 2013.10-tld-4 (Sep 07 2014 - 14:10:12)And this one tries to set PLLA to 850Mhz.
U-Boot 2015.10-tld-2 (Oct 21 2017 - 22:00:02 -0700) OXNAS OX820
NAND:
NAND:
Stage-1 Bootloader 2015-01.21-21:48:56 Attempting to set PLLA to 800MHz ... plla_ctrl0 : 0x0000030A plla_ctrl1 : 0x00400000 plla_ctrl2 : 0x007F0068 plla_ctrl3 : 0x00000193 PLLA Set Setup memory, testing Reading disk 00 Sector : 0x0000009A Hdr len: 0x00025978 Hdr CRC: 0x1CCE0DF0 OK Detecting SATA busses: Bus 0: No devices found Failed to read valid environment from disk, using built-in default
_ _ _ _
| | | | | | | |
___| |__ _ _| |_| |_| | ___
/ __| '_ \| | | | __| __| |/ _ \
\__ \ | | | |_| | |_| |_| | __/
|___/_| |_|\__,_|\__|\__|_|\___|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
U-Boot 1.1.2 (Jan 24 2015 - 13:54:11)
U-Boot code: 60D00000 -> 60D25978 BSS: -> 60D3A680
IRQ Stack: 60cddf7c
FIQ Stack: 60cdcf7c
RAM Configuration:
Bank #0: 60000000 256 MB
SRAM Configuration:
64KB at 0x50000000
NAND:128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot: 0
IDE device 0: not available
enable_interrupts
printenv bootcmd=run beep select0 load loadr sysled boot || run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot || run sysretry load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot bootdelay=2 baudrate=115200 ethaddr=00:25:b1:ff:ff:00 autoload=n select0=ide dev 0 select1=ide dev 1 select2=dhcp loadr=ide read 0x62000000 2122 1644 load=ide read 0x60500000 50a 1800 loadr3=tftp 0x62000000 rdimg.gz load2=ide read 0x60500000 e3e8 1800 load3=tftp 0x60500000 uImage sysretry=led a;ide res sysled=led 1 errled=led r beep=beep ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M boot=bootm 60500000 62000000 stdin=serial stdout=serial stderr=serial bootfile=uImage gatewayip=192.168.178.1 netmask=255.255.255.0 ipaddr=192.168.178.19 dnsip=192.168.178.33 serverip=192.168.178.15 bootargs=root=/dev/sda1 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes Environment size: 1207/8188 bytes
uname -a Linux debian 4.4.54-oxnas-tld-1 #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017 armv6l GNU/Linux
root@debian:~# e2label /dev/sda1 rootfs
e2label /dev/sda2 e2label: No such file or directory while trying to open /dev/sda2 Couldn't find valid filesystem superblock.
root@debian:~# mount sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) udev on /dev type devtmpfs (rw,nosuid,relatime,size=123072k,nr_inodes=30768,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=25088k,mode=755) /dev/sda1 on / type ext3 (rw,noatime,errors=remount-ro,data=ordered) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=50160k) tmpfs on /tmp type tmpfs (rw,relatime) rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
root@debian:~# ls -lart /boot total 45228 drwxr-xr-x 2 root root 4096 Dec 11 2016 dts -rw-r--r-- 1 root root 111194 Mar 18 2017 config-4.4.54-oxnas-tld-1 -rwxr-xr-x 1 root root 4621760 Mar 18 2017 zImage-4.4.54-oxnas-tld-1 -rw------- 1 root root 4621760 Mar 18 2017 vmlinuz-4.4.54-oxnas-tld-1 -rw------- 1 root root 1712926 Mar 18 2017 System.map-4.4.54-oxnas-tld-1 -rw-r--r-- 1 root root 7378702 Mar 18 2017 linux-headers-4.4.54-oxnas-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 4621824 Jul 31 2017 uImage.orig -rw-r--r-- 1 root root 4629915 Jun 29 07:52 uImage.orig2 -rw-r--r-- 1 root root 4597215 Jun 29 12:51 initrd.img-4.4.54-oxnas-tld-1 drwxr-xr-x 3 root root 4096 Jun 29 12:53 . -rwxr-xr-x 1 root root 4629851 Jun 29 12:54 zImage.fdt -rw-r--r-- 1 root root 4629915 Jun 29 12:55 uImage -rw-r--r-- 1 root root 4597279 Jun 29 12:55 uInitrd drwxr-xr-x 22 root root 4096 Jul 2 03:20 ..
root@debian:~# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.4.54-oxnas-tld-1 (root@tldDebian) (gcc version 4.9.2 (Debian 4.9.2-10) ) #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017
[ 0.000000] CPU: ARMv6-compatible processor [410fb025] revision 5 (ARMv7), cr=00c5787d
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] Machine model: Shuttle KD20
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] On node 0 totalpages: 65536
[ 0.000000] free_area_init_node: node 0, pgdat c08a69c0, node_mem_map cfdf9000
[ 0.000000] Normal zone: 512 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 65536 pages, LIFO batch:15
[ 0.000000] DT missing boot CPU MPIDR[23:0], fall back to default cpu_logical_map
[ 0.000000] PERCPU: Embedded 12 pages/cpu @cfdd9000 s17696 r8192 d23264 u49152
[ 0.000000] pcpu-alloc: s17696 r8192 d23264 u49152 alloc=12*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: root=/dev/sda1 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes
[ 0.000000] PID hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.000000] Memory: 246144K/262144K available (6410K kernel code, 288K rwdata, 1908K rodata, 224K init, 247K bss, 16000K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xd0800000 - 0xff800000 ( 752 MB)
lowmem : 0xc0000000 - 0xd0000000 ( 256 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc0827e14 (8320 kB)
.init : 0xc0828000 - 0xc0860000 ( 224 kB)
.data : 0xc0860000 - 0xc08a8378 ( 289 kB)
.bss : 0xc08a8378 - 0xc08e6350 ( 248 kB)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] NR_IRQS:160
[ 0.000000] clocksource: rps_clocksource_timer: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 19112603332 ns
[ 0.000010] sched_clock: 24 bits at 390kHz, resolution 2560ns, wraps every 21474835200ns
[ 0.000199] Console: colour dummy device 80x30
[ 0.000235] Calibrating delay loop... 319.48 BogoMIPS (lpj=1597440)
[ 0.050030] pid_max: default: 32768 minimum: 301
[ 0.050222] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.050240] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.051123] Initializing cgroup subsys net_cls
[ 0.051212] CPU: Testing write buffer coherency: ok
[ 0.051665] Setting up static identity map for 0x60008220 - 0x60008258
[ 0.190154] Brought up 2 CPUs
[ 0.190177] SMP: Total of 2 processors activated (638.97 BogoMIPS).
[ 0.191027] devtmpfs: initialized
[ 0.197181] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.197230] futex hash table entries: 512 (order: 2, 16384 bytes)
[ 0.197585] prandom: seed boundary self test passed
[ 0.202278] prandom: 100 self tests passed
[ 0.202309] pinctrl core: initialized pinctrl subsystem
[ 0.203194] NET: Registered protocol family 16
[ 0.203857] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.230018] cpuidle: using governor ladder
[ 0.260008] cpuidle: using governor menu
[ 0.266529] gpio-oxnas 44000000.gpio: at address d0848000
[ 0.266951] gpio-oxnas 44100000.gpio: at address d084a000
[ 0.267566] pinctrl-oxnas pinctrl: initialized OX820 pinctrl driver
[ 0.391943] oxnas-pcie 47c00000.pcie-controller: PCIe version/deviceID 0x82510b5
[ 0.402969] oxnas-pcie 47c00000.pcie-controller: link up
[ 0.403348] oxnas-pcie 47c00000.pcie-controller: PCI host bridge to bus 0000:00
[ 0.403376] pci_bus 0000:00: root bus resource [mem 0x48000000-0x49ffffff]
[ 0.403397] pci_bus 0000:00: root bus resource [mem 0x4a000000-0x4bdfffff pref]
[ 0.403415] pci_bus 0000:00: root bus resource [io 0x0000-0xfffff]
[ 0.403438] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 0.403496] pci 0000:00:00.0: [1b6f:7023] type 00 class 0x0c0330
[ 0.403573] pci 0000:00:00.0: reg 0x10: [mem 0x00000000-0x00007fff 64bit]
[ 0.403722] pci 0000:00:00.0: supports D1 D2
[ 0.403742] pci 0000:00:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.404093] PCI: bus0: Fast back to back transfers disabled
[ 0.404190] pci 0000:00:00.0: BAR 0: assigned [mem 0x48000000-0x48007fff 64bit]
[ 0.404715] vgaarb: loaded
[ 0.405242] SCSI subsystem initialized
[ 0.405634] libata version 3.00 loaded.
[ 0.406190] usbcore: registered new interface driver usbfs
[ 0.406307] usbcore: registered new interface driver hub
[ 0.406476] usbcore: registered new device driver usb
[ 0.406681] pps_core: LinuxPPS API ver. 1 registered
[ 0.406696] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.406745] PTP clock support registered
[ 0.409172] clocksource: Switched to clocksource rps_clocksource_timer
[ 0.429245] NET: Registered protocol family 2
[ 0.430287] TCP established hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.430351] TCP bind hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.430407] TCP: Hash tables configured (established 2048 bind 2048)
[ 0.430512] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.430556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.430840] NET: Registered protocol family 1
[ 0.431429] RPC: Registered named UNIX socket transport module.
[ 0.431449] RPC: Registered udp transport module.
[ 0.431459] RPC: Registered tcp transport module.
[ 0.431470] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.431534] pci 0000:00:00.0: enabling device (0140 -> 0142)
[ 0.431600] PCI: CLS 32 bytes, default 32
[ 0.431979] Unpacking initramfs...
[ 0.942456] Freeing initrd memory: 4492K (c1000000 - c1463000)
[ 0.953157] Initialise system trusted keyring
[ 0.966935] zbud: loaded
[ 0.972769] NFS: Registering the id_resolver key type
[ 0.972848] Key type id_resolver registered
[ 0.972864] Key type id_legacy registered
[ 0.972912] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.972940] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.973967] fuse init (API version 7.23)
[ 0.976168] Key type big_key registered
[ 1.058301] Key type asymmetric registered
[ 1.058332] Asymmetric key parser 'x509' registered
[ 1.058475] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 1.058506] io scheduler noop registered
[ 1.058526] io scheduler deadline registered
[ 1.058590] io scheduler cfq registered (default)
[ 1.059381] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[ 1.061150] console [ttyS0] disabled
[ 1.061255] 44200000.uart: ttyS0 at MMIO 0x44200000 (irq = 6, base_baud = 390625) is a 16550A
[ 1.654059] console [ttyS0] enabled
[ 1.716920] loop: module loaded
[ 1.723143] scsi host0: sata_oxnas
[ 1.727298] scsi host1: sata_oxnas
[ 1.731141] ata1: SATA max UDMA/133 irq 7
[ 1.735139] ata2: SATA max UDMA/133 irq 7
[ 1.739243] sata_oxnas: resetting SATA core
[ 1.740318] nand: device found, Manufacturer ID: 0xad, Chip ID: 0xf1
[ 1.740326] nand: Hynix H27U1G8F2BTR-BC
[ 1.740336] nand: 128 MiB, SLC, erase size: 128 KiB, page size: 2048, OOB size: 64
[ 1.740354] Scanning device for bad blocks
[ 1.754076] Bad eraseblock 167 at 0x0000014e0000
[ 1.824115] 2 ofpart partitions found on MTD device 41000000.nand
[ 1.830233] Creating 2 MTD partitions on "41000000.nand":
[ 1.835614] 0x000000000000-0x000000e00000 : "boot"
[ 1.842398] 0x000000e00000-0x000008000000 : "ubi"
[ 1.849756] oxnas-gmac 40400000.ethernet: snps,phy-addr property is deprecated
[ 1.857103] oxnas-gmac 40400000.ethernet: no reset control found
[ 1.863127] stmmac - user ID: 0x12, Synopsys ID: 0x35
[ 1.868149] Ring mode enabled
[ 1.871211] DMA HW capability register supported
[ 1.875717] Enhanced/Alternate descriptors
[ 1.880074] Enabled extended descriptors
[ 1.884062] RX Checksum Offload Engine supported (type 2)
[ 1.889518] TX Checksum insertion supported
[ 1.893783] Wake-Up On Lan supported
[ 1.897423] Enable RX Mitigation via HW Watchdog Timer
[ 1.911948] libphy: stmmac: probed
[ 1.915348] eth%d: PHY ID 02430d91 at 1 IRQ POLL (stmmac-0:01) active
[ 1.922813] PPP generic driver version 2.4.2
[ 1.927736] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.934330] ehci-pci: EHCI PCI platform driver
[ 1.939166] oxnas-ehci 40200100.ehci: EHCI Host Controller
[ 1.944732] oxnas-ehci 40200100.ehci: new USB bus registered, assigned bus number 1
[ 1.952606] oxnas-ehci 40200100.ehci: irq 10, io mem 0x40200100
[ 1.970004] oxnas-ehci 40200100.ehci: USB 2.0 started, EHCI 1.00
[ 1.976353] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.983188] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.990415] usb usb1: Product: EHCI Host Controller
[ 1.995271] usb usb1: Manufacturer: Linux 4.4.54-oxnas-tld-1 ehci_hcd
[ 2.001722] usb usb1: SerialNumber: 40200100.ehci
[ 2.007480] hub 1-0:1.0: USB hub found
[ 2.011348] hub 1-0:1.0: 2 ports detected
[ 2.016506] xhci_hcd 0000:00:00.0: xHCI Host Controller
[ 2.021831] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 2
[ 2.029598] xhci_hcd 0000:00:00.0: hcc params 0x040040a5 hci version 0x100 quirks 0x00080490
[ 2.038507] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.045337] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.052561] usb usb2: Product: xHCI Host Controller
[ 2.057420] usb usb2: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd
[ 2.063856] usb usb2: SerialNumber: 0000:00:00.0
[ 2.069524] hub 2-0:1.0: USB hub found
[ 2.073395] hub 2-0:1.0: 2 ports detected
[ 2.078300] xhci_hcd 0000:00:00.0: xHCI Host Controller
[ 2.083596] xhci_hcd 0000:00:00.0: new USB bus registered, assigned bus number 3
[ 2.091368] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.099709] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.106547] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.114091] usb usb3: Product: xHCI Host Controller
[ 2.118952] usb usb3: Manufacturer: Linux 4.4.54-oxnas-tld-1 xhci-hcd
[ 2.125406] usb usb3: SerialNumber: 0000:00:00.0
[ 2.131146] hub 3-0:1.0: USB hub found
[ 2.134963] hub 3-0:1.0: 2 ports detected
[ 2.140234] usbcore: registered new interface driver cdc_acm
[ 2.145873] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 2.154019] usbcore: registered new interface driver cdc_wdm
[ 2.159892] usbcore: registered new interface driver usb-storage
[ 2.166146] usbcore: registered new interface driver usbserial
[ 2.172316] usbcore: registered new interface driver usbserial_generic
[ 2.178882] usbserial: USB Serial support registered for generic
[ 2.185387] mousedev: PS/2 mouse device common for all mice
[ 2.191180] i2c /dev entries driver
[ 2.196812] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.202542] usbcore: registered new interface driver usbhid
[ 2.208092] usbhid: USB HID core driver
[ 2.214039] NET: Registered protocol family 10
[ 2.230991] sit: IPv6 over IPv4 tunneling driver
[ 2.236669] NET: Registered protocol family 17
[ 2.241408] Key type dns_resolver registered
[ 2.247211] registered taskstats version 1
[ 2.251386] Loading compiled-in X.509 certificates
[ 2.256294] zswap: loaded using pool lzo/zbud
[ 2.276851] Key type encrypted registered
[ 2.290170] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 2.296560] ata1.00: ATA-10: KINGSTON SA400S37480G, SBFKB1C2, max UDMA/133
[ 2.303544] ata1.00: 937703088 sectors, multi 1: LBA48 NCQ (depth 0/32)
[ 2.310694] ata1.00: configured for UDMA/133
[ 2.315719] scsi 0:0:0:0: Direct-Access ATA KINGSTON SA400S3 B1C2 PQ: 0 ANSI: 5
[ 2.317335] sd 0:0:0:0: [sda] 937703088 512-byte logical blocks: (480 GB/447 GiB)
[ 2.318320] sd 0:0:0:0: [sda] Write Protect is off
[ 2.318338] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.318576] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.325969] sata_oxnas: resetting SATA core
[ 2.360240] sata_oxnas: resetting SATA core
[ 2.390000] usb 2-1: new high-speed USB device number 2 using xhci_hcd
[ 2.544668] usb 2-1: New USB device found, idVendor=05e3, idProduct=0723
[ 2.551393] usb 2-1: New USB device strings: Mfr=3, Product=4, SerialNumber=0
[ 2.558497] usb 2-1: Product: USB Storage
[ 2.562526] usb 2-1: Manufacturer: Generic
[ 2.568614] usb-storage 2-1:1.0: USB Mass Storage device detected
[ 2.590302] scsi host2: usb-storage 2-1:1.0
[ 3.050183] ata2: SATA link down (SStatus 0 SControl 300)
[ 3.120192] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen
[ 3.127060] ata1: hard resetting link
[ 3.591800] scsi 2:0:0:0: Direct-Access Generic STORAGE DEVICE 9454 PQ: 0 ANSI: 0
[ 3.603645] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 4.040186] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 4.046842] ata1.00: configured for UDMA/133
[ 4.051212] ata1: EH complete
[ 4.056972] sda: sda1
[ 4.062922] sd 0:0:0:0: [sda] Attached SCSI disk
[ 4.067919] Freeing unused kernel memory: 224K (c0828000 - c0860000)
[ 4.265635] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.277248] random: systemd-udevd: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.278725] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.281239] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.281433] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.282703] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.283873] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.285012] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.286179] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.287408] random: udevadm: uninitialized urandom read (16 bytes read, 1 bits of entropy available)
[ 4.703073] usbcore: registered new interface driver uas
[ 4.747325] i2c-gpio i2c-gpio: using pins 41 (SDA) and 42 (SCL)
[ 10.371102] EXT4-fs (sda1): mounting ext3 file system using the ext4 subsystem
[ 10.391265] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 13.025090] input: gpio-keys-polled as /devices/platform/gpio-keys-polled/input/input0
[ 14.578309] EXT4-fs (sda1): re-mounted. Opts: (null)
[ 15.039052] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 18.761420] eth0: device MAC address 42:f1:bf:23:93:3e
[ 22.840312] oxnas-gmac 40400000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 210.133690] random: nonblocking pool is initialized
[ 3.120192] ata1: exception Emask 0x10 SAct 0x0 SErr 0x0 action 0xe frozen [ 3.127060] ata1: hard resetting link
|
Re: Debian cannot boot on KD20 after flashing u-boot July 02, 2020 04:36PM |
Admin Registered: 14 years ago Posts: 20,029 |
uname -a e2label /dev/sda1 mount ls -lart /boot ls -lart / ls -larth /
|
Re: Debian cannot boot on KD20 after flashing u-boot July 03, 2020 07:43AM |
Registered: 6 years ago Posts: 33 |
root@debian:~# uname -a Linux debian 4.4.54-oxnas-tld-1 #2 SMP PREEMPT Sat Mar 18 23:09:58 PDT 2017 armv6l GNU/Linux
root@debian:~# e2label /dev/sda1 rootfs
root@debian:~# mount /dev/sda1 on / type ext3 (rw,noatime,errors=remount-ro,data=ordered) devtmpfs on /dev type devtmpfs (rw,relatime,size=125316k,nr_inodes=31329,mode=755) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=25088k,mode=755) tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/shm type tmpfs (rw,nosuid,nodev,noexec,relatime,size=50160k) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620) tmpfs on /tmp type tmpfs (rw,relatime) rpc_pipefs on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
root@debian:~# ls -lart /boot total 45228 drwxr-xr-x 2 root root 4096 Dec 11 2016 dts -rw-r--r-- 1 root root 111194 Mar 18 2017 config-4.4.54-oxnas-tld-1 -rwxr-xr-x 1 root root 4621760 Mar 18 2017 zImage-4.4.54-oxnas-tld-1 -rw------- 1 root root 4621760 Mar 18 2017 vmlinuz-4.4.54-oxnas-tld-1 -rw------- 1 root root 1712926 Mar 18 2017 System.map-4.4.54-oxnas-tld-1 -rw-r--r-- 1 root root 7378702 Mar 18 2017 linux-headers-4.4.54-oxnas-tld-1_1.0_armel.deb -rw-r--r-- 1 root root 4621824 Jul 31 2017 uImage.orig -rw-r--r-- 1 root root 4629915 Jun 29 07:52 uImage.orig2 -rw-r--r-- 1 root root 4597215 Jun 29 12:51 initrd.img-4.4.54-oxnas-tld-1 drwxr-xr-x 3 root root 4096 Jun 29 12:53 . -rwxr-xr-x 1 root root 4629851 Jun 29 12:54 zImage.fdt -rw-r--r-- 1 root root 4629915 Jun 29 12:55 uImage -rw-r--r-- 1 root root 4597279 Jun 29 12:55 uInitrd drwxr-xr-x 22 root root 4096 Jul 3 05:32 ..
root@debian:~# ls -lart / total 4616 dr-xr-xr-x 86 root root 0 Dec 31 1969 proc dr-xr-xr-x 12 root root 0 Dec 31 1969 sys drwxr-xr-x 11 root root 4096 Dec 31 1969 var drwxr-xr-x 61 root root 4096 Dec 31 1969 etc drwxrwxrwt 2 root root 40 Dec 31 1969 tmp drwxr-xr-x 12 root root 2620 Dec 31 1969 dev drwxr-xr-x 2 root root 4096 Jan 22 2012 home drwx------ 2 root root 16384 Feb 24 2012 lost+found drwxr-xr-x 10 root root 4096 Feb 24 2012 usr drwxr-xr-x 2 root root 4096 Feb 24 2012 srv drwxr-xr-x 2 root root 4096 Feb 24 2012 opt drwxr-xr-x 2 root root 4096 Jul 31 2017 mnt drwx------ 5 root root 4096 Aug 1 2017 root drwxr-xr-x 13 root root 4096 Jun 29 12:47 lib drwxr-xr-x 2 root root 4096 Jun 29 12:48 bin drwxr-xr-x 2 root root 4096 Jun 29 12:48 sbin drwxr-xr-x 3 root root 4096 Jun 29 12:53 boot drwxr-xr-x 3 root root 4096 Jul 1 04:42 kd20 drwxr-xr-x 3 root root 4096 Jul 1 14:42 media -rw-r--r-- 1 root root 4629915 Jul 2 03:20 uImage.tmp drwxr-xr-x 22 root root 4096 Jul 3 05:32 .. drwxr-xr-x 22 root root 4096 Jul 3 05:32 . drwxr-xr-x 13 root root 540 Jul 3 05:38 run
root@debian:~# ls -larth / total 4.6M dr-xr-xr-x 86 root root 0 Dec 31 1969 proc drwxr-xr-x 11 root root 4.0K Dec 31 1969 var drwxr-xr-x 61 root root 4.0K Dec 31 1969 etc drwxrwxrwt 2 root root 40 Dec 31 1969 tmp drwxr-xr-x 12 root root 2.6K Dec 31 1969 dev drwxr-xr-x 2 root root 4.0K Jan 22 2012 home drwx------ 2 root root 16K Feb 24 2012 lost+found drwxr-xr-x 10 root root 4.0K Feb 24 2012 usr drwxr-xr-x 2 root root 4.0K Feb 24 2012 srv drwxr-xr-x 2 root root 4.0K Feb 24 2012 opt drwxr-xr-x 2 root root 4.0K Jul 31 2017 mnt drwx------ 5 root root 4.0K Aug 1 2017 root drwxr-xr-x 13 root root 4.0K Jun 29 12:47 lib drwxr-xr-x 2 root root 4.0K Jun 29 12:48 bin drwxr-xr-x 2 root root 4.0K Jun 29 12:48 sbin drwxr-xr-x 3 root root 4.0K Jun 29 12:53 boot drwxr-xr-x 3 root root 4.0K Jul 1 04:42 kd20 drwxr-xr-x 3 root root 4.0K Jul 1 14:42 media -rw-r--r-- 1 root root 4.5M Jul 2 03:20 uImage.tmp drwxr-xr-x 22 root root 4.0K Jul 3 05:32 .. drwxr-xr-x 22 root root 4.0K Jul 3 05:32 . drwxr-xr-x 13 root root 540 Jul 3 05:38 run dr-xr-xr-x 12 root root 0 Jul 3 05:39 sys
git clone https://github.com/kref/u-boot-oxnasAnd created a 750 MHZ u-boot.img with:
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- ox820_fat_config make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j4 all u-boot.img
git clone https://github.com/mibodhi/u-boot-oxnas.git
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- ox820_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j4 u-boot.img
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- -j4 all u-boot.img
make[1]:**There is no rule to create target ¨checkarmloc¨, needed for ¨all¨. Aborted.
|
Re: Debian cannot boot on KD20 after flashing u-boot July 03, 2020 04:02PM |
Admin Registered: 14 years ago Posts: 20,029 |
#!/bin/sh
# uncomment line below and set to the correct disk
#disk=/dev/sdX
if [ -z "${disk}" ] ; then
echo "You must uncomment/set the 'disk' variable"
exit -1
fi
workarea="."
stage1File=$workarea/stage1.wrapped
ubootFile=$workarea/u-boot.wrapped
kernelFile=$workarea/uImage
perl <<EOF | dd of="$disk" bs=512
print "\x00" x 0x1a4;
print "\x00\x5f\x01\x00";
print "\x00\xdf\x00\x00";
print "\x00\x80\x00\x00";
print "\x00" x (0x1b0 -0x1a4 -12 );
print "\x22\x80\x00\x00";
print "\x22\x00\x00\x00";
print "\x00\x80\x00\x00";
EOF
if [ -f $stage1File ];then
echo "Writing stage 1"
dd if=$stage1File of="$disk" bs=512 seek=34
fi
if [ -f $ubootFile ];then
echo "Writing uboot"
dd if=$ubootFile of="$disk" bs=512 seek=154
fi
if [ -f $kernelFile ];then
echo "Writing kernel to "
dd if=$kernelFile of="$disk"1 bs=512
fi
|
Re: Debian cannot boot on KD20 after flashing u-boot July 03, 2020 04:12PM |
Admin Registered: 14 years ago Posts: 20,029 |
¨disk_create.sh¨
#!/bin/sh
# uncomment line below and set to the correct disk
disk=/dev/sdb
#pay attention to fit yourself.this is my situation
if [ -z "${disk}" ] ; then
echo "You must uncomment/set the 'disk' variable"
exit -1
fi
workarea=.
stage1File=$workarea/boot/u-boot-spl.bin
perl <<EOF | dd of="$disk" bs=512
print "\x00" x 0x1a4;
print "\x00\x5f\x01\x00";
print "\x00\xdf\x00\x00";
print "\x00\x80\x00\x00";
print "\x00" x (0x1b0 -0x1a4 -12 );
print "\x22\x80\x00\x00";
print "\x22\x00\x00\x00";
print "\x00\x80\x00\x00";
EOF
if [ -f $stage1File ];then
echo "Writing stage 1"
dd if=$stage1File of="$disk" bs=512 seek=34
fi
|
Re: Debian cannot boot on KD20 after flashing u-boot July 04, 2020 08:11AM |
Registered: 6 years ago Posts: 33 |
Quote
Bohdi
Is there a reason why you did not use the original disk_create.sh ?
|
Re: Debian cannot boot on KD20 after flashing u-boot July 04, 2020 04:46PM |
Admin Registered: 14 years ago Posts: 20,029 |
ls -l /home/rescue/boot -rwxr-xr-x 1 root root 16384 jan 1 1970 u-boot.env -rw-r--r-- 1 root root 525880 aug 3 2014 u-boot.img -rwxr-xr-x 1 root root 32120 aug 3 2014 u-boot-spl.bin -rw-r--r-- 1 root root 3676848 aug 3 2014 uImage # this would be the uImage with DTB embedded from Debian-4.4.54-oxnas-tld-1-rootfs-bodhi.tar.bz2 -rw-r--r-- 1 root root 2103272 aug 3 2014 uInitrd # this would be the uImage with DTB embedded from Debian-4.4.54-oxnas-tld-1-rootfs-bodhi.tar.bz2
cd -a u-boot.env u-boot.env.orig cd -a u-boot.env u-boot.env.txt
nano u-boot.env.txt mkenvimage -s 131072 -o u-boot.env boot.env.txt
|
Re: Debian cannot boot on KD20 after flashing u-boot July 06, 2020 09:57AM |
Registered: 6 years ago Posts: 33 |
dd if=./u-boot-spl.bin of=/dev/sdb bs=512 seek=34
U-Boot SPL 2013.10-g3a0f380-dirty (Jul 26 2014 - 14:31:34)
Boot device: SATA
Attempting to set PLLA to 850 MHz ...
plla_ctrl0 : 0000020a
plla_ctrl1 : 00330000
plla_ctrl2 : 0065008b
plla_ctrl3 : 000000f1
PLLA Set
Bus 0: OK
Device 0:
** File not found /boot/bootargs.bin **
U-Boot 2013.10-g3a0f380-dirty (Jul 26 2014 - 10:18:57) for OXNAS
DRAM: 128 MiB
IDE: Bus 0: OK
Device 0: Model: KINGSTON SA400S37480G Firm: SBFKB1C2 Ser#: 50026B77825D65D5
Type: Hard Disk
Supports 48-bit addressing
Capacity: 457862.8 MB = 447.1 GB (937703088 x 512)
NAND: 128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net:
Led: GREEN
mii0
Main Loop
switch to net console
Device 0: Model: KINGSTON SA400S37480G Firm: SBFKB1C2 Ser#: 50026B77825D65D5
Type: Hard Disk
Supports 48-bit addressing
Capacity: 457862.8 MB = 447.1 GB (937703088 x 512)
NAND: 128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Net:
Led: GREEN
mii0
Main Loop
Hit any key to stop autoboot: 3
|
Re: Debian cannot boot on KD20 after flashing u-boot July 06, 2020 05:08PM |
Admin Registered: 14 years ago Posts: 20,029 |
> Device 0: Model: KINGSTON SA400S37480G Firm: > SBFKB1C2 Ser#: 50026B77825D65D5 > Type: Hard Disk > Supports 48-bit addressing > Capacity: 457862.8 MB = 447.1 GB > (937703088 x 512) > NAND: 128 MiB > *** Warning - bad CRC, using default environment > > In: serial > Out: serial > Err: serial > Net: > Led: GREEN > mii0 > Main Loop > Hit any key to stop autoboot: 3 >>
Stage-1 Bootloader 2015-01.21-21:48:56
Attempting to set PLLA to 800MHz ...
plla_ctrl0 : 0x0000030A
plla_ctrl1 : 0x00400000
plla_ctrl2 : 0x007F0068
plla_ctrl3 : 0x00000193
PLLA Set
Setup memory, testing
Reading disk 00
Sector : 0x0000009A
Hdr len: 0x00025978
Hdr CRC: 0x1CCE0DF0
OK
Detecting SATA busses:
Bus 0: No devices found
Failed to read valid environment from disk, using built-in default
_ _ _ _
| | | | | | | |
___| |__ _ _| |_| |_| | ___
/ __| '_ \| | | | __| __| |/ _ \
\__ \ | | | |_| | |_| |_| | __/
|___/_| |_|\__,_|\__|\__|_|\___|
_ _ ____ _
| | | | | __ ) ___ ___ | |_
| | | |___| _ \ / _ \ / _ \| __|
| |_| |___| |_) | (_) | (_) | |_
\___/ |____/ \___/ \___/ \__|
U-Boot 1.1.2 (Jan 24 2015 - 13:54:11)
U-Boot code: 60D00000 -> 60D25978 BSS: -> 60D3A680
IRQ Stack: 60cddf7c
FIQ Stack: 60cdcf7c
RAM Configuration:
Bank #0: 60000000 256 MB
SRAM Configuration:
64KB at 0x50000000
NAND:128 MiB
*** Warning - bad CRC, using default environment
In: serial
Out: serial
Err: serial
Setting Linux mem= boot arg value
Hit any key to stop autoboot: 0
printenv saveenv printenvSee if everything goes well in the 3 commands above. And then
resetSee if the envs are now read properly by u-boot, no bad CRC.
|
Re: Debian cannot boot on KD20 after flashing u-boot July 07, 2020 06:07AM |
Registered: 6 years ago Posts: 33 |
Quote
Bodhi
OK. So to avoid trying to reinvent some wheel here. What we should do is to go back to booting this KD20 from the HDD. Using your tarball.
- And then trying to set envs in serial console, and save them in serial console. It might work.
saveenvcommand this message is shown on the console:
Saving Environment to Disk...
printenvthen shows the modified envs (e.g. serverip) properly.
|
Re: Debian cannot boot on KD20 after flashing u-boot July 07, 2020 05:00PM |
Admin Registered: 14 years ago Posts: 20,029 |
Quote
U-Boot 2013.10-g3a0f380-dirty (Jul 26 2014 - 10:18:57) for OXNAS
However after a reset command still the old envs are used. I assume because the location where it is written to is not found or is not valid or maybe it is not written anywhere at all;).
OXNAS> printenv bootcmd=run beep select0 load loadr sysled boot || run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot|| run sysretry load loadr sysled boot || run sysretry load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot bootdelay=2 baudrate=115200 ethaddr=00:25:b1:ff:ff:00 autoload=n select0=ide dev 0 select1=ide dev 1 select2=dhcp loadr=ide read 0x62000000 2122 1644 load=ide read 0x60500000 50a 1800 loadr3=tftp 0x62000000 rdimg.gz load2=ide read 0x60500000 e3e8 1800 load3=tftp 0x60500000 uImage sysretry=led a;ide res sysled=led 1 errled=led r beep=beep ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M boot=bootm 60500000 62000000 stdin=serial stdout=serial stderr=serial bootargs=root=/dev/sda2 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes bootfile=uImage gatewayip=192.168.178.1 netmask=255.255.255.0 ipaddr=192.168.178.19 serverip=192.168.178.1 dnsip=192.168.178.33 Environment size: 1206/8188 bytes
|
Re: Debian cannot boot on KD20 after flashing u-boot July 10, 2020 03:48PM |
Registered: 6 years ago Posts: 33 |
bootcmd=run beep select0 load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot bootdelay=2 baudrate=115200 ethaddr=00:25:b1:ff:ff:00 ipaddr=192.168.0.128 serverip=192.168.0.1 autoload=n netmask=255.255.0.0 bootfile="uImage" select0=nand info select1=ide dev 0 select2=dhcp loadr=nand read.e 0x62000000 240000 280000 loadr2=ide read 0x62000000 2122 1800 loadr3=tftp 0x62000000 rdimg.gz load=nand read.e 0x60500000 840000 300000 load2=ide read 0x60500000 50a 1800 load3=tftp 0x60500000 uImage sysled=led 1 errled=led r beep=beep ramboot=setenv bootargs root=/dev/ram0 console=ttyS0,115200 initrd=0x61000000 mem=256M mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 boot=bootm 60500000 62000000 ft=n stdin=serial stdout=serial stderr=serial bootargs=root=ubi0:rootfs ubi.mtd=5,512 rootfstype=ubifs initrd=0x61000000 console=ttyS0,115200 elevator=cfq mac_adr=0x00,0x25,0xb1,0xff,0xff,0x00 mem=256M poweroutage=yes
? - alias for 'help' base - print or set address offset bdinfo - print Board Info structure beep - make beep sound bootm - boot application image from memory bootp - boot image via network using BootP/TFTP protocol bubt - Burn an image on the Boot Nand Flash. clrenv - clear environment cmp - memory compare cp - memory copy crc32 - checksum calculation dhcp - invoke DHCP client to obtain IP/boot params diskboot- boot from IDE device echo - echo args to console exit - exit script ext2load- load binary file from a Ext2 filesystem ext2ls - list files in a directory (default /) go - start application at address 'addr' help - print online help ide - IDE sub-system iminfo - print header information for application image led - LED Switch ledfail - Extinguish (0) or light (1) failure LED loop - infinite loop on address range md - memory display mm - memory modify (auto-incrementing) mtest - simple RAM test mw - memory write (fill) nand - NAND sub-system nboot - boot from NAND device nm - memory modify (constant address) ping - send ICMP ECHO_REQUEST to network host poweroff- Power-OFF printenv- print environment variables part - clear MBR rarpboot- boot image via network using RARP/TFTP protocol reset - Perform RESET of the CPU run - run commands in an environment variable saveenv - save environment variables to persistent storage setenv - set environment variables test - minimal test like /bin/sh tftpboot- boot image via network using TFTP protocol usb - USB sub-system usbboot - boot from USB device version - print monitor version
|
Re: Debian cannot boot on KD20 after flashing u-boot July 10, 2020 04:34PM |
Admin Registered: 14 years ago Posts: 20,029 |
Quote
With the stock u-boot I am able to modify the environment so I guess there is more room to play with
|
Re: Debian cannot boot on KD20 after flashing u-boot July 10, 2020 05:02PM |
Admin Registered: 14 years ago Posts: 20,029 |
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial' setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage' setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd' setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x800000 0x2100000; else bootm 0x800000; fi' setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' boot
load_initrd=echo loading uInitrd ...; ext2load $bootdev $device 0x60e00000 /boot/uInitrd load_uimage=echo loading uImage ...; ext2load $bootdev $device 0x60500000 /boot/uImage
|
Re: Debian cannot boot on KD20 after flashing u-boot July 11, 2020 09:08AM |
Registered: 6 years ago Posts: 33 |
setenv sata_set_bootargs 'setenv bootargs root=/dev/sda1 initrd=0x61000000 console=ttyS0,115200 elevator=cfq mem=256M poweroutage=yes' setenv load_uimage 'ext2load ide 0:1 0x60500000 /boot/uImage' setenv load_uinitrd 'ext2load ide 0:1 0x61000000 /boot/uInitrd' setenv sata_boot 'run load_uimage; if run load_uinitrd; then bootm 0x60500000 0x61000000; else bootm 0x60500000; fi' setenv sata_bootcmd 'run sata_set_bootargs; run sata_boot' setenv bootcmd 'run sata_bootcmd boot || bootcmd=run beep select0 load loadr sysled boot || run errled select2 load3 loadr3 ramboot boot'
root=LABEL=rootfsinstead of
root=/dev/sda1in the bootargs environment did not work. Probably this u-boot is not capable to use the declared LABEL variable.
run sata_bootcmd boot ||to the default bootcmd declaration , so its first action now is to try to boot from the SATA disk.
|
Re: Debian cannot boot on KD20 after flashing u-boot July 11, 2020 04:41PM |
Admin Registered: 14 years ago Posts: 20,029 |
root=LABEL=rootfs> instead of
root=/dev/sda1> in the bootargs environment did not work. Probably
usb reset ext2ls usb 0:1 /
setenv usb_set_bootargs 'setenv bootargs console=ttyS0,115200 root=LABEL=rootfs rootdelay=10 earlyprintk=serial' setenv load_uimage 'ext2load usb 0:1 0x800000 /boot/uImage' setenv load_uinitrd 'ext2load usb 0:1 0x2100000 /boot/uInitrd' setenv usb_boot 'run load_uimage; if run load_uinitrd; then bootm 0x800000 0x2100000; else bootm 0x800000; fi' setenv usb_bootcmd 'run usb_set_bootargs; run usb_boot' setenv bootcmd 'usb start; run usb_bootcmd; usb stop; reset' boot
Quote
https://forum.doozan.com/read.php?3,19093
The booting process has 2 phases:
1. Boot loader:
- Power up, bootROM is running, u-boot image is loaded and run.
- u-boot uses the envs to find uImage and uInitrd.
- u-boot loads uImage and uInitrd from partition that has /boot folder, and start kernel. If multiple drives exist, only one drive and partition should have /boot.
2. Kernel
- Kernel starts using bootargs.
- Kernel search for rootfs to mount. This is when root device with label or UUID is used. If none specified, drive letter is used (e.g. /dev/sda1). If multiple drives exist, rootfs label or UUID will pinpoint to the exact rootfs partition.