Re: [DNG] Identifying or rsetting a microsd card

2019-12-10 Thread marc
> Ah, but zero the whole disk and it will > > dd if=/dev/zero of=/dev/sdb bs=1M > > It'll use one write cycle on the media. I wonder if writing 0xff instead of 0x00 is kinder to flash media. In particular, if the controller is dumb/smart enough to only erase, not write... regards marc

[DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread s
>On Wed, 11 Dec 2019 03:47:56 +0100 >Arnt Karlsen wrote: >> On Tue, 10 Dec 2019 22:32:29 +, s@po wrote in message >> <20191210223229.13b34daeb0ce03b64f74d...@sapo.pt>: >> >> > Even tough that the Userspace is Armel, the Kernel is armhf.. > > ...which was raspberrypi.org's big messy goof,

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread Arnt Karlsen
On Tue, 10 Dec 2019 22:32:29 +, s@po wrote in message <20191210223229.13b34daeb0ce03b64f74d...@sapo.pt>: > Even tough that the Userspace is Armel, the Kernel is armhf.. ...which was raspberrypi.org's big messy goof, calling their debian armel architecture fork "armhf", rather than calling

[DNG] Fw: Re: raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread s
>>On Tue, 10 Dec 2019 22:56:06 +0100 >>Wojtek Sawaściuk via Dng wrote: >> >> LibreELEC:~ # cat /proc/cpuinfo | tail -13 >> processor : 3 >> model name : ARMv7 Processor rev 4 (v7l) >> BogoMIPS: 38.00 >> Features: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 >>

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread s
>On Tue, 10 Dec 2019 22:56:06 +0100 >Wojtek Sawaściuk via Dng wrote: > > LibreELEC:~ # cat /proc/cpuinfo | tail -13 > processor : 3 > model name : ARMv7 Processor rev 4 (v7l) > BogoMIPS: 38.00 > Features: half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 > idiva idivt

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread Wojtek Sawaściuk via Dng
On 10.12.2019 14:16, g4sra via Dng wrote: > On 09/12/2019 21:55, Wojtek Sawaściuk via Dng wrote: >> Hello fellow Devuaners ! >> Any particular reason why on raspberry PI build, in /proc/cpuinfo there >> are missing information about "model name" , bigger half of "Features" >> line, "Hardware" ,

Re: [DNG] Identifying or rsetting a microsd card

2019-12-10 Thread Simon Hobson
>>> Hm, dd if=/dev/zero of=/dev/sdb bs=1M count=1 >> >> Yes, that will clear it out. But what file system is customarily on >a new >> 16G microsd card? And does that fs really need everything cleared >out? > >No, that will not wipe the GPT or it's backup. Ah, but zero the whole disk and it

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread s
hello, That lines( "Hardware" , "Revision" and "Serial" ) are not usual in cpuinfo.. But they come in RaspberryPi.. >On 09.12.2019 22:55, Wojtek Sawaściuk wrote: >> Hello fellow Devuaners ! >> Any particular reason why on raspberry PI build, in /proc/cpuinfo there >> are missing information about

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread Wojtek Sawaściuk via Dng
On 09.12.2019 22:55, Wojtek Sawaściuk wrote: > Hello fellow Devuaners ! > Any particular reason why on raspberry PI build, in /proc/cpuinfo there > are missing information about "model name" , bigger half of "Features" > line, "Hardware" , "Revision" and "Serial". > It breaks compliance and create

Re: [DNG] Identifying or resetting a microsd card

2019-12-10 Thread Hendrik Boom
On Tue, Dec 10, 2019 at 05:01:24AM +0100, k...@aspodata.se wrote: > Hendrik: > ... > > Device Start End Sectors Size Type > > /dev/sdb1 20483481532768 16M unknown > > /dev/sdb2 34816 31116254 31081439 14.8G unknown > > # file -s /dev/sdb1 > # file -s /dev/sdb2 Thanks. I

Re: [DNG] raspberry pi build - missing lines in /proc/cpuinfo

2019-12-10 Thread g4sra via Dng
On 09/12/2019 21:55, Wojtek Sawaściuk via Dng wrote: > Hello fellow Devuaners ! > Any particular reason why on raspberry PI build, in /proc/cpuinfo there > are missing information about "model name" , bigger half of "Features" > line, "Hardware" , "Revision" and "Serial". > It breaks compliance