File tree 2 files changed +7
-11
lines changed
licheerv/resources/boot-scripts
nezha/resources/boot-scripts
2 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,17 @@ echo "SkiffOS U-Boot for Allwinner LicheeRV loaded from ${devtype} ${devnum}"
4
4
setenv verify 0
5
5
setenv bootlogo "false"
6
6
7
- setenv condev "earlycon=sbi console=ttyS0,115200n8 loglevel=8"
7
+ # earlyprintk=sunxi-uart,0x02500000
8
+ setenv condev "earlycon=sbi console=ttyS0,115200n8 loglevel=7"
8
9
9
10
# use /init script to deferred mount /
10
11
setenv bootmem "root=/dev/mmcblk0p1 rootwait rw init=/boot/skiff-init/skiff-init-squashfs"
11
12
12
13
# base kernel config options
13
14
setenv baseconfig "fsck.repair=yes net.ifnames=0 cma=96M"
14
15
15
- # setenv videoconfig "video=HDMI-A-1:D fbcon=map:0"
16
-
17
16
# final boot args
18
- setenv bootargs "${bootmem} ${condev} ${baseconfig} ${videoconfig} "
17
+ setenv bootargs "${bootmem} ${condev} ${baseconfig}"
19
18
20
19
# Load kernel and dtb
21
20
echo "Loading Image..."
@@ -24,10 +23,6 @@ ext4load ${devtype} ${devnum}:1 ${kernel_addr_r} /boot/Image
24
23
# echo "Loading sun20i-d1-lichee-rv-dock.dtb..."
25
24
# ext4load ${devtype} ${devnum}:1 ${fdt_addr_r} /boot/sun20i-d1-lichee-rv-dock.dtb
26
25
27
- # fdt adjustments
28
- # fdt addr ${fdt_addr_r}
29
- # fdt resize
30
-
31
26
# Boot the board
32
27
# booti ${kernel_addr_r} - ${fdt_addr_r}
33
28
booti ${kernel_addr_r} - ${fdtcontroladdr}
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ echo "SkiffOS U-Boot for Allwinner Nezha loaded from ${devtype} ${devnum}"
4
4
setenv verify 0
5
5
setenv bootlogo "false"
6
6
7
- setenv condev "earlyprintk=sunxi-uart,0x02500000 earlycon=sbi console=ttyS0,115200 loglevel=8"
7
+ # earlyprintk=sunxi-uart,0x02500000
8
+ setenv condev "earlycon=sbi console=ttyS0,115200n8 loglevel=7"
8
9
9
10
# use /init script to deferred mount /
10
11
setenv bootmem "root=/dev/mmcblk0p1 rootwait rw init=/boot/skiff-init/skiff-init-squashfs"
@@ -21,7 +22,7 @@ ext4load ${devtype} ${devnum}:1 ${kernel_addr_r} /boot/Image
21
22
22
23
# echo "Loading sun20i-d1-nezha.dtb..."
23
24
# ext4load ${devtype} ${devnum}:1 ${fdt_addr_r} /boot/sun20i-d1-nezha.dtb
24
- # booti ${kernel_addr_r} - ${fdt_addr_r}
25
25
26
- # Boot the board, re-using the u-boot fdt
26
+ # Boot the board
27
+ # booti ${kernel_addr_r} - ${fdt_addr_r}
27
28
booti ${kernel_addr_r} - ${fdtcontroladdr}
You can’t perform that action at this time.
0 commit comments