phoenix-rtos / phoenix-rtos-hostutils

Phoenix-RTOS supporting daemon
BSD 3-Clause "New" or "Revised" License
1 stars 5 forks source link

imx6ull: boot from qspi nor flash #42

Closed badochov closed 1 year ago

badochov commented 1 year ago

JIRA: RTOS-398

Description

Adjust to booting from nor flash

Motivation and Context

imx6ull lacks support for starting from flash. Adding this support moves plo ivt to 0x1000.

Types of changes

How Has This Been Tested?

Checklist:

Special treatment

nalajcie commented 1 year ago

I think sdp scripts for booting from NAND should not be removed in this PR (they are perfectly usable in DTR project)

badochov commented 1 year ago

I think sdp scripts for booting from NAND should not be removed in this PR (they are perfectly usable in DTR project)

I thought they are redundant as DTR already has them copied in separate folder, but I'll restore them as you like it

nalajcie commented 1 year ago

I think sdp scripts for booting from NAND should not be removed in this PR (they are perfectly usable in DTR project)

I thought they are redundant as DTR already has them copied in separate folder, but I'll restore them as you like it

agkaminski commented 1 year ago

@badochov Yeah, lets keep 'em