• Home
  • Help
  • Search
  • Login
  • Register
Pages: [1]
Author Topic: Error: unrecognized/unsupported machine ID (r1 = 0x0000020f).  (Read 2068 times)
loverdrive
Newbie
*

Karma: 0
Posts: 22


View Profile
« on: August 24, 2010, 01:35:28 PM »

Hi. I read cyrius's howto for installing debian testing (with installer) [ http://www.cyrius.com/debian/kirkwood/sheevaplug/install.html ] But now, when i'm trying to boot, it gives me this error:

Code:
Starting kernel ...

Uncompressing Linux... done, booting the kernel.

Error: unrecognized/unsupported machine ID (r1 = 0x0000020f).

Available machine support:

ID (hex)        NAME
00000690        Marvell DB-88F6281-BP Development Board
00000691        Marvell RD-88F6192-NAS Development Board
00000692        Marvell RD-88F6281 Reference Board
0000078c        Marvell 88F6281 GTW GE Board
00000a76        Marvell eSATA SheevaPlug Reference Board
00000831        Marvell SheevaPlug Reference Board
00000a63        Marvell GuruPlug Reference Board
0000085b        QNAP TS-119/TS-219
000009c6        QNAP TS-41x
00000b44        Marvell OpenRD Ultimate Board
00000939        Marvell OpenRD Client Board
00000915        Marvell OpenRD Base Board
00000b1e        HP t5325 Thin Client

Please check your kernel config and/or bootloader.


I can't solve this trouble. Could you help me, please?
Logged

tbm
Full Member
***

Karma: 7
Posts: 121



View Profile WWW
« Reply #1 on: August 25, 2010, 01:37:07 AM »

Yes, read the instructions again and search for "mainlineLinux".
Logged

loverdrive
Newbie
*

Karma: 0
Posts: 22


View Profile
« Reply #2 on: August 25, 2010, 08:17:30 AM »

i reinstalled the system, following the instructions step-by-step.
Now i have this error:

Quote
[   23.504713] usb usb1: SerialNumber: orion-ehci.0
[   23.522405] mmcblk0: mmc0:0b8f SD02G 1.83 GiB
[   23.527020]  mmcblk0: p1 p2 p3 <
[   23.530899] usb usb1: configuration #1 chosen from 1 choice
[   23.536770]  p5 >
[   23.541260] hub 1-0:1.0: USB hub found
[   23.545063] hub 1-0:1.0: 1 port detected
Begin: Loading essential drivers ... done.
Begin: Running /scripts/init-premount ... done.
Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done.
Begin: Waiting for root file system ... done.
Gave up waiting for root device.  Common problems:
 - Boot args (cat /proc/cmdline)
   - Check rootdelay= (did the system wait long enough?)
   - Check root= (did the system wait for the right device?)
 - Missing modules (cat /proc/modules; ls /dev)
ALERT!  /dev/sda2 does not exist.  Dropping to a shell!


BusyBox v1.17.1 (Debian 1:1.17.1-2) built-in shell (ash)
Enter 'help' for a list of built-in commands.

/bin/sh: can't access tty; job control turned off
(initramfs)

Sad

I use the mmc card as disk
Logged

tbm
Full Member
***

Karma: 7
Posts: 121



View Profile WWW
« Reply #3 on: August 25, 2010, 02:44:23 PM »

Can you post the output from "printenv" from u-boot?
Logged

loverdrive
Newbie
*

Karma: 0
Posts: 22


View Profile
« Reply #4 on: August 25, 2010, 03:19:26 PM »

this is the final part of the output (the first part can't be read, because it scroll and i can't read the first part):

Code:
standalone=fsload 0x2000000 $(image_name);setenv bootargs $(console) root=/dev/mtdblock0 rw ip=$(ipaddr):$(serverip)$(bootargs_end) $(mvPhoneConfig); bootm 0x2000000;
mvPhoneConfig=mv_phone_config=dev0:fxs,dev1:fxs
mvNetConfig=mv_net_config=(00:11:88:0f:62:81,0:1:2:3),mtu=1500
yuk_ethaddr=00:00:00:EE:51:81
netretry=no
rcvrip=169.254.100.100
loadaddr=0x02000000
autoload=no
ethaddr=00:50:43:01:6A:64
run_diag=no
ineLinux=yes
nExt=no
am=no
naMonExt=no
Stream=no
bootcmd_usb=usb start; ext2load usb 0:1 0x01100000 /uInitrd; ext2load usb 0:1 0x00800000 /uImage
Linux=yes
bootargs=console=ttyS0,115200 root=/dev/sda2 rootdelay=10
t=no
=yes
=yes
bootargs_root=root=/dev/mmcblk0p2
ineLinux=yes
nExt=no
am=no
arcNumber=2097
ineLinux=yes
bootargs_console=console=ttyS0,115200
bootcmd_mmc=mmcinit; ext2load mmc 0:1 0x01100000 /uInitrd; ext2load mmc 0:1 0x00800000 /uImage
bootcmd=setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm 0x00800000 0x01100000
stdin=serial
stdout=serial
stderr=serial
nandEnvBase=
mainlineLinux=no
enaMonExt=no
enaCpuStream=no
enaWrAllo=no
pexMode=RC
disL2Cache=no
setL2CacheWT=yes
disL2Prefetch=yes
enaICPref=yes
enaDCPref=yes
sata_dma_mode=yes
netbsd_en=no
vxworks_en=no
bootdelay=3
disaMvPnp=no
enaAutoRecovery=yes
pcieTune=no

Environment size: 1575/131068 bytes
Marvell>>
Logged

guidol
Full Member
***

Karma: 10
Posts: 127



View Profile
« Reply #5 on: August 25, 2010, 11:29:17 PM »

this is the final part of the output (the first part can't be read, because it scroll and i can't read the first part):

Code:
ineLinux=yes
ineLinux=yes
arcNumber=2097
ineLinux=yes
mainlineLinux=no

Environment size: 1575/131068 bytes
Marvell>>

I dont know what "ineLine=yes" means, but "mainlineLinux=no" has to be "mainlineLinux=yes"
The arcNumber is allright :-)

These are the commands from Martins Webpage which should be used in the U-Boot Console:
Code:
setenv mainlineLinux yes
setenv arcNumber 2097
saveenv
reset
Logged

loverdrive
Newbie
*

Karma: 0
Posts: 22


View Profile
« Reply #6 on: August 26, 2010, 12:12:48 AM »

I remember to wrote "mainlineLinux=yes". Usually i copy-paste the line of code, so i can't made error. I'll try to re-set that variable
Logged

tbm
Full Member
***

Karma: 7
Posts: 121



View Profile WWW
« Reply #7 on: August 26, 2010, 02:38:48 AM »

You bootargs look ok.. can you try this:

Code:
setenv bootargs_console 'console=ttyS0,115200 root=/dev/mmcblk0p2'
saveenv
reset

If it still doesn't boot, can you send the whole boot log?
Logged

loverdrive
Newbie
*

Karma: 0
Posts: 22


View Profile
« Reply #8 on: September 08, 2010, 03:42:15 AM »

sorry for delay, i give that command

Code:
setenv bootargs_console 'console=ttyS0,115200 root=/dev/mmcblk0p2'
saveenv
reset

but now i have still an "Error: unrecognized/unsupported machine ID (r1 = 0x0000020f)"

now i'll try to reset bootargs....



EDIT: ok, now i give that command:
Code:
setenv mainlineLinux yes
setenv arcNumber 2097
saveenv
reset
and now system works! I have the login screen Smiley
« Last Edit: September 08, 2010, 03:45:37 AM by loverdrive » Logged

guidol
Full Member
***

Karma: 10
Posts: 127



View Profile
« Reply #9 on: September 08, 2010, 03:49:47 AM »

EDIT: ok, now i give that command:
and now system works! I have the login screen Smiley
Congratulations :-) if that hasnt happend you could read the following thread:
http://plugcomputer.org/plugforum/index.php?topic=477.0
Logged

Pages: [1]
Print
Jump to: