doc:guides:debianplug

Debian al SheevaPlug

This article is obsoleted, deprecated and/or outdated, is kept here for historical reason

Calen els fitxer uImage i uInitrd i posar-los en el servidor TFTP per a BOOTP

En arrancar, interrompre el procés i per al eSATA-Plug:

setenv mainlineLinux yes
setenv arcNumber 2678
saveenv
reset

Reiniciem el plug i tornem a interrompre l'arranc, ara li passarem indicacions per botar de xarxa:

setenv serverip 192.168.1.2
setenv ipaddr 192.168.1.147
tftpboot 0x00800000 uImage
tftpboot 0x01100000 uInitrd

Per iniciar l'arranc cal entrar (2 línies):

  setenv bootargs console=ttyS0,115200 base-installer/initramfs-tools/driver-policy=most mirror/suite=stable apt-setup/local0/repository="http://people.debian.org/~tbm/orion lenny main" apt-setup/local0/key=http://people.debian.org/~tbm/orion/68FD549F
  bootm 0x00800000 0x01100000

Si actualitzem el kernel cal executar flash-kernel per que arranqui correctament de la ROM interna

  • doc/guides/debianplug.txt
  • Last modified: 2021/06/10 21:43
  • by 127.0.0.1