Quote:
Originally Posted by RandomInsano
For the system not booting on its own, there should be a variable U-boot uses when it starts up. It should be “bootcmd”. You can dump the value using “printenv” and you can likely find a tutorial on how to save it yourself. You’re so used to U-boot at this point that the commands will be obvious (it’s what you’ve been typing over and over to load and boot the kernel).
|
This value is set. I haven't been typing it. I have to hit a key (from Tera Term window connected through FTDI) or it autoboots. What is strange is that it does autoboot when it isn't connect.
Code:
eBR-1A # printenv
bootcmd=nandr 80000 200000 31000000 m;bootm 31000000
bootdelay=0
baudrate=115200
ethaddr=08:00:3e:26:0a:5b
ipaddr=192.168.0.100
serverip=192.168.0.254
netmask=255.255.255.0
bootfile="uImage"
device_name=EB600EM
device_code=5
NAND_Blocks=0x00002000 8192
base_uboot=0x00000000
size_uboot=0x00080000 4
base_kernel=0x00080000
size_kernel=0x00260000 19
base_pic=0x002e0000
size_pic=0x000c0000 6
base_param=0x003a0000
size_param=0x00020000 1
base_RootFS=0x003c0000
size_RootFS=0x0a000000 1280
base_app=0x0a3c0000
size_app=0x00100000 8
base_Disk=0x0a4c0000
size_Disk=0x35b40000 6874
lgo=loadum 31880000;go 31880000
bootargs=noinitrd root=/dev/mtdblock4 rw rootfstype=yaffs init=/linuxrc console=ttySAC0 controller=2 PA_BB=29 PA_BT=1 FS_BB=30 FS_BT=1280 AP_BB=1310 AP_BT=8 US_BB=1318 US_BT=6874 UVer=ntx-600em-v2.6
PexilFormat=0
PexilWidth=1
ImgBase=30000000
Rotate=0
brd=0
WaveForm=3
ltupipe=15
Environment size: 888/65532 bytes
Thanks to everyone for their help. I've learned a lot from your suggestions.
I'm going to give it up and consign this Kobo to the scrap pile.