Skip to content

Instantly share code, notes, and snippets.

@Haruroid
Created November 1, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Haruroid/570e41df0eb59416cd5faeaec2b7b238 to your computer and use it in GitHub Desktop.
Save Haruroid/570e41df0eb59416cd5faeaec2b7b238 to your computer and use it in GitHub Desktop.
mmc read 0xb000000 0x28004 0x2908;
mmc read 0x9800000 0x2a808 0x100;
fatload mmc 1 0xb000000 uImage
fatload mmc 1 0x9800000 pxa1928ma03.dtb
fdt addr 0x9800000;
env set bootargs root=PARTUUID="01dce0df-02" rw rootfstype=ext4 init=/sbin/init androidboot.console=ttyS0 console=ttyS0,115200 panic_debug uart_dma crashkernel=4k@0x8140000 user_debug=31 earlyprintk=uart8250-32bit,0xd4018000 mem=2032M cgroup_disable=memory cma=51M ioncarv=144M@0x09000000 RDCA=08140400 cpu_max=1508000 ddr_max=528000 gc3d_max=797000 gc2d_max=416000
bootm 0xb000000 - 0x9800000
mkimage -n 'Kernel Image' -A arm64 -O linux -C none -T kernel -a 0x01080000 -e 01080000 -d arch/arm64/boot/Image uImage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment