acassis commented on issue #9876:
URL: https://github.com/apache/nuttx/issues/9876#issuecomment-1646977601

   Hi @tcpaiva nice to hear from you!
   
   Before running "./tools/configure.sh \"myboard\":nsh" you need to manually 
modify boards/arm/"mychip"/"myboard"/configs/nsh/defconfig to replace any 
references from IMX6, SABRE-6QUAD, etc to your board. Pay special attention in 
this process because any "CONFIG_" name incorrect will generate strange errors 
later. Also the board directory name needs to be correct.
   
   You just need to do it once, after that every time you modify the menuconfig 
and run "make savedefconfig" it will create a sane defconfig to be used for new 
config. You don't need (read: shouldn't) to modify manually later.
   
   This is a chicken-egg dilemma, to create a correct defconfig you need an 
initial defconfig configured for your board. AFAIK there is not a tool to 
create the initial "egg" for you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to