Commit 5fe0cef33154af3b20aae029cd70379820bfd271

Authored by Eric Lee
1 parent 7b9a140fab

Add missing kernel parameter files.

Showing 2 changed files with 58 additions and 0 deletions Inline Diff

File was created 1 optargs="video=HDMI-A-1:1920x1080-32@60 consoleblank=0"
2 #optargs="video=HDMI-A-1:3840x2160-32@30 consoleblank=0"
3 #optargs="video=HDMI-A-1:3840x2160-32@60 consoleblank=0"
4 #console port SER3
5 console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200
6 #console port SER2
7 #console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200
8 #console port SER1
9 #console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200
10 #console port SER0
11 #console=ttymxc3,115200 earlycon=ec_imx6q,0x30A60000,115200
12 mmcdev=1
13 mmcpart=1
14 image=Image
15 loadaddr=0x40480000
16 fdt_addr=0x43000000
17 mmcroot=/dev/mmcblk1p2 rw
18 usbroot=/dev/sda2 rw
19 mmcrootfstype=ext4 rootwait fixrtc
20 netdev=eth0
21 ethact=FEC0
22 ipaddr=192.168.1.150
23 serverip=192.168.1.53
24 gatewayip=192.168.1.254
25 mmcargs=setenv bootargs cma=1280M console=${console} root=${mmcroot} rootfstype=${mmcrootfstype} ${optargs}
26 uenvcmd=run loadimage; run loadfdt; run mmcboot
27 # USB Boot
28 #usbargs=setenv bootargs console=${console} root=${usbroot} rootfstype=${mmcrootfstype} ${optargs}
29 #uenvcmd=run loadusbimage; run loadusbfdt; run usbboot
30
embedian/uEnv_emmc.txt
File was created 1 optargs="video=HDMI-A-1:1920x1080-32@60 consoleblank=0"
2 #optargs="video=HDMI-A-1:3840x2160-32@30 consoleblank=0"
3 #optargs="video=HDMI-A-1:3840x2160-32@60 consoleblank=0"
4 #console port SER3
5 console=ttymxc0,115200 earlycon=ec_imx6q,0x30860000,115200
6 #console port SER2
7 #console=ttymxc1,115200 earlycon=ec_imx6q,0x30890000,115200
8 #console port SER1
9 #console=ttymxc2,115200 earlycon=ec_imx6q,0x30880000,115200
10 #console port SER0
11 #console=ttymxc3,115200 earlycon=ec_imx6q,0x30A60000,115200
12 mmcdev=0
13 mmcpart=1
14 image=Image
15 loadaddr=0x40480000
16 fdt_addr=0x43000000
17 mmcroot=/dev/mmcblk0p2 rw
18 usbroot=/dev/sda2 rw
19 mmcrootfstype=ext4 rootwait fixrtc
20 netdev=eth0
21 ethact=FEC0
22 ipaddr=192.168.1.150
23 serverip=192.168.1.53
24 gatewayip=192.168.1.254
25 mmcargs=setenv bootargs cma=1280M console=${console} root=${mmcroot} rootfstype=${mmcrootfstype} ${optargs}
26 uenvcmd=run loadimage; run loadfdt; run mmcboot
27 # USB Boot
28 #usbargs=setenv bootargs console=${console} root=${usbroot} rootfstype=${mmcrootfstype} ${optargs}
29 #uenvcmd=run loadusbimage; run loadusbfdt; run usbboot
30