22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
#
|
|
# UBW32 board
|
|
# ===========
|
|
#
|
|
# Console on UART2
|
|
|
|
core pic32mx7
|
|
linker bootloader-ubw32
|
|
mapping generic
|
|
|
|
device kernel invled=E2
|
|
|
|
device console invled=E3 device=tty1
|
|
device uart2
|
|
|
|
device rdisk invled=E1 invswap=E0
|
|
device sd0 port=1 cs=A9
|
|
device sd1 port=1 cs=A10
|
|
|
|
device gpio
|
|
device bootloader button=E7 user=0x1d005000 led=E3 invled2=E2 set=E0 set2=E1
|