mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 11:46:30 +00:00
odroidc2: fwupdater hack (will need proper fix!)
This commit is contained in:
parent
119329ffb1
commit
7fd3fdc833
@ -95,8 +95,8 @@ setenv bootargs "console=ttyS0,115200n8 root=/dev/mmcblk0p2 rootwait ro no_conso
|
||||
|
||||
fatload mmc 0:1 0x11000000 Image
|
||||
fatload mmc 0:1 0x13000000 uInitrd
|
||||
fatload mmc 0:1 0x1000000 meson64_odroidc2.dtb
|
||||
fdt addr 0x1000000
|
||||
fatload mmc 0:1 0x10000000 meson64_odroidc2.dtb
|
||||
fdt addr 0x10000000
|
||||
|
||||
if test "${mesontimer}" = "0"; then fdt rm /meson_timer; fdt rm /cpus/cpu@0/timer; fdt rm /cpus/cpu@1/timer; fdt rm /cpus/cpu@2/timer; fdt rm /cpus/cpu@3/timer; fi
|
||||
if test "${mesontimer}" = "1"; then fdt rm /timer; fi
|
||||
@ -106,4 +106,4 @@ if test "${nographics}" = "1"; then fdt rm /meson-fb; fdt rm /amhdmitx; fdt rm /
|
||||
if test "${nographics}" = "1"; then fdt rm /meson-vout; fdt rm /mesonstream; fdt rm /meson-fb; fi
|
||||
if test "${nographics}" = "1"; then fdt rm /deinterlace; fdt rm /codec_mm; fi
|
||||
|
||||
booti 0x11000000 - 0x1000000
|
||||
booti 0x11000000 - 0x10000000
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user