From 46adb3c203515f2879f5230b93e7e0c275c70b5c Mon Sep 17 00:00:00 2001 From: R Veera Kumar Date: Wed, 10 Mar 2021 15:22:08 +0530 Subject: [PATCH] Corrections --- HDL_workflow/nextpnr.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HDL_workflow/nextpnr.mdwn b/HDL_workflow/nextpnr.mdwn index 90d02c243..26255aa1e 100644 --- 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 -- 2.30.2