How to set up boot.scr?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set up boot.scr?

1,603 Views
totalit
Contributor III

According the issue I described there https://community.nxp.com/t5/i-MX-Processors/Board-won-t-boot-from-SD-card/m-p/1344485/highlight/fal...
I built boot.scr with a startup sequence, so it's needed to be placed along with my image, despite NAND type. So how is it supposed to be done?

Usually I burn my .sdcard image via "sudo dd if=core-image-base-mys6ull14x14.rootfs.sdcard of=/dev/sdb1 bs=4M". Any way to include boot.scr into .sdcard?

Labels (3)
0 Kudos
4 Replies

1,593 Views
igorpadykov
NXP Employee
NXP Employee

Hi

 

what bsp used in the case.

 

Best regards
igor

0 Kudos

1,582 Views
totalit
Contributor III

4.1.15-2.0.1

And here's other configs.

Build Configuration:
BB_VERSION = "1.30.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "Ubuntu-16.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "mys6ull14x14"
DISTRO = "myir-imx-fb"
DISTRO_VERSION = "4.1.15-2.0.1"
TUNE_FEATURES = "arm armv7ve vfp thumb neon callconvention-hard cortexa7"
TARGET_FPU = "hard"

0 Kudos

1,577 Views
igorpadykov
NXP Employee
NXP Employee
0 Kudos

1,575 Views
totalit
Contributor III

I've already compile a boot.scr file, now I need to put it on boot SD card. What's the proper way to perform it?

0 Kudos