Zum Inhalt springen

Hack-A-N900/Wall Of Bricks: Unterschied zwischen den Versionen

Amir (Diskussion | Beiträge)
KKeine Bearbeitungszusammenfassung
Amir (Diskussion | Beiträge)
Zeile 33: Zeile 33:
# /dev/mmcblk0p4 is an extended partition
# /dev/mmcblk0p4 is an extended partition
dd if=image.dd of=/dev/mmcblk0p4
dd if=image.dd of=/dev/mmcblk0p4
</pre>
Result:
corrupt partition table
== Tried to load and execute a custom build kernel during runtime (forced - without shutdown ;)) ==
How:
<pre>
kexec -f /boot/zImage --command-line="init=/sbin/preinit ubi.mtd=rootfs root=ubi0:rootfs rootfstype=ubifs \
rootflags=bulk_read,no_chk_data_crc rw console=ttyMTD,log console=tty0 snd-soc-rx51.hp_lim=42 snd-soc-tlv320aic3x.hp_dac_lim=6"
</pre>
</pre>