Forum Discussion
12 Replies
- Altera_Forum
Honored Contributor
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...
- Altera_Forum
Honored Contributor
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
- Altera_Forum
Honored Contributor
i can see the sd card utility feature not able to flash kernel or file system
- Altera_Forum
Honored Contributor
--- 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.. - Altera_Forum
Honored Contributor
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?
- Altera_Forum
Honored Contributor
You can refer to http://rocketboards.org/foswiki/view/documentation/gsrd150sdcard#4
- Altera_Forum
Honored Contributor
--- 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. - Altera_Forum
Honored Contributor
--- Quote Start --- You can refer to http://rocketboards.org/foswiki/view/documentation/gsrd150sdcard#4 --- Quote End --- thanks for the details ! - Altera_Forum
Honored Contributor
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.
- Altera_Forum
Honored Contributor
Got it.. thanks