Skip to content

Instantly share code, notes, and snippets.

@tlorens
Created December 30, 2014 05:08
Show Gist options
  • Save tlorens/97b520692c965d57622e to your computer and use it in GitHub Desktop.
Save tlorens/97b520692c965d57622e to your computer and use it in GitHub Desktop.
root@odroidu:/storage/sdcard0 # cat boot.ini
ODROID4412-UBOOT-CONFIG
setenv v_out "hdmi"
setenv fake_fb "true"
setenv fb_x_res "1280"
setenv fb_y_res "720"
setenv hdmi_phy_res "720"
setenv led_blink "1"
setenv bootcmd "movi read kernel 0 40008000;movi read rootfs 0 41000000 100000;bootm 40008000 41000000"
setenv bootargs "console=/dev/ttySAC1,115200n8 androidboot.console=ttySAC1 v_out=${v_out} fake_fb=${fake_fb} fb_x_res=${fb_x_r
es} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} led_blink=${led_blink}"
boot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment