7 lines
137 B
Bash
7 lines
137 B
Bash
#!/bin/sh
|
|
|
|
memcpy -d /tmp/rpi.dtb 0x02008000 0 0x8000
|
|
oftree -f -l /tmp/rpi.dtb
|
|
of_overlay /env/data/barebox-state-rpi.dtbo
|
|
fix_bootargs
|