fix double markup for code blocks
This commit is contained in:
parent
faa6780507
commit
1354650fc6
1 changed files with 11 additions and 12 deletions
|
@ -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
|
Les paramètres peuvent être aussi être donnés dans un fichier de configuration : uEnv.txt
|
||||||
Voici le mien :
|
Voici le mien :
|
||||||
`````` bash
|
``` bash
|
||||||
dtb_file=sama5d35ek.dtb
|
dtb_file=sama5d35ek.dtb
|
||||||
|
|
||||||
console=ttyS0,115200
|
|
||||||
optargs=console=tty0
|
|
||||||
|
|
||||||
mmcroot=/dev/mmcblk0p2 ro
|
|
||||||
mmcrootfstype=ext2 rootwait fixrtc
|
|
||||||
``````
|
|
||||||
|
|
||||||
|
console=ttyS0,115200
|
||||||
|
optargs=console=tty0
|
||||||
|
|
||||||
|
mmcroot=/dev/mmcblk0p2 ro
|
||||||
|
mmcrootfstype=ext2 rootwait fixrtc
|
||||||
|
```
|
||||||
|
## test ?
|
||||||
|
|
||||||
Voici ma configuration u-boot après l'interruption :
|
Voici ma configuration u-boot après l'interruption :
|
||||||
`````` bash
|
``` bash
|
||||||
baudrate=115200
|
baudrate=115200
|
||||||
bootargs=console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rw rootfstype=ext2 rootwait
|
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;
|
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
|
mmcdev=0
|
||||||
mmcroot=/dev/mmcblk0p2 ro
|
mmcroot=/dev/mmcblk0p2 ro
|
||||||
mmcrootfstype=ext4 rootwait
|
mmcrootfstype=ext4 rootwait
|
||||||
``````
|
```
|
||||||
|
|
||||||
|
|
||||||
La ligne bootcmd va être exécutée lorque l'on tape "boot".
|
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)
|
[taille réelle](http://blog.kleph.info/images/atmel_et_raspi.jpg)
|
||||||
|
|
||||||
<!---
|
<!---
|
||||||
#vim: bg=light
|
|
||||||
vim: spelllang=fr
|
vim: spelllang=fr
|
||||||
--->
|
--->
|
||||||
|
|
Loading…
Reference in a new issue