Changes between Version 15 and Version 16 of setup_target/bebop2


Ignore:
Timestamp:
Mar 20, 2020, 11:11:34 AM (5 years ago)
Author:
Bayard Gildas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • setup_target/bebop2

    v15 v16  
    3939
    4040== Big Button ==
    41 Pendant le démarrage un démon est lancé pour surveiller les appuis sur le gros bouton rouge à l'arrière sous la batterie. Les différents comportements sont décrits dans le répertoire /bin/onoffbutton.
    42 Les comportement sont
    43   * 1 appui court: shutdown
    44   * 4 appuis courts: mode debug. Démarrage du démon telnet, du démon adb (android debug) et configuration d'une liaison "ethernet over usb" sur l'interface réseau rndis0.
    45   * 1 appui long: changement de bande wifi
    46   * 1 appui trèèèès long: '''DANGER! ''' factory reset: toute la partie /data est écrasée, on perd tout ce qu'on a installé
     41Upon startup, a deamon is started to monitor presses on the big red button, at the rear of the drone, under the battery. Different press patterns are detected and described in the /bin/onoffbutton directory.
     42Implemented behaviors are
     43  * 1 short press: shutdown
     44  * 4 short presses: debug mode. starts telnet daemon, adb (android debug) daemon, and sets up the "ethernet over usb" link on rndis0 network interface.
     45  * 1 long press: wifi band change
     46  * 1 veeeeery long press: '''DANGER! ''' factory reset: all the /data directory is blanked, you loose all custom work
    4747
    4848== rootfs ==
     
    5656
    5757=== chroot script ===
    58 A titre d'exemple, voici le script script de chroot complet que nous utilisons (''/data/ftp/internal_000/chroot.sh''):
     58As an example, here is the whole chroot script we're using (''/data/ftp/internal_000/chroot.sh''):
    5959
    6060{{{