diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-02-05 19:13:08 +0100 |
commit | b854e8abb7e1ff0b43c9f99e9b641895e4d6c148 (patch) | |
tree | ab8061666835221d155cfb259559752353c8a2e9 /uboot.txt | |
parent | 2a218ea1205c8dd547b742931290058def5de85f (diff) |
WIP busybox
Diffstat (limited to 'uboot.txt')
-rw-r--r-- | uboot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ bootdelay=0 # kernel arguments -bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 rootwait +bootargs=console=ttyS0,115200n8 root=/dev/mmcblk0p2 rw rootfstype=ext4 init=/sbin/init rootwait # boot command (three commands separated by semicolons): # 1. load zImage format kernel at address 0x80008000 |