lupyuen commented on PR #15188:
URL: https://github.com/apache/nuttx/pull/15188#issuecomment-2547281097

   @linguini1 I built your branch in Docker, `config.txt` contains this:
   
https://gist.github.com/lupyuen/c5d8d1d92cd8fd09641dbd5ac62c0c8d#file-gistfile1-txt-L196-L202
   ```bash
   $ cat nuttx/config.txt
   kernel=nuttx.bin
   arm_64bit=1
   core_freq_min=500
   ```
   Which is probably generated by this Makefile in your PR:
   
https://github.com/apache/nuttx/blob/b6b89a4d67f0bd5682cc59a8996906b5d821d200/tools/bcm2711/Config.mk#L31-L39
   Could you delete `config.txt` after building NuttX? I think the CI Build 
will complain no more after we fix this :-)
   
   FYI Here's how I built your branch in Docker:
   https://gist.github.com/lupyuen/c5d8d1d92cd8fd09641dbd5ac62c0c8d
   ```text
   sudo docker run \
     -it \
     --name nuttx \
     ghcr.io/apache/nuttx/apache-nuttx-ci-linux:latest \
     /bin/bash
   cd
   git clone https://github.com/linguini1/nuttx --branch bcm2711
   git clone https://github.com/apache/nuttx-apps apps
   pushd nuttx ; echo NuttX Source: https://github.com/apache/nuttx/tree/$(git 
rev-parse HEAD) ; popd
   pushd apps  ; echo NuttX Apps: 
https://github.com/apache/nuttx-apps/tree/$(git rev-parse HEAD) ; popd
   cd nuttx/tools/ci
   ./cibuild.sh -c -A -N -R testlist/arm64-01.dat 
   ```


-- 
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