mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 02:37:22 +08:00
2 lines
110 B
Bash
2 lines
110 B
Bash
|
#!/bin/sh
|
||
|
mkimage -A riscv -O linux -T kernel -C none -a 0x45000000 -e 0x45000000 -d rtthread.bin rtthread.img
|