- suppressed raspberry pi fondation hardware ( only Mageia packages )
- added fsck.repair=1 in config.txt
This commit is contained in:
@ -1069,7 +1069,7 @@ arm_freq=900
|
||||
##
|
||||
## Default off.
|
||||
##
|
||||
#dtparam=audio=off
|
||||
dtparam=audio=on
|
||||
|
||||
## i2c_arm
|
||||
## Enable the ARM's i2c interface
|
||||
|
@ -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}
|
Reference in New Issue
Block a user