projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
345e90b
)
Corrections
author
R Veera Kumar
<vklr@vkten.in>
Wed, 10 Mar 2021 09:52:08 +0000
(15:22 +0530)
committer
R Veera Kumar
<vklr@vkten.in>
Wed, 10 Mar 2021 09:52:08 +0000
(15:22 +0530)
HDL_workflow/nextpnr.mdwn
patch
|
blob
|
history
diff --git
a/HDL_workflow/nextpnr.mdwn
b/HDL_workflow/nextpnr.mdwn
index 90d02c24373f114902cabe153ec99e249974f9b3..26255aa1e445627788aee88759a14b54bc753b26 100644
(file)
--- a/
HDL_workflow/nextpnr.mdwn
+++ b/
HDL_workflow/nextpnr.mdwn
@@
-3,12
+3,15
@@
## Setting up new debootstrap and chroot into it
export MY_CHROOT=/stable-chroot
+
mkdir $MY_CHROOT
debootstrap stable $MY_CHROOT http://deb.debian.org/debian/
mount -t proc proc $MY_CHROOT/proc
+
mount -t sysfs sysfs $MY_CHROOT/sys
+
mount -t devpts devpts $MY_CHROOT/dev/pts/
chroot $MY_CHROOT /bin/bash