Outils pour utilisateurs

Outils du site


ancien:tek:linaro

Linaro Milestone Builds

apt-get install linaro-image-tools uboot-mkimage uuid-runtime realpath
# si ubuntu pas a jour
apt-get install python-argparse uboot-mkimage
wget http://launchpadlibrarian.net/58944317/python-hwpack_0.3_all.deb
wget http://launchpadlibrarian.net/58944316/linaro-image-tools_0.3_all.deb
dpkg -i python-hwpack_0.3_all.deb linaro-image-tools_0.3_all.deb
wget http://releases.linaro.org/platform/linaro-n/alip/alpha-1/linaro-natty-alip-tar-20101202-1.tar.gz

wget http://releases.linaro.org/platform/linaro-m/hwpacks/final/hwpack_linaro-igep_20101109-1_armel.tar.gz
wget http://releases.linaro.org/platform/linaro-m/alip/final/linaro-m-alip-tar-20101109-0.tar.gz

wget http://releases.linaro.org/platform/linaro-n/hwpacks/alpha-1-rc/igep/20101201/1/images/hwpack/hwpack_linaro-igep_20101201-1_armel.tar.gz

wget http://releases.linaro.org/platform/linaro-n/netbook/alpha-1-rc/linaro-natty-efl-tar-20101201-0.tar.gz

# pas encore au point
#linaro-media-create --rootfs ext3 --mmc /dev/sdc --binary linaro-natty-alip-tar-20101202-1.tar.gz --hwpack hwpack_linaro-igep_20101201-1_armel.tar.gz --dev igep --boot_label BOOTFS --rfs_label rootfs

linaro-media-create --rootfs ext3 --mmc /dev/sdc --binary linaro-m-alip-tar-2010
1109-0.tar.gz --hwpack hwpack_linaro-igep_20101109-1_armel.tar.gz --dev igep --b
oot_label BOOTFS --rfs_label rootfs

L'utilisateur principal est :linaro et son mot de passe : linaro

petite modif pour que ça fonctionne …

cd /media/rootfs

echo "dev /dev tmpfs rw 0 0
tmpfs /tmp tmpfs defaults 0 0 " >> etc/fstab

echo "
\#!/bin/sh -e
\#
\# rc.local
\#
ntpdate 2.fr.pool.ntp.org 1.fr.pool.ntp.org 0.fr.pool.ntp.org
amixer set -D hw:0 'Headset' 6dB
amixer set -D hw:0 'HeadsetL Mixer AudioL2' on
amixer set -D hw:0 'HeadsetR Mixer AudioR2' on
exit 0
>" etc/rc.local

echo "
auto eth0
iface eth0 inet dhcp

auto eth0:0
iface eth0:0 inet static
     address 192.168.1.22 
     netmask 255.255.255.0

">> ./etc/network/interfaces

#  echo "autospawn = no" > /home/linaro/.pulse/client.conf

echo "@audio  -  rtprio   99
@audio  -  nice        -10
@audio  -  memlock  300000
" >> /etc/security/limits.conf
sed -i -e "s/audio:x:29:pulse/audio:x:29:pulse,linaro/" etc/group
ancien/tek/linaro.txt · Dernière modification : 2024/02/09 17:39 de 127.0.0.1