1
0

- suppressed raspberry pi fondation hardware ( only Mageia packages )

- added fsck.repair=1 in config.txt
This commit is contained in:
Daniel Tartavel
2018-10-12 08:49:54 +02:00
parent ff35f306cb
commit 10ce931950
3 changed files with 15 additions and 23 deletions

View File

@ -1069,7 +1069,7 @@ arm_freq=900
##
## Default off.
##
#dtparam=audio=off
dtparam=audio=on
## i2c_arm
## Enable the ARM's i2c interface

View File

@ -1,11 +0,0 @@
# swarren's branch already sets this automatically, so you can skip this
# Mainline U-Boot will set the following automatically soon
setenv fdtfile bcm2835-rpi-b.dtb
mmc dev 0
fatload mmc 0:1 ${kernel_addr_r} zImage
# IMPORTANT NOTE: On mainline u-boot, the correct variable to use here is ${fdt_addr} and NOT ${fdt_addr_r}
fatload mmc 0:1 ${fdt_addr_r} ${fdtfile}
setenv bootargs earlyprintk console=tty0 console=ttyAMA0 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait noinitrd
# IMPORTANT NOTE: On mainline u-boot, the correct variable to use here is ${fdt_addr} and NOT ${fdt_addr_r}
bootz ${kernel_addr_r} - ${fdt_addr_r}