Re: Resize a disk image from 32G to 4G or copy u-boot?

2020-03-26 Thread Nate Bargmann
* On 2020 26 Mar 18:26 -0500, Nate Bargmann wrote: > This is now resolved thanks to the help of user Klaus on the Olimex > forum. The trick was to use dtrfstune to change the p2 UUID of the > 4G micro-SD to match that of the p@ UUID of the 32 GB card. s/dtrfstune/btrfstune/ s/p@/p2/ Sigh... -

Re: Resize a disk image from 32G to 4G or copy u-boot?

2020-03-26 Thread Alan Corey
If you say so, it wasn't aparent that was what the problem was. Lots of things can manipulate UUIDs. apropos uuid on this Pi says: dbus-uuidgen (1) - Utility to generate UUIDs FcDirCacheCreateUUID (3) - Create .uuid file at a directory FcDirCacheDeleteUUID (3) - Delete .uuid file findfs (8)

Re: Resize a disk image from 32G to 4G or copy u-boot?

2020-03-26 Thread Nate Bargmann
This is now resolved thanks to the help of user Klaus on the Olimex forum. The trick was to use dtrfstune to change the p2 UUID of the 4G micro-SD to match that of the p@ UUID of the 32 GB card. All is working well now. I now have the 32 GB card available to work with the Raspberry Pi 4B that

Re: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Lennart Sorensen
On Thu, Mar 26, 2020 at 03:28:36PM +0100, Helmut Grohne wrote: > One part of the question here is "why do we need libatomic-ops?". The > answer to that is, because libgc uses it and libgc is used by e.g. gcc, > gnutls, guile, and make. Possibly, some of these could be built without > libgc, but

Re: Debain on a Buffalo TeraStation Live (HS-DHTGL/R5)

2020-03-26 Thread Arnd Bergmann
> On Thu, Mar 26, 2020 at 1:15 PM Gilles Risch wrote: > > Hello, > > During these days of isolation I reanimated my old TeraStation Live > (HS-DHTGL/R5), equipped it with some new disks and installed the latest > official firmware (2.14). This firmware is based on a quiet old Linux > kernel: >

Re: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Helmut Grohne
Hi Alexey, On Thu, Mar 26, 2020 at 12:53:45PM +, Alexey Brodkin wrote: > Sorry for this stupid question but I'm not very familiar with use-cases for > libatomic-ops so would like to get some more clarification on what's needed > here. > > I know that GCC has quite a few built-ins for atomic

RE: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Alexey Brodkin
Hi Helmut, > > 2. libgpg-error has ARC support since v1.33, see: > > > > https://urldefense.proofpoint.com/v2/url?u=http-3A__git.gnupg.org_cgi-2Dbin_gitweb.cgi-3Fp- > 3Dlibgpg-2Derror.git-3Ba-3Dcommit-3Bh- >

Re: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Helmut Grohne
Hi Alexey, On Thu, Mar 26, 2020 at 11:51:44AM +, Alexey Brodkin wrote: > I guess almost all of the packages you mentioned already have > needed improvements for ARC. I didn't mean to imply that anything was missing. I just mentioned those that usually need work without having checked any. >

Debain on a Buffalo TeraStation Live (HS-DHTGL/R5)

2020-03-26 Thread Gilles Risch
Hello, During these days of isolation I reanimated my old TeraStation Live (HS-DHTGL/R5), equipped it with some new disks and installed the latest official firmware (2.14). This firmware is based on a quiet old Linux kernel: #uname -a Linux TS-LIVE 2.6.16.16-arm1 #9 Fri Aug 31 13:42:57 JST

RE: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Alexey Brodkin
Hi Helmut, > On Wed, Mar 25, 2020 at 05:25:58PM -0700, Vineet Gupta wrote: > > ARC glibc is still in works, but assuming that will happen in near future > > what > > other upstream prerequisites are needed. The obvious ones would be Linux > > kernel, > > gcc, binutils: all 3 of which are

Re: ARC rebootstrap prereq (was Re: switching ARC to 64-bit time_t )

2020-03-26 Thread Helmut Grohne
Hi Vineet, On Wed, Mar 25, 2020 at 05:25:58PM -0700, Vineet Gupta wrote: > ARC glibc is still in works, but assuming that will happen in near future what > other upstream prerequisites are needed. The obvious ones would be Linux > kernel, > gcc, binutils: all 3 of which are supported for ARC.