Skip to content

Commit c399b2e

Browse files
authored
Update README.md
1 parent 5ab57a6 commit c399b2e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
-ganti partisi bootloader di sdcard
44

5-
-aml_autoscript
5+
-aml_autoscript
6+
67
if printenv bootfromsd; then exit; fi;
78
if fatload mmc 0 0x1000000 u-boot.ext; then go 0x1000000; fi;
89

910
-boot.ini
11+
1012
if test "${devtype}" = ""; then setenv devtype "/dtb/amlogic/meson-gxl-s905x-p212.dtb"; fi
1113
if fatload ${devtype} ${devnum} 0x1000000 u-boot.ext; then go 0x1000000; fi;
1214

1315
-extlinux.conf
16+
1417
LABEL Armbian
1518
LINUX /"sesuaikan dengan firmware"
1619
INITRD /uInitrd

0 commit comments

Comments
 (0)