Merge branch 'dev'

This commit is contained in:
kleph 2013-07-30 01:58:45 +02:00
commit 7f2bae4363

View file

@ -44,7 +44,7 @@ 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 console=ttyS0,115200
@ -52,11 +52,11 @@ Voici le mien :
mmcroot=/dev/mmcblk0p2 ro mmcroot=/dev/mmcblk0p2 ro
mmcrootfstype=ext2 rootwait fixrtc 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".
@ -137,6 +137,5 @@ Sys (%) | |
<!--- <!---
#vim: bg=light
vim: spelllang=fr vim: spelllang=fr
---> --->