void-packages/srcpkgs/bananapi-uboot/files/uEnv.txt
necrophcodr 03bff3867e bananapi-uboot: Move bananapi-base/files directory to bananapi-uboot.
bananapi-uboot: Add conf_files description.
bananapi-base: Move installation and compilation of boot files to
bananapi-uboot.
2015-01-19 14:48:54 +01:00

4 lines
378 B
Text
Executable file

bootargs=console=ttyS0,115200 console=tty0 sunxi_g2d_mem_reserve=0 sunxi_ve_mem_reserve=0 disp.screen0_output_mode=EDID:1280x720p50 hdmi.audio=EDID:0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait
aload_script=fatload mmc 0 0x43000000 script.bin;
aload_kernel=fatload mmc 0 0x48000000 uImage; bootm 0x48000000;
uenvcmd=run aload_script aload_kernel