From 1354650fc6a5933fd154b4a76c9ff3012555f55e Mon Sep 17 00:00:00 2001 From: kleph Date: Sat, 27 Jul 2013 17:05:09 +0200 Subject: [PATCH] fix double markup for code blocks --- content/jouet_fr.mdown | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/content/jouet_fr.mdown b/content/jouet_fr.mdown index fb4d645..1911749 100644 --- a/content/jouet_fr.mdown +++ b/content/jouet_fr.mdown @@ -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)