Merge branch 'dev'

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

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
``` bash
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 :
`````` 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".
@ -137,6 +137,5 @@ Sys (%) | |
<!---
#vim: bg=light
vim: spelllang=fr
--->