Hi all
I've been working with beagleboard xM revB boards for a while at work but my company recently bought revC boards and I just can't figure out how to modify uEnv.txt to my needs. I want to change rootfstype to ext2, the mem argument for the DSP to work and some other things that worked with boot.scr. I also tried to load boot.scr from uEnv.txt with
bootenv=boot.scr
loaduimage=fatload mmc ${mmcdev} ${loadaddr} ${bootenv}
mmcboot=echo Running boot.scr script from mmc ...; source ${loadaddr}
but it didn't worked. I'm also using the MLO from the demo image that came with the board, but another uImage from Angstrom.next repo (2.6.39)
Is there any other way to make this uEnv.txt work like boot.scr or any documentation about the change and the new syntax?
Thanks, Adam
Strange, that's exactly what i've been doing with my ubuntu demo
images, and it's working fine for me..
Can you share your serial boot log from power up along with what you
have saved in boot.scr and i'll take a look at it..
Regards,
Thanks for the reply
serial log:
364 bytes read
Running boot.scr script from mmc ...
## Executing script at 80200000
reading boot.scr
[...] This appears at least a 50 times so I cannot catch what was before it and in the end:
364 bytes read
Running boot.scr script from mmc ...
## Executing script at 80200000
ERROR : memory not allocated
boot.scr (bootcmd for mkimage)
setenv mmcargs 'setenv bootargs console=ttyO2,115200n8 mem=99M@0x80000000 mem=384M@0x88000000 mpurate=1000 buddy=none vram=12M omapfb.mode=dvi:1024x768MR-16@60 omapdss.def_disp=dvi root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait ethaddr=00:11:22:33:44:55'
mmc init
run loaduimage
run mmcboot