mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-04-23 23:07:16 +00:00
7 lines
255 B
Batchfile
7 lines
255 B
Batchfile
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait ro no_console_suspend panic=10 quiet loglevel=1 ipv6.disable=1
|
|
|
|
fatload mmc 0 0x46000000 Image
|
|
fatload mmc 0 0x48000000 sun50i-h5-nanopi-neo2.dtb
|
|
|
|
booti 0x46000000 - 0x48000000
|