~cypheon/NetBSD

Porting NetBSD to rk3588-based Rock 5B
b7c1fdec — Johann Rudloff 6 days ago
rk3588_cru: Add more missing clocks
266cc59e — Johann Rudloff 6 days ago
dwcmshc: Implement DLL tuning, to enable clock rates up to 200 MHz
f13c726b — Johann Rudloff 6 days ago
sdhc cleanup: move rk_dwcmshc specific stuff into own file

refs

rk3588-rock5b
browse  log 

clone

read-only
https://git.sr.ht/~cypheon/NetBSD
read/write
git@git.sr.ht:~cypheon/NetBSD

You can also use your local clone with git send-email.

#NetBSD

NetBSD is a free, fast, secure, and highly portable Unix-like Open Source operating system. It is available for a wide range of platforms, from large-scale servers and powerful desktop systems to handheld and embedded devices.

#Building

You can cross-build NetBSD from most UNIX-like operating systems. To build for amd64 (x86_64), in the src directory:

./build.sh -U -u -j4 -m amd64 -O ~/obj release

Additional build information available in the BUILDING file.

#Binaries

#Testing

On a running NetBSD system:

cd /usr/tests; atf-run | atf-report

#Troubleshooting

#Latest sources

To fetch the main CVS repository:

cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P src

To work in the Git mirror, which is updated every few hours from CVS:

git clone https://github.com/NetBSD/src.git