From axel.hynsjo at gmail.com Wed Jun 7 11:25:23 2017 From: axel.hynsjo at gmail.com (=?UTF-8?B?QXhlbCBIeW5zasO2?=) Date: Wed, 7 Jun 2017 11:25:23 +0200 Subject: make options Message-ID: Hi. Do it exist any way to repack intermediate/fs to a sdcard.img for upgrades without recompiling stuff? i think it would be useful to be able to make smaller changes in config files and similar and just repack it and test it. Best regards Axel Hynsj? _______________________________________________________________ The information in this e-mail is confidential and privileged. It is intended solely for the addressee. Access by any other person to this e-mail is not authorised. If you are not the intended recipient, please delete this e-mail. Any disclosure of this e-mail or of the parties to it, any copying, distribution or any action taken or omitted to be taken in reliance on it is prohibited. From rln-nard at arbetsmyra.dyndns.org Wed Jun 7 14:34:38 2017 From: rln-nard at arbetsmyra.dyndns.org (Ronny Nilsson) Date: Wed, 7 Jun 2017 14:34:38 +0200 Subject: make options In-Reply-To: References: Message-ID: <201706071434.38403.rln-nard@arbetsmyra.dyndns.org> Hi I guess you want to test small changes in the board on your desktop? Then there are several options for transferring minor sets of files. Built into Nard is a utility for local file copy. Upload a file with SCP (SSH) like this: $ make upload 192.168.x.y my.conf /etc Get additional info with: $ make help Another method is to export a directory from your PC with NFS and mount that in the target. Then you can have a config file open in a PC editor at all times while still the target receives any changes immediately. Here are the commands to run in the target: $ mkdir -p /mnt/xxx $ mount -t nfs :/export/xxx /mnt/xxx -o soft,fg,intr,nolock /Ronny ------------------------------------------ > Hi. > > Do it exist any way to repack intermediate/fs to a sdcard.img for upgrades > without recompiling stuff? > > i think it would be useful to be able to make smaller changes in config > files and similar and just repack it and test it. > > > Best regards > Axel Hynsj?