Difference: MicroSdBlocks (79 vs. 80)

Revision 802021-05-16 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 51 to 51
  You can use the local CLI commands like mkfs, mkdir and cp to populate the serial flash with files and directories. But this is tedious job because there is no recursive copy. It is easier to use a real GNU/Linux for this.
Changed:
<
<
Create a 2 MiB FAT filesystem as a loop device on Linux (or use the already prepared fd-2MiB.img):
>
>
Create a 2 MiB FAT filesystem as a loop device on Linux (or use the already prepared fd-2MiB.img):
 
$ dd if=/dev/zero of=fd-2MiB.img bs=512 count=4096
# losetup /dev/loop1 fd-2MiB.img

Line: 69 to 69
  Copy the filesystem to the flash disk on the target Mecrisp-Cube F405 system:

Changed:
<
<
dd 1:/fd-2MiB.img 0:
>
>
dd 1:/boot/fd-2MiB.img 0:
 

serial-flash.jpg
Serial Flash on Board
W25Q16.png
SPI Interface
Line: 611 to 611
  dd ( "line<EOL>" -- ) Convert and copy files (Disk Destroyer smile
Added:
>
>
  • coredump [-a] FILE
       -a dump everything (768 KiB)
    coredump ( "line<EOL>" -- )  dump the flash contents (flash dictionary) to a file
    
 

  • less
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback