mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-22 11:17:19 +00:00
Configure the Atmel eval boards to boot the same way. This gives
them the same layout as other embedded systems.
This commit is contained in:
parent
9b4d9c162a
commit
e581fd9e95
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292557
@ -103,8 +103,10 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
|
||||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=macb0
|
||||
|
||||
# alternatively, boot from a MMC/SD memory card
|
||||
# s1 is FAT on this platform.
|
||||
# s3 because s1 is reserved for the DOS parittions sometimes needed to
|
||||
# boot off SD cards on the G20 and newer chips. s2 is reserved for
|
||||
# nanobsd's config partition. s3 and s4 are for the ping-pong upgrade
|
||||
# path. 9260 doesn't boot off SD, but let's keep things sane.
|
||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\"
|
||||
|
||||
# Alternatively, boot from a USB card.
|
||||
|
@ -82,9 +82,11 @@ options DDB # Enable the kernel debugger
|
||||
#options BOOTP_NFSV3
|
||||
#options BOOTP_WIRED_TO=ate0
|
||||
|
||||
# s2 because s1 is reserved for the DOS parittions sometimes needed to
|
||||
# boot off SD cards on the G20 and newer chips.
|
||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s2a\"
|
||||
# s3 because s1 is reserved for the DOS parittions sometimes needed to
|
||||
# boot off SD cards on the G20 and newer chips. s2 is reserved for
|
||||
# nanobsd's config partition. s3 and s4 are for the ping-pong upgrade
|
||||
# path.
|
||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\"
|
||||
|
||||
# kernel/memory size reduction
|
||||
options MUTEX_NOINLINE
|
||||
|
Loading…
Reference in New Issue
Block a user