fix double markup for code blocks

This commit is contained in:
kleph 2013-07-27 17:05:09 +02:00
parent faa6780507
commit 1354650fc6

View file

@ -44,19 +44,19 @@ Pour les archives, voici les paramètres de démarrage d'origine, pour démarrer
Les paramètres peuvent être aussi être donnés dans un fichier de configuration : uEnv.txt
Voici le mien :
`````` bash
dtb_file=sama5d35ek.dtb
console=ttyS0,115200
optargs=console=tty0
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext2 rootwait fixrtc
``````
``` bash
dtb_file=sama5d35ek.dtb
console=ttyS0,115200
optargs=console=tty0
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext2 rootwait fixrtc
```
## test ?
Voici ma configuration u-boot après l'interruption :
`````` bash
``` bash
baudrate=115200
bootargs=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait
bootcmd=if mmc rescan; then echo SD/MMC found on device;if run loadbootenv; then echo Loaded environment from ${bootenv};run importbootenv;fi;if run loadzimage; then run loaddtb;run mmcboot;fi;fi;
@ -77,7 +77,7 @@ Voici ma configuration u-boot après l'interruption :
mmcdev=0
mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext4 rootwait
``````
```
La ligne bootcmd va être exécutée lorque l'on tape "boot".
@ -122,6 +122,5 @@ J'ai du mal à utiliser toute ma connexion avec la carte, parce que le trafic r
[taille réelle](http://blog.kleph.info/images/atmel_et_raspi.jpg)
<!---
#vim: bg=light
vim: spelllang=fr
--->