- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I a bit curious to ask around why we have multiple tools but they are actually doing the similar task? such as the SD card ulility and the dd command both also able to update the SD card partitions. any advantage of using only linux one?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
the tool for sd utility is for those you are actively in embedded commadn shell, so can speed up their time to upload the content with out share the image file to another linux computer...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
for those people who love to build preloader and uboot from linux directly without using the provided bsp-editor. they should just use the dd instead... convenient... and hassle free. I think you read some of the guide that demostrade using the preloader and uboot update with the sd card alt-boot utility
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i can see the sd card utility feature not able to flash kernel or file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- i can see the sd card utility feature not able to flash kernel or file system --- Quote End --- Hi, you don't need the sd card utility tool already if you are in linux operating system, especially for kernal adn fle system build, as the usage of the dd write command is more convenient already..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
what is the command with the dd that end with bs for? some page i saw is 64k some is 1M.... any value will do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- what is the command with the dd that end with bs for? some page i saw is 64k some is 1M.... any value will do? --- Quote End --- the BS is mean the block size, you may refer to the google for more usage information. as long as is in power of 2 will do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- You can refer to http://rocketboards.org/foswiki/view/documentation/gsrd150sdcard#4 --- Quote End --- thanks for the details !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For reminder, always use the SD image file provided as that had been partition nicely for direct usage. Latest one usually located in rocketboard as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Got it.. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- what is the command with the dd that end with bs for? some page i saw is 64k some is 1M.... any value will do? --- Quote End --- Hi, if you want to have a faster writing speed of course 1M would be better... but usually thing such as boot loader or preloader just with a size in term of hundred kilobyte... so.. using a 1M size a bit funny.. :D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
welcome.. and enjoy the software programming !

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page