Make a driver and a set of SerialICE Kernel ROMS
for your Target board using the following commands. Note that if you
unpacked two copies of the source, you must make the driver in
the directory that was configured to match your SerialICE Controller, and the
kernel in the directory that was configured to match your
Target.
cd bsps
make driver kernel
Where driver and kernel are taken from the following
table.
| Target Board | driver | kernel |
| BDMR4001 (Big endian) | d4001 | k4001-be |
| BDMR4003 (Big endian) | d4003 | k4001-be |
| BDMR4101 (Big endian) | d4101 | k4001-be |
| BDMR4001 (Little endian) | d4001 | k4001-le |
| BDMR4003 (Little endian) | d4003 | k4001-le |
| 4010 Nitro (R3000 Mode) | d4010 | k4010-3k |
| 4010 Nitro (R4000 Mode) | d4010 | k4010-4k |
| SDP1000 | d64008 | ksdp1000 |