Hi all,
I need to change the default block size of FAT to, say 1024. By default,
the block size of FAT(on a ramdisk) is 512 as stated here:
https://devel.rtems.org/wiki/TBR/UserManual/Using_the_RTEMS_DOS_File_System#RAMDisk
and that's what 'blkstats /dev/rda' showed.
I couldn't find any relevant p
On Jul 24, 2018 7:45 PM, "Gedare Bloom" wrote:
On Tue, Jul 24, 2018 at 10:12 AM, Gedare Bloom wrote:
> On Tue, Jul 24, 2018 at 4:48 AM, Udit agarwal
wrote:
>> Hi all,
>> I've been trying to use IMFS with a ramdisk on BBB. Here's what i did:
>>
>
Hi all,
I've been trying to use IMFS with a ramdisk on BBB. Here's what i did:
After creating a ram disk (block size:512, block count:262144), i used
mount_and_make_target_path("/dev/rda","/mnt",RTEMS_FILESYSTEM_TYPE_IMFS,RTEMS_FILESYSTEM_READ_WRITE,NULL)
There is no error during bootup, but when
Hi all,
I am Udit Agarwal and this summer, i'll be working on SDIO driver and
different I/O benchmarks with an aim to port FreeBSD's MMC-CAM implemented
SDIO stack to RTEMS. Along with this, a large part of my project revolves
around selecting, importing a suitable IO benchmar
rom their maintainers). Till then i'll study more about it's
implementation.
Thank you mentors for your continuous help.
Regards,
Udit agarwal
On Wed, Feb 28, 2018 at 10:22 AM, Chris Johns wrote:
> On 28/02/2018 15:37, Christian Mauderer wrote:
> > Yes, seems that I misund
using FreeBSD for generating support for
my wifi card?
Moreover, regarding libbsd documentation, i am keeping note of every step,
and will soon update the document(libbsd.txt).
Thanks,
Udit Agarwal
On Sun, Feb 25, 2018 at 11:15 PM, Russell Haley
wrote:
> Sorry for the top post.
>
> Dts
we can debug RTEMS scripts?
Thanks,
Udit Agarwal
On Fri, Feb 23, 2018 at 11:25 PM, Christian Mauderer
wrote:
> Am 23.02.2018 um 05:17 schrieb Udit agarwal:
> > Hi,
> > Thanks for your help mentors,
> > Since last time, I have managed to modify and execute hello world
> &g
Hi,
I am Udit Agarwal(irc handle: madaari), pursuing my undergraduate degree in
Electronics Engineering from Netaji subash Institute of Technology, India.
I had some experience of TI-RTOS on MSP432(Cortex M) microcontroller, with
a pretty good grasp on Beagle Bone Black and other hardware stuff