ts-7000
[Top] [All Lists]

Re: [ts-7000] Re: TS-7260 _ Debian Linux on a 2GB SD card

To:
Subject: Re: [ts-7000] Re: TS-7260 _ Debian Linux on a 2GB SD card
From: santiago reyes <>
Date: Sat, 7 Nov 2009 08:29:03 -0200


How to make a bootable SD:
1 - It starts giving ext2 format to the sd card.
     1.1- execute: $ mkfs.ext2 /dev/mmcblk
     1.2- If you are not able to format the sd can be because it is mounted run: $ umount / dev / mmcblk * (Unmount all partitions)

2 - Copy the image that TS provide on the page (http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php).
  2.1- unzip the image: $ bunzip2 sdimage.dd.bz2
2.2- execute $ dd if = sdimage.dd of = / dev / mmcblk

3 - Copy the boot disk image in the first partition.
     3.1-execute $ dd if = ts7260-fb-default of = / dev/mmcblkp1

4 - To resize the third partition follows this sequence.
     4.1- $ fdisk / dev / mmcblk
     4.2- typing $ p , shows the partitions on the SD card.
     4.3- To delete the third partition typed $ d.
     4.4- will ask for the partition number, income $ 3.
     4.5- if you want you can type $ p to see that we no longer have the 3.
     4.6-To create the partition type $ n.
     4.7- type $ p to make a primary partition.
     4.8- Select which is the first cylinder, let the first one that appear.
     4.9- then the program asks us to choose the last cylinder, choose the last one.
     4.10- type $p to see if the partitions you wish is there, if there is not return to Step 4.3.
     4.11-type $ w, to write the partitions on the SD.

5 - Finally install the tsbootrom-update.
     5.1-Copy tsbootrom-update to an SD card, mount it and copy tsbootrom in some directory (example: / tmp)
     5.2-  locate in the directory where tsbootrom-update was copy.
     5.3- execute ifconfig, and copy the number of MAC. They give the following option $ mac = `ifconfig eth0 | grep HWaddr | cut-d ''-f11` which gives the mac.
     5.4-execute  $ . /tsbootrom-update-s-m MAC (MAC copied in the previous step), or execute $ ./tsbootrom-update-s-m $ mac

I hope that is useful
Sorry for my bad english.

Greetings
Santiago




El 6 de noviembre de 2009 22:29, Satish Chetty <> escribió:
Yes, please. I am interested too.

-Satish.

Blair wrote:
>
>
> Would you boys mind posting English translations? I'd like to know the
> steps. Thanks.
>
> --- In <mailto:ts-7000%2540yahoogroups.com>,
> santiago reyes <> wrote:
>  >
>  > ---------- Mensaje reenviado ----------
>  > De: santiago reyes <>
>  > Fecha: 5 de noviembre de 2009 19:14
>  > Asunto: Re: [ts-7000] TS-7260 _ Debian Linux on a 2GB SD card
>  > Para: Ismael Gonzalez <>
>  >
>  >
>  > Ismael,
>  > Es correcto si no querés que arranque directamente de la SD no es
> necesario
>  > el paso 5.
>  > Por lo que mostras tu tarjeta ya tiene tamaño de 2GB.
>  > Por lo que se tendrías que modificar el archivo linuxrc que se
> encuentra en
>  > la primer partición de la SD Card, para poder arrancar el linux.
>  > Pero esto tomalo con pinzas....
>  > Ese archivo es el que carga el sistema al inicio.
>  > ¿Comó pensado hacer que arranque el Debian?
>  >
>  > Se que no es de gran ayuda lo que te digo, pero espero que te sirva.
>  >
>  > Saludos
>  > Santiago
>  >
>  >
>  > El 5 de noviembre de 2009 14:44, Ismael Gonzalez <
>  > > escribió:
>  >
>  > Buenas Santiago por tu rapida respuesta,
>  > >
>  > > Antes que nada, indicarte que no quiero lanzar Debian Linux
> directamente
>  > > desde la SD card, si no que lanzo este desde TS-Linux siempre. Con
> lo que,
>  > > en un principio no necesitaria realizar el paso 5, ¿correcto?
>  > >
>  > > Una vez realizado el paso 2 puedo lanzar Debian Linux desde la SD card
>  > > (aunque este Linux dispone de 256MB solamente... yo deseo 2GB)
>  > >
>  > > Cuando realizo por completo el paso 4, soy capaz de ver las tres
>  > > particiones (en la #3 es donde esta el sistema Linux), pero ya no
> consigo
>  > > lanzar Linux desde la SD card como antes ¿alguna idea?
>  > >
>  > > Disposit. Inicio Comienzo Fin Bloques Id Sistema
>  > > /dev/sdc1 1 6 1520 da Datos sin SF
>  > > /dev/sdc2 7 10 1024 da Datos sin SF
>  > > /dev/sdc3 11 7850 2007040 83 Linux
>  > >
>  > >
>  > > El paso 5 no lo realizo.
>  > >
>  > > Gracias,
>  > > Ismael
>  > >
>  > >
>  > > 2- Es posible:
>  > >
>  > > How to make a booteable SD:
>  > > 1- Se inicia dandole formato ext2 a la tarjeta sd.
>  > > 1.1- Ejecutamos mkfs.ext2 /dev/mmcblk
>  > > 1.2- De no poderse debido a que esta montado ejecutar umount
>  > > /dev/mmcblk* (Desmonta todas las particiones)
>  > >
>  > > 2- Copiamos la imágen que nos brindan en la página (http://www.embedded
>  > > arm.com/software /arm-linux- fastboot-
> ts7300.php<http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php
> <http://www.embeddedarm.com/software/arm-linux-fastboot-ts7300.php>>
>  > > ).
>  > >
>  > > 2.1- Desomprimos la imágen bunzip2 sdimage.dd.bz2
>  > > 2.2- Ejecutamos dd if=sdimage.dd of=/dev/mmcblk
>  > >
>  > > 3- Copiamos la imagen del disco de arranque.
>  > > 3.1- Ejecutamos dd if=ts7260-fb- default of=/dev/mmcblkp1
>  > >
>  > > 4- Para redimencionar la tercera partición realizamos la siguiente
>  > > secuencia.
>  > > 4.1- fdisk /dev/mmcblk
>  > > 4.2- Tecleamos p, nos muestra las particiones de ls SD.
>  > > 4.3- Para borrar la tercera partición digitamos d.
>  > > 4.4- Nos va a pedir el número de partición, ingresamos 3.
>  > > 4.5- Volvemos a digitar p, vemos que ya no tenemos la partición 3.
>  > > 4.6- Para crear la partición tecleamos n.
>  > > 4.7- Luego digitamos p para que sea una partición primaria.
>  > > 4.8- Nos va a dar a elejir cual es el primer cilindro, dejamos el
>  > > primero.
>  > > 4.9- Seguido nos pide el último elegimos el último cilindro.
>  > > 4.10- Digitamos p, para ver las particiones de ser la que deseamos
>  > > pasamos al siguiente paso sino volver al paso 3.
>  > > 4.11- Tecleamos w, para grabar las particiones en la SD.
>  > > 5- Por último instalaremos el tsbootrom-update.
>  > > 5.1- Copiar tsbootrom-update a una SD card, montarla y copiar
>  > > tsbootrom-update en algún directorio (ej.: /tmp)
>  > > 5.2- Nos ubicamos en el directorio donde copiamos tsbootrom-update.
>  > > 5.3- Ejectamos ifconfig, y copiamos en número de MAC. Ellos dan la
>  > > siguiente opción mac=`ifconfig eth0 | grep HWaddr | cut -d' ' -f11`
> (la cual
>  > > tiene en la placa que usamos daba un error al buscar la mac).
>  > > 5.4- Ejecutamos ./tsbootrom- update -s -m MAC (MAC la copiamos en el
>  > > paso anterior), sino ellos recomiendar tsbootrom-update -s -m $mac
> (esto no
>  > > se ejecuta; se deberia hacer ./tsbootrom- update -s -m $mac).
>  > >
>  > >
>  > >
>  >
>
>


------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
   http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
   Individual Email | Traditional

<*> To change settings online go to:
   http://groups.yahoo.com/group/ts-7000/join
   (Yahoo! ID required)

<*> To change settings via email:
   
   

<*> To unsubscribe from this group, send an email to:
   

<*> Your use of Yahoo! Groups is subject to:
   http://docs.yahoo.com/info/terms/




__._,_.___


Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: =Email Delivery: Digest | m("yahoogroups.com?subject","ts-7000-fullfeatured");=Change Delivery Format: Fully Featured">Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | =Unsubscribe

__,_._,___
<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU