You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/brcm63xx/image/redbootscript.template

16 lines
299 B
Plaintext

fis init -f
fconfig boot_script true
fconfig boot_script_data
fis load -b %loadaddr -d kernel
exec -c "noinitrd" %loadaddr
fconfig boot_script_timeout 20
fis create -o 0x1000 -f 0xBE430000 -l %kernellen kernel
fis create -o %offset2 -s %rootfsdatalen -f %rootfsaddr -l %rootfslen rootfs
reset