Update pi scripts

This commit is contained in:
2016-11-26 22:05:31 +01:00
committed by jbnadal
parent 1969b9b4e4
commit 88ac35c1c9
5 changed files with 12 additions and 7 deletions

Binary file not shown.

View File

@@ -7,12 +7,6 @@
mmc {
status = "okay";
};
audio {
status = "okay";
};
i2s {
status = "okay";
};
i2c {
status = "okay";
};

View File

@@ -1,7 +1,7 @@
usb start
mmc dev 0
fatload mmc 0:1 ${kernel_addr_r} zImage
fatload mmc 0:1 ${fdt_addr_r} pi_QuartetIII.dtb
fatload mmc 0:1 ${fdt_addr_r} pi_Domo.dtb
dhcp ${ramdisk_addr_r} rootfs.cpio.uboot
setenv mmc_freq 'sdhci-bcm2708.emmc_clock_freq=250000000 sdhci-bcm2708.enable_llm=0'
setenv usb_args 'dwc_otg.lpm_enable=0 dwc_otg.speed=1 dwc_otg.fiq_fix_enable=1'